@charset "utf-8";

#mv{
	background: url(../../brands/image/bg-brand.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
#contents h2{
	background: #1d207b;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 3px 15px;
	color: #fff;
}
#brands ul{
	font-size: 0;
	margin-bottom: 60px;
}
#brands ul li{
	display: inline-block;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
#brands ul li span{
	display: block;
	padding: 5px;
	color: #fff;
	background: #7b7b7b;
	line-height: 1.5;

}
#brands ul li:nth-child(4n){
	margin-right: 0px;
}

#brands .brand-detail{
	margin-bottom: 80px;
}
#brands .brand-detail:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #brands .brand-detail { 
	height: 1px;
	overflow: visible;
}
/**/

#brands .brand-detail p{
	width: 420px;
}
#brands .brand-detail dl{
	width: 440px;
}
#brands .brand-detail:nth-of-type(odd) p,
#brands .brand-detail:nth-of-type(even) dl{
	float: left;
}
#brands .brand-detail:nth-of-type(even) p,
#brands .brand-detail:nth-of-type(odd) dl{
	float: right;
}
#brands .brand-detail dl dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#brands .brand-detail dl dd{
	font-size: 15px;
	line-height: 2;
}
