@charset "utf-8";
/*------------------------------------------------------------
	top
------------------------------------------------------------*/

#brandList{
	width:auto;
	padding:10px 5px;
	letter-spacing: -.40em;
}

#brandList li{
	display:inline-block;
	vertical-align:top;
	width:50%;/* 一列の場合は100% */
	letter-spacing: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#fff;
}

#brandList a{
	display:block;
	width:auto;
	padding:5px;
	border:1px solid #ccc;
	color:#333;
}

#brandList dt{
	font-size:109%;
	font-weight:bold;
	padding:10px 0;
}

#brandList dd{
	font-size:92%;
	line-height:1.5;
}