@charset "utf-8";

/*
	@import url(//www.daiwa.com/jp/css/common_v1/d1/common.css);
	@import url(//www.daiwa.com/jp/css/common_v1/d1/reset.css);
	@import url(//www.daiwa.com/jp/css/common_v1/d1/font.css);
*/

/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
body {
	background-color: #000;
	color: #fff;
	line-height: 1.6;
}
body.black {
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper{
	margin: 0 auto;
	text-align: left;
	background-color: #000;
	color: #fff;
	height: 100%;
	min-height: 100%;	
	min-width: 980px;	
}
body > #wrapper {
	height: auto;
}

#co_main {
	margin-top: 26px;
}

/*-----------------------------------------------
	PRODUCT BRAND CATE
-----------------------------------------------*/
.productBrandArea{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5em;
}
.productBrandArea li{
	float:left;
	width:30.333%;
	margin:0 1.5% 2em 1.5%;
}
.productBrandArea li img{
	width:100%;
	height:auto;
}
.productBrandCate{
	
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/product/image/brand/brandmain.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}
.productBrandMain{
	padding:10em 0;
}
