@charset "utf-8";

/* --------------------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------------------- */

body {
	position: relative;
	min-width: 320px;
	color: #292929;
	font-size: 12px;
	background-color: #ffffff;
}
.container #contents{
	width: 100%;
	min-width: 320px;
	position: relative;
	padding-bottom:64px;
}

/* mainimg */
.container .mainimg {
	width:100%;
	margin-bottom:22px;
}
.container .mainimg img{
	width: 100%;
	height: auto;
}

/* banners */
.container .banners {
	width:100%;
	margin-bottom:30px;
	text-align: center;
}
.container .banners img{
	width: 93%;
	height: auto;
	margin:auto;
}

/* -- product -- */
.container #product {
	width: 93%;
	margin:0 auto;
	overflow:hidden;
}
.container #product h2{
	padding-bottom:10px;
	line-height:0px;
}
.container #product section {
	margin:0 auto 14px auto;
}
.container #product section ul li{
	float:left;
	width:49%;
	position:relative;
	margin-bottom:2%;
	margin-right:2%;
}
.container #product section ul li img{
	width:100%;
}
.container #product section ul li:nth-child(even){
	margin-right:0px;
}
.container #product section ul{
	width:100%;
}
.container #product p.bnr img{
	width:100%;
}


.container #product .p-ranshi{
	margin-bottom: 30px;
}

.container #product .p-ranshi a img{
	width: 100%;
}