@charset "euc-jp";


.recommend{
	margin-bottom:50px;
}

.recommend h2.heading{
	padding-bottom:5px;
}

.recommend li.col{
	margin-bottom:20px;
}
.recommend .item_name{
	text-align:center;
}
.recommend .item_price{
	text-align:center;
}

.recommend .morelink{
	width: 96%;
	max-width:466px;
	margin: 0 auto 60px;
	padding: 10px 12px;
}
.recommend .morelink{
	width: 96%;
	max-width:466px;
	margin: 0 auto 60px;
	padding: 10px 12px;
	text-align: center;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

@media (max-width: 768px) {

.recommend {
    margin-bottom: 20px;
}
.recommend li.col{
	margin-bottom:10px;
}

.recommend .morelink{
	width: 88%;
}


}



