#product {
	margin-top: 0;
}
#product h2 {
	margin-bottom: 0;
}
#product h3 {
	margin-bottom: 6.25%;
	background-color: #EEEEEE;
	padding: 3.125%;
	font-size: 18px;
	border-bottom:#999 solid 1px;
}
#product .itemListRecommend {
	margin-bottom: 12%;
}
#product .itemListRecommend .item {
	margin-bottom: 6.25%;
}
#product .itemListRecommend .item .pic {
	padding: 0 3.125%;
}
#product .itemListRecommend .item .text {
	padding: 0 3.125%;
}
#product .itemListRecommend .item .info {
	background-color: #E6E6E6;
	padding: 3.125%;
	font-size: 1.0rem;
}
#product .itemListRecommend .item .btn a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
	background-image: url(../../img/common/ico_arrow_black_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 13px 13px;
}
#product .itemList {
	overflow: hidden;
	padding: 0 3.125%;
	margin-bottom: 6.25%;
}
#product .itemList div {
	float: left;
	width: 50%;
	margin-bottom: 6.25%;
}

.btnToTop {
	width: 100%;
	margin-bottom: 9%;
}
.btnToTop a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
	background-image: url(../../img/common/ico_arrow_black_l.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 13px 13px;
}
