@charset "UTF-8";

/*======================================== */
/* ブランドパネルバナーエリア
/*======================================== */

#brandPanel{
	height:200px;
	overflow:hidden;
}

#brandPanel .images {
	position:relative;
	width:694px;
	height:200px;
	float:left;
	cursor:pointer;
	overflow:hidden;
}

#brandPanel .images li.PointerNone {
	cursor:auto !important;
}


#brandPanel .images li {
	display:none;
	position:absolute;
	top:0;
	left:0;
/*	padding:2px;	*/
/*	border:solid 1px #d4d4d4;	*/
}

#brandPanel .images li img {
	width:694px;
	height:200px;
	display:block;
}

#brandPanel .slidetabs {
	display:none;
	clear:both;
	padding-top:0px;
	zoom:1;
	position:relative;
	top:-35px;
	margin-left:594px;
	width:auto;
}

#brandPanel .slidetabs:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:0px;
}

#brandPanel .slidetabs a {
	width:42px;
	height:26px;
	float:left;
	background-color:#fff;
	margin-left:3px;
	overflow:hidden;
}

#brandPanel .slidetabs a img {
	opacity:0.3;
	filter:Alpha(opacity=30);
}

#brandPanel .slidetabs a.current img,
#brandPanel .slidetabs a:hover img {
	opacity:1;
	filter:Alpha(opacity=100);
	margin-left:-2px;
	margin-top:-2px;
}

#brandPanel .slidetabs a.current,
#brandPanel .slidetabs a:hover {
	width:38px;
	height:22px;
	border:solid 2px #1948d1;
}
