@charset "utf-8";
/* CSS Document */
#R_navi02{background-position:0 -41px !important;}


/* ダイハツ・スズキモデル一覧 */
.modelLst{
	margin:0 0 15px;
}
.modelLst li{
	width:143px;
	margin:10px 3px 0 1px;
	float:left;
}
.CarNm{
	width:138px;
}
.CarNm span{
	display:block;
}
.ModelCar{
	background-image: url(../../images/usedcar/common/modelBck.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:137px;
	height:133px;
	padding:2px 4px 5px 2px;
	cursor:pointer;
}
.ModelCar:hover,.ModelCar:hover.hover{
	background-position:0 -140px;
}
.ModelImg{
	border-top:1px dashed #bbbbbb;
}

/* モデル一覧 */
#top_area{
	background-image: url(../../images/usedcar/maker/top_Bck.gif);
	height:114px;
	padding:15px 12px;
	margin:0 0 10px;
}
#top_area p{
	background-image:url(../../images/catalog/model/text_BB.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 15px 8px;
}

#top_link{
	margin:7px 0 7px 0;
	padding:0;
	list-style:none;
	height:30px;
}
#top_link li{
	float:left;
	height:28px;
	width:64px;
	border:solid #b5b5b5;
	border-width:1px 1px 1px 0px;
}
#top_link li:first-child{
	border-width:1px 1px 1px 1px;
}

#top_link li a{
	font-weight:bold;
	height:27px;
	width:63px;
	display:block;
	line-height:28px;
	text-align:center;
	background-image: url(../../images/catalog/model/Normal.png);
	background-repeat: repeat-x;
	border:solid #FFF;
	border-width:1px 0px 0px 1px;
}
#top_link li a:hover{
	background-image: url(../../images/catalog/model/Hover.png);
	text-decoration:none;
}

#top_link span{
	float:right;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#all_modelSch {
	float:right;
	margin:15px 10px 0 0;
}
.search_boton{
	width:141px;
	height:35px;
	float:right;
}

.sub_TT{
	background-image: url(../../images/catalog/main/titleBck.png);
	background-repeat:no-repeat;
	height:35px;
	font-size:14px;
	line-height:35px;
	padding:0 0 0 15px;
	margin:0;
}
.chk_area{
	height:auto;
	padding:10px 0 10px 20px;
	margin:0 0 15px;
	list-style:none;
	border:solid #c2c2c4;
	border-width:0 1px 1px;
	border-bottom-left-radius: 5px;  /* 左下 */
	border-bottom-right-radius: 5px; /* 右下 */
	-webkit-border-bottom-left-radius: 5px;  /* 左下 */
	-webkit-border-bottom-right-radius: 5px; /* 右下 */
	-moz-border-radius-bottomleft: 5px;  /* 左下 */
	-moz-border-radius-bottomright: 5px; /* 右下 */
}
.chk_area li{
	font-size:12px;
	list-style:none;
    width:230px;
	height:25px;
    float:left;
}

.chk_area span{
	margin-left:3px;
	font-size:10px;
}
.Top{
	text-align:right;
	margin:0 8px 10px 0;
	clear:right;
}

