@media screen and (max-width:782px) {

body{
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width  : 100%;
	height : 100%;
}
#wrapper{
	width: 100%;
	min-width:100%;
	height:auto;
	min-height: auto;
}
img{
	vertical-align:bottom;
}

/*-----------------------------------------------
	PRODUCT BRAND CATE
-----------------------------------------------*/
.productBrandArea{
	width:99%;
}
.productBrandCate{
	background-repeat:none;
	background-size:100%;
}
.productBrandMain{
	padding:8em 0 5em 0;
}

}

@media screen and (max-width:600px) {
/*-----------------------------------------------
	PRODUCT BRAND CATE
-----------------------------------------------*/

.productBrandCate{
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/product/image/brand/brandmain_sp.jpg);
	background-repeat:none;
	background-position:top center;
}
.productBrandMain{
	padding:7em 0 3em 0;
}
.productBrandArea{
	width:98%;
}
.productBrandArea li{
	float:left;
	width:47%;
	margin:0 1.5% 0.8em 1.5%;
}

}
