@charset "utf-8";

/* ===================================================================
CSS information

 file name  :index.css

=================================================================== */

#container h2 {
	font-size: 0;
	line-height: 0;
}/* layout.cssにもコピー */

/* 新車安心パック ------- */

#secure_packArea {
	position: relative;
}
#secure_packArea p {
	font-size: 0;
	line-height: 0;
	margin-bottom:0;
}

/* キャンペーンバナー設置 */
#campaign_bnr {
	position: absolute;
	top: 10px;
	left: 425px;
}


/* 「詳しく」ボタン */
p.secure_pack_guide {
	position: absolute;
	top: 65px;
	left: 524px;
}

/* 4つの特徴 */
#secure_packList {
	height: 111px;
	margin-top: 0;
	margin-bottom: 5px;
}
#secure_packList ul {
	width: 610px;
	height: 111px;
	font-size: 0;
	line-height: 0;
}
#secure_packList li {
	float: left;
	margin: 0;
}

/* 検索 ------- */
#searchArea {
	width: 608px;
	border: 1px solid #bfbfbf;
	background-color: #e7e4da;
	margin-bottom: 15px;
}
#searchArea h3 {

}

/* タイプから探す */
.search_type {
	width: 582px;
	min-height: 195px;
	height: auto!important;
	height: 195px;	
	background: #fff url(../img/ear.gif) right top no-repeat;
	margin-top: 13px;
	margin-left: 13px;
}
.search_type ul {
	width: 562px;
	background: url(../img/search_type_back.jpg) repeat-x;
	font-size:0;
	line-height: 0;
	margin-left: 13px;
	margin-bottom: 0;
}
.search_type li {
	float: left;
}







/* 価格＆メーカー */
#comb_box {
	clear: both;
	width: 582px;
	margin-top: 13px;
	margin-left: 13px;
	margin-bottom: 13px;
}
.comb {
	float:left;
	width: 286px;
	height: 133px;
	background: #fff url(../img/ear.gif) right top no-repeat;
}

.comb ul {
	width: 267px;
	padding-left: 10px;
}
.comb li {
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.comb li.loop {
	margin-right: 0;
}


/* お知らせ ------- */
#informationArea {
	width: 608px;
	border: 1px solid #bfbfbf;
}
#informationArea dl {
	width: 590px;
	position: relative;
	margin-left: 9px;
	margin-bottom: 1em;
}
#informationArea dt {
	position: absolute;
	left: 0;
	width: 7em;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
#informationArea dd {
	padding: 5px 5px 5px 8.5em;
	border-bottom: 1px dotted #bfbfbf;
}
#informationArea dd.first_line {
	font-weight: bold;
	border: none;
	padding-bottom: 0;
}
#informationArea dd.end_line {
	border: none;
}