
/*  ブランドリスト　*/
/*--------------------------------------------------------*/

.brandList{
	widh:100%;
}

.brandList .brandBox{
	widh:100%;
	padding-bottom:20px;
	border-bottom:1px solid #E0DAD3;
	margin-bottom:20px;
}

.brandList .brandBox .inner{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.brandList .brandBox .inner .photo{
	float:left;
	width:110px;
	margin-right:20px;
}

.brandList .brandBox .inner .photo{
	float:left;
	width:110px;
	margin-right:20px;
}

.brandList .brandBox .inner .info{
	float:left;
	width:190px;
}

.brandList .brandBox .inner .info h3{
	margin-bottom:20px;	
}

.brandList .brandBox .inner .info p{
	font-size:11px;
	line-height:1.7em;
}

.brandList .brandBox .inner .category01 img{
	border-bottom:5px solid #00027C;
	padding-bottom:5px;
}

.brandList .brandBox .inner .category02 img{
	border-bottom:5px solid #A80405;
	padding-bottom:5px;
}

.brandList .brandBox .inner .category03 img{
	border-bottom:5px solid #9D5AA0;
	padding-bottom:5px;
}

.brandList .brandBox .inner .category04 img{
}