@charset "utf-8";




/*------------------------------------------------
  取り扱いブランド
------------------------------------------------*/


.ranking{

	color: #6a4305;
}
.ranking th,
.ranking td{
	padding: 10px;
	background: #f4ecdf;
	border-bottom: 1px solid #eadbc3;

}
.ranking th{
	font-size: 1.2em;
}
.ranking th.brand{
	padding: 10px;
	background: #f4ecdf;
	text-align: left;
}

.brand-list{
	margin-bottom: 20px;
}
.brand-list li{
	margin-right: 5px;
	padding: 5px 0 5px 5px;
	margin-bottom: 7px;
	width: 219px;
	float: left;
	font-size:  1.1em;
	border-radius: 5px;
	background: #f3ebdf;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #aa700f;
}


/*------------------------------------------------
  回り込み解除
------------------------------------------------*/

.brand-list:after{
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
.brand-list{
	zoom:1;
}