@charset "Shift_JIS";

/*M[
==================================================================*/
#container.galleryPage .viewArea{
	width:705px;
	min-height:414px;
	height:auto !important;
	height:414px;
	margin-top:20px;
	position:relative;
}

#btnSlideL{
	width:30px;
	height:30px;
	background:url(../../image/cmn_btn_slide-left.gif) left top no-repeat;
	position:absolute;
	left:0;
	top:160px;
	display:block;
}

#btnSlideR{
	width:30px;
	height:30px;
	background:url(../../image/cmn_btn_slide-right.gif) left top no-repeat;
	position:absolute;
	right:0;
	top:160px;
	display:block;
}

#btnSlideL.off,
#btnSlideR.off{
	background-position:right top;
	cursor:default;
}

#btnSlideL span,
#btnSlideR span{
	display:none;
}

#container.galleryPage .selectArea{
	margin-top:10px;
	padding-top:15px;
}
#container.galleryPage .selectArea .carList{
	margin-top:10px;
}

#container.galleryPage .selectArea .carList li{
	width:116px;
	margin-top:1px;
	margin-right:1px;
	float:left;
	cursor:pointer;
	position:relative;
}

#container.galleryPage .selectArea .carList li .frame{
	position:absolute;
	left:0;
	top:0;
}

#container.galleryPage .selectArea .carList li.act .frame{
	width:116px;
	height:58px;
	background:url(../../image/cmn_img_activecar.png) left bottom repeat-x;
}

*html #container.galleryPage .selectArea .carList li.act .frame{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/webcatalog/201108/image/cmn_img_activecar.png", sizingMethod="crop");
}

#container.galleryPage .notesArea{
	margin-top:10px;
	font-size:10px;
	line-height:1.5;
}
