@charset "utf-8";

.car h2{
	padding-top:30px;
	margin-bottom:20px;
}
.car h3{
	margin:20px 0 10px;
}

.car ul#car-list{
	width:933px;
	margin-right:-33px;
	margin-bottom:40px;
	overflow:hidden;
}
* html .car ul#car-list{
	zoom:1;
}

.car ul#car-list li{
	width:172px;
	height:227px;
	padding:19px 14px 14px;
	margin-right:33px;
	margin-top:20px;
	padding-bottom:20px;
	float:left;
	position:relative;
	background:transparent url(../img/bg-box.gif) top left no-repeat;
}
.car ul#car-list li .testride{
	position:absolute;
	top:-20px;
	right:-10px;
}
.car ul#car-list li .img{
	width:172px;
	height:120px;
	margin-bottom:15px;
	text-align:center;
}
.car ul#car-list li .ttl{
	height:70px;
	color:#666;
	font-weight:bold;
}
.car ul#car-list li .icon img.firstChild{
	margin-right:6px;
}

