@charset "UTF-8";
 
ul {
 margin-top: 40px;
 border-top: 1px #cccccc dotted;
}
 
li {
 clear: both;
 
 padding: 10px 0;
 border-bottom: 1px #cccccc dotted;
}
 
li img {
 float: left;
 width: 70px;
 height: 59px;
 margin: 0 10px 0 0;
}
 
li p {
 float: left;
}

li h2 {
 text-align: left;
 height: 50px;
 line-height: 50px;
 font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
}
.text {
    display: table;
    width: 100%;
	padding-top: 20px;	
}
.text__item {
    display: table-cell;
    vertical-align: middle;
	border:0px;
}

/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
}
.footer p {
	font-family: "Open Sans";
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
.footer a {
	color: #7f7f7f;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
