@charset "EUC-JP";
/*
	2014/08/22
	brandlist2.css
*/

.mt2{ margin-top: 2px!important; }

/* レフトサイド
---------------------------------------------------------------------------------------------------*/
.ls_brand_box{
	width:183px;
	border: solid 1px #e1e1e1;
}

.nav_btns_box{ background: #f5e0ff; width: 178px; padding: 7px 0 8px 5px; }
ul.brand_nav_btns{ width: 170px;}
ul.brand_nav_btns li{ float: left; margin-right: 2px; }
ul.brand_nav_btns li a{ display: block; padding: 2px 4px; background: #fff; border: solid 1px #CC66FF; }
ul.brand_nav_btns li a:hover{ color: #CC66FF; }

ul.ls_brand_list{ background: #fff; }
ul.ls_brand_list li{
	width: 160px;
	margin-bottom: 4px;
	padding-left: 20px;
	background: #ffffff url(./ls_arrow.gif) 5px 2px no-repeat;
}
ul.ls_brand_list li:hover{
	margin-bottom: 4px;
	padding-left: 20px;
	background: #ffffff url(./ls_arrow_hov.gif) 5px 2px no-repeat;
}
ul.ls_brand_list li a{
	display: block;
	width: 160px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
ul.ls_brand_list li a:hover{ color: #CC66FF; text-decoration: none; }
ul.ls_brand_list li.tit{
	border-bottom: solid 1px #e8e8e8;
	width: 175px;
	_width: 185px;
	height: 22px;
	padding: 4px 0 3px 8px;
	margin-bottom: 7px;
	background: #444444;
	font-weight: bold;
	color: #fff;
}
