#product-srh {
	margin-bottom: 70px;
  	margin-top:70px;
}
.srh-header {
	width: 100%;
	float: none;
}
#area-category {
	width: 100%;
	float: left;
}
#area-category-sub {
	width: 100%;
	float: none;
	clear: both;
}

.area-category h2 {
	width: 100%;
	float: none;
}
.product_list {
	width: 29.3333%;
	margin: 1em 2%;
	padding: 0.7em 0 0.5em;
	background: rgb(239, 239, 239);
	float: left;
	min-height: 3em;
}
.product_list a{
	color: black;
}
.categoryExpl {
	margin-top: 20px;
}
.categoryExpl p.strong {
	color: #e60012;
}
.recommend-items {
	margin-bottom: 30px;
}
.recommend-items:last-child {
	margin-bottom: 0px;
}

.shipping-type {
	text-align: center;
	padding-bottom: 0.2em;
	margin-bottom: 26px;
	border-bottom: 1px solid #000;
}
.shipping-type-reizo {
	color: #d6c83d;
	border-color: #d6c83d;
}
.shipping-type-reito {
	color: #578e91;
	border-color: #578e91;
}

			@media (max-width: 768px) {
				#area-category {
					width: 100%;
					float: none;
				}
				.product_list {
					width: 31.3333%;
					margin: 0.3em 1% 0.5em;
					padding: 0.4em 0 0.2em;
					min-height: 2em;
				}
				.categoryExpl {
					margin: 20px 2% 0;
				}
				
			}
			
/****************** グループページ ************/
.area-banner {
	text-align: center;
}
#listpage-header h2{
	margin: 1em 0 2em;
	color: #ce5a4a;
	text-align: center;	
}