@charset "UTF-8";
@media screen and (max-width: 420px) {

/* =====================================
	おすすめコース
===================================== */

#contents {
	font-size: 13px;
	letter-spacing: 1.0;
	padding-bottom: 50px;
}

#contents h2 {
	margin-bottom: 15px;
	padding-bottom: 12px;
	line-height: 1.0;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/common/sp/bg_ttl01.png) left bottom no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-ms-background-size: 100% auto; 
	letter-spacing: 0.05em;
}

#contents h2 img {
	width: 23px;
	height: 23px;
	margin: -4px 6px 0 0;
	vertical-align: middle;
}
#course.index .lead{
	font-size: 10px;
	margin-bottom: 20px;
}

.recommend {
	margin: 0 0 30px 0;
}
.recommend ul {
	margin: 0 0 0 0;
}
.recommend ul li {
	float: left;
	width: 46.5%;
	margin: 0 0 20px 0;
}
.recommend ul li:nth-child(even) {
	float: right;
}
.recommend ul li .photo {
	background: #fff;
	margin-bottom: 5px;
}
.recommend ul li a .photo img {
	display: block;
}
.recommend ul li a:hover .photo img {
}
.recommend ul li .cate{
	margin-bottom: 5px;
	line-height: 1.0;
}
.recommend ul li .cate img{
	width: 32px !important;
	height: auto;
	margin-right: 3px;
}
.recommend ul li h3{
	margin-bottom: 3px;
	line-height: 1.4;
	font-size: 13px;
	font-weight: bold;
}
.recommend ul li a:hover h3 {
}

.recommend ul li p{
	font-size: 9px;
}
.recommend ul li a:hover p{
	text-decoration: none;
}




}
	
	