
/*  メインコピー　*/
/*--------------------------------------------------------*/

.maincopy{
	margin-bottom:70px;
}
.maincopy h2{	
}

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

.brand_list{
	width:900px;
	overflow:hidden;
}	

.brand_list ul li{
	float:left;
	width:410px;
	overflow:hidden;
}

.brand_list ul li.mr{
	margin-right:80px;	
}

.brand_list ul li.mb{
	margin-bottom:70px;
}

.brand_list ul li .photo{
	float:left;
	width:190px;
	margin-right:22px;
}

.brand_list ul li .info{
	float:left;
	width:198px;
}

.brand_list ul li .info h3{
	margin-bottom:20px;
}

.brand_list ul li .info p{
	font-size:85%;
	line-height:1.8em;
}

.brand_list ul li .category01 img{
	border-left:5px solid #00027C;
	padding-left:5px;
}

.brand_list ul li  .category02 img{
	border-left:5px solid #A80405;
	padding-left:5px;
}

.brand_list ul li  .category03 img{
	border-left:5px solid #9D5AA0;
	padding-left:5px;
}

.brand_list ul li  .category04 img{
	border-left:5px solid #AAAFA0;
	padding-left:5px;
}

















