@charset "utf-8";
/* CSS Document */
/*========================================
 + タイトル
========================================*/
.nc_TT{
	border-bottom:2px dotted #da0000;
	padding:5px 0;
}
/*========================================
 + メーカーから探す
========================================*/
.kokusanmaker{
	margin-top:10px;
}
.kokusanmaker li{
	width:210px;
	height:40px;
	float:left;
	margin:0 6px 7px 0px;
	background-image:url(../images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	border-right:1px solid #efefef;
}
.kokusanmaker li a{
	display:block;
	text-align:center;
}
.kokusanmaker li a img{
	height:40px;
}
.pink_link{
	background-image:url(../../common/images/arrow_icon_pink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 13px;
	width:140px;
	float:right;
	margin:0 0 10px 0px;
	font-size:14px;
}

/*========================================
 + ボディタイプから探す
========================================*/

#type_back{
	margin-top:10px;
	margin-bottom:20px;
}
#type_back li{
	width:157px;
	height:67px;
	float: left;
	margin:0 2px 10px 2px;
	background-image:url(../images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	border-right:1px solid #efefef;
}
#type_back li a{
	width:157px;
	height:67px;
	display:block;
	text-align:center;
	line-height:116px;
	font-size:11px;
	background-repeat:no-repeat;
}
#type01{background-image:url(../../newcar/images/type/01.png);}
#type02{background-image:url(../../newcar/images/type/02.png);}
#type03{background-image:url(../../newcar/images/type/03.png);}
#type04{background-image:url(../../newcar/images/type/04.png);}
#type05{background-image:url(../../newcar/images/type/05.png);}
#type06{background-image:url(../../newcar/images/type/06.png);}
#type07{background-image:url(../../newcar/images/type/07.png);}
#type09{background-image:url(../../newcar/images/type/09.png);}


/*========================================
 + 価格から探す
========================================*/
.priceList{
	margin:10px 0 20px 0;
}
.priceList li{
	width:210px;
	height:40px;
	float:left;
	margin:0 6px 7px 0px;
	background-image:url(../images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	border-right:1px solid #efefef;
}
.priceList li a{
	display:block;
	text-align:center;
	line-height:39px;
}

