@charset "utf-8";
/* ===================================================================
TOP css
=================================================================== */

.index #header{
	height:auto;
}

h2{
	margin-bottom:20px;
}

.box{
	margin-bottom:10px;
}



/*----------------------
	NEWS&TOPICS
----------------------*/
.box-news ul li{
	clear:both;
	margin-bottom:12px;
	padding-bottom:10px;
	background:transparent url(../common/img/dotline.gif) left bottom repeat-x;
}
.box-news ul li p .news-icn{
	vertical-align:middle;
	margin-right:6px;
	margin-bottom:5px;
}

/*----------------------
	キャンペーンバナー
----------------------*/
.box-campaign{
	zoom:1;
	position:relative;
	height:1%
}
.box-campaign .icon-news{
	margin:-20px;
	top:0;
	left:0;
	position:absolute;
}

/*----------------------
	お客様の声
----------------------*/
.box-voice ul li{
	margin-bottom:20px;
	padding-bottom:20px;
	height:1%;
	background:transparent url(../common/img/dotline.gif) bottom left repeat-x;
}
.box-voice ul li.lastChild{
	margin-bottom:10px;
}
.box-voice ul li .thumb{
	width:145px;
	height:1%;
	float:left;
}
.box-voice ul li p.ttl{
	color:#f36;
	margin-left:145px;
	margin-bottom:6px;
}

/*----------------------
	中古車情報
----------------------*/
.box-used{
	margin-bottom:42px;
}
.box-used ul{
	width:401px;
	margin-right:-11px;
	margin-bottom:20px;
	overflow:hidden;
}

* html .box-used ul{
	zoom:1;
}

.box-used ul li{
	float:left;
	width:120px;
	height:120px;
	border:1px solid #ccc;
	padding-top:10px;
	margin-right:11px;
	position:relative;
}
.box-used ul li div{
	margin:0 auto;
	width:100px;
	font-size:11px;
	text-align:center;
}
.box-used ul li div.ttl{
	color:#333;
	background-color:#e8e8e8;
	padding:2px 0;
	margin-bottom:2px;
}
.box-used ul li div.ttl a{
	color:#333;
}
.box-used ul li div.price{
	color:#f36;
	padding-bottom:2px;
}
.box-used ul li .icon-new{
	position:absolute;
	top:0;
	left:0;
}
/*----------------------
	SHOP INFORMATION
----------------------*/

.box-shop{
	background:transparent url(../img/img-shop-bg.jpg) 100% 130px no-repeat;
}
.box-shop p{
	margin-bottom:18px;
}
.box-shop p.ttl{
	color:#f36;
	margin-bottom:6px;
}


/*-- 一覧へのリンク設定 --*/
div.box-footer{
	clear:both;
	text-align:right;
}
