@charset "euc-jp";

/*======================================

    car_search.cssは次のテンプレートに読み込まれています。
		
		車種一覧選択
		/template/search/car_search.html
		
=======================================*/



/* Table of Contents
--------------------------
  Element Definition 
  Common Settings
  Layout Settings
  Image Replacement
  Detail Settings
-------------------------- */



/* Element Definition 
-------------------------- */
/* ------------------------------------------------------
base setting
------------------------------------------------------ */

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, address,
div, form, input, table, caption, th, td, img {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
img { border: none; }
iframe {
	border:medium none;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------
font
------------------------------------------------------ */
strong { font-weight:normal;}

a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }

/* Common Settings
-------------------------- */
.clear{
	clear: both;
}



/* Layout Settings
-------------------------- */



/* Detail Settings
-------------------------- */

/* Header Definition */

div#header h1 {
	font-size: 100%;
	padding:4px 0 ;
	border-bottom: 1px solid #ccc;
	zoom:1;
}

div#header div#gNav {
	position: relative;
	margin:0 ;
}
div#header div#gNav ul {
	position: absolute;
	top:-21px;
	right:0;
}

div#header div#gNav ul li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 6px 0 3px;
}
div#header div#gNav ul li.bookmark a {
	background:#fff url(/common/img/icon_star.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.english a {
	background:#fff url(/common/img/icon_world.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.mypage a {
	background:#fff url(/common/img/icon_mypage.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.sitemap a {
	background:#fff url(/common/img/icon_guide.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.inquire a {
	background:#fff url(/common/img/icon_help.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.goonet a {
	background:#fff url(/common/img/icon_goo.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
}
div#header div#gNav ul li.inquire {
	border-right:none;
}
div#header div#gNav ul li.goonet {
	border-right:none;
	margin-left: 10px;
	padding: 0 0 0 3px;
}
div#header div#headerMv {
	width:960px;
	float:left;
}
div#header div#headerMv p.gooLogo,
div#header div#headerMv p.conLogo {
	float:left;
	margin:13px 0;
}
div#header div#headerMv p.hdBnr {
	float:right;
	width:468px;
	height:60px;
	margin:8px 0 ;
}
/* ナビゲーション (menu) */

div#menu {
	clear:both;
	height:32px;
}
div#menu ul {
	border:1px solid #ccc;
	border-bottom:3px solid #c80122;
	height:28px;
	background:url(/common/img/top_menu_bg.gif) 0 bottom no-repeat;
	}
div#menu ul li {
	display:inline;
	}
div#menu ul li a {
	display:block;
	float:left;
	padding:0px 10px;
	line-height:28px;
	border-right:1px solid #ccc;
	background:url(/common/img/top_menu_bg.gif) 0 bottom no-repeat;
	text-decoration:none;color:#333;
	font-size:13px;
	}
div#menu ul li a.on,
div#menu ul li a:hover {
	background:url(/common/img/top_menu_bg_on.gif) 0 bottom repeat-x;
	color:#fff;
	background-color:#C80122;
	}
div#menu ul li a.on {
	font-weight:bold;
	}


/* パンくず
-----------------*/

div.topicpath {
	clear:both;
	padding:5px 0 ;
	text-align:left;
}
div.topicpath ul li {
	display: inline;
	line-height: 1.4;
}
div.topicpath ul li a {
	background: url(/usedcar/common/img/topicpath.gif) right 0 no-repeat ;
	padding-right: 13px;
	margin-right:5px;
}

p#ad_bnr {
/*	font-size:80%;*/
	text-align: left;
	padding-bottom: 5px;
}
div#ad_txBnr {
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
	margin-bottom:10px;
}

/* Main Definition */



div#main div#indexSch {
	background-color: #f2f2f2;
	padding: 5px 5px 8px;
	width:722px;
	float:left;
	border-bottom: 2px solid #ccc;

}

div#main div#indexSch h2{
	line-height: 30px;
	padding:0 8px;
	background-color:#fff;
	font-size:117%;
	font-weight:bold;
}
div#main div#indexSch p.lead {
	margin:10px 5px;
}
div#main div#indexSch ul.indexList {
	margin-left: 5px;
}
div#main div#indexSch ul.indexList li {
	display: inline;
	background: url(/usedcar/common/img/icon_arrow_black_large2.gif) 0 1px no-repeat;
	padding-left: 16px;
	font-weight: bold;

}
div#main div#indexSch p.genreBtn {
	width:722px;
	float:right;
	margin-top:15px;
	
}
div#main div#indexSch p.genreBtn a {
	display: block;
	width:195px;
	line-height: 22px;
	float: left;
	font-size: 12px;
	padding-left: 25px;
}
div#main div#indexSch p.genreBtn a.close {
	background: url(/usedcar/common/img/btn_open.gif) 0 0 no-repeat;
}
div#main div#indexSch p.genreBtn a.open {
	background: url(/usedcar/common/img/btn_close.gif) 0 0 no-repeat;
}

div#main div#indexSch div#genreBox {
	background-color: #fff;
	width:722px;
	float:left;
	margin-bottom: 5px;
}

div#main div#indexSch div#genreBox ul {
	width:702px;
	float:left;
	padding: 10px 10px 5px 10px;
}
div#main div#indexSch div#genreBox ul li {
	width:140px;
	float:left;
	padding-left:30px;
	line-height: 1.7;
}
div#genreBox ul li.sedan { background: url(/newcar/common/img/icon_car_sedan_s.gif) 0 1px no-repeat; }
div#genreBox ul li.hard { background: url(/newcar/common/img/icon_car_hard_s.gif) 0 1px no-repeat; }
div#genreBox ul li.coupe { background: url(/newcar/common/img/icon_car_coupe_s.gif) 0 1px no-repeat; }
div#genreBox ul li.open { background: url(/newcar/common/img/icon_car_open_s.gif) 0 1px no-repeat; }
div#genreBox ul li.wagon { background: url(/newcar/common/img/icon_car_wagon_s.gif) 0 1px no-repeat; }
div#genreBox ul li.mini { background: url(/newcar/common/img/icon_car_mini_s.gif) 0 1px no-repeat; }
div#genreBox ul li.suv { background: url(/newcar/common/img/icon_car_suv_s.gif) 0 1px no-repeat; }
div#genreBox ul li.compact { background: url(/newcar/common/img/icon_car_compact_s.gif) 0 1px no-repeat; }
div#genreBox ul li.light { background: url(/newcar/common/img/icon_car_light_s.gif) 0 1px no-repeat; }
div#genreBox ul li.rv { background: url(/newcar/common/img/icon_car_rv_s.gif) 0 1px no-repeat; }
div#genreBox ul li.hybrid { background: url(/newcar/common/img/icon_car_hybrid_s.gif) 0 1px no-repeat; }
div#genreBox ul li.welfare { background: url(/newcar/common/img/icon_car_welfare_s.gif) 0 1px no-repeat; }
div#genreBox ul li.bonnetvan { background: url(/newcar/common/img/icon_car_bonnet_s.gif) 0 1px no-repeat; }
div#genreBox ul li.cabvan { background: url(/newcar/common/img/icon_car_cab_l_s.gif) 0 1px no-repeat; }
div#genreBox ul li.keicar-cabvan { background: url(/newcar/common/img/icon_car_cab_s.gif) 0 1px no-repeat; }
div#genreBox ul li.track { background: url(/newcar/common/img/icon_car_track_s.gif) 0 1px no-repeat; }
div#genreBox ul li.keicar-track { background: url(/newcar/common/img/icon_car_truck_l_s.gif) 0 1px no-repeat; }
div#genreBox ul li.bus { background: url(/newcar/common/img/icon_car_bus_s.gif) 0 1px no-repeat; }

div#genreBox p.genreSch {
	clear:both;
	text-align:center;
	margin-bottom:10px;
	
}


div.indexBox {
	clear: both;
	padding:10px 10px 0;
}
div.indexBox h3 {
	border: 1px solid #ccc;
	line-height: 28px;
	padding-left: 10px;
	background-color: #f2f2f2;


}

div.indexBox dl dt {
	font-weight: bold;
	padding: 8px 5px 5px;
	border-bottom: 1px solid #ccc;
}

div.indexBox ul {
	padding: 10px;
}
div.indexBox ul li {
	width:230px;
	float: left;
	line-height:1.7;
}
div.indexBox p.sbmtBtn {
	clear: both;
	width:712px;
	text-align: center;
	padding:15px 0 0;
}
div.indexBox p.pageTop {
	text-align: right;
}
div.indexBox p.pageTop a {
	background: url(/usedcar/common/img/ic_top.gif) 0 3px no-repeat;
	padding-left: 15px;
	font-size: 12px;
}

/* Sub Definition */

div#sub {
}
div#sub h2{
	border:1px solid #999;
	line-height: 24px;
	padding:0 8px;
	background-color:#dedede;
	font-size:117%;
	font-weight:bold;
}

div#sub h3{
	border:1px solid #999;
	line-height: 24px;
	padding:0 8px;
	background-color:#dedede;
	font-size:117%;
	font-weight:bold;
}


div#flashBnner {
	margin-bottom:10px;
}


div#sub p.subInnerTit {
	border:1px solid #999;
	border-top: none;
	line-height: 24px;
	padding:0 8px;
	background-color:#efefef;
	font-weight: bold;
}
div#sub div.subCon {
	border: 1px solid #999;
	border-top:none;
	padding:5px;
	height:1%;

}
div#mySearch,
div#gooauc,
div#kaikae,
div#info,
div#jumpSch,
div#usedData,
div#sarchRank,
p.rightBnr {
	margin-bottom:10px;
}

/* マイサーチ
-----------------*/

div#mySearch ul {
	margin:3px 0;
}
div#mySearch ul li {
	background: url(/usedcar/common/img/icon_arrow_black_large.gif) 0 5px no-repeat;
	padding-left: 8px;
	line-height: 1.4;
}
div#mySearch ol {
	width:188px;
}
div#mySearch ol li {
	background:none;
	margin-left: 1px;
	display:inline;
}
div#mySearch ol li a {
}

div#mySearch ol li a img {
	border:1px solid #ccc;
	vertical-align: bottom;
	margin-bottom:1px;
}
/* 買い替え検索
-----------------*/

div#kaikae p {
	color:#ff0000;
}
div#kaikae p img {
	float:right;
	padding-right: 65px;
}
/* お役立ち
-----------------*/


div#info dl {
	min-height:60px;
}
*html div#info dl {
	height:60px;
}

div#info dl dt {
	position:relative;
	padding-left:65px;
	padding-top:10px;
}
div#info dl dt a img {
	position:absolute;
	top:0;
	left:0;
}

*html div#info dl dt a img {
	left:-65px;
}

div#info dl dd {
	padding-left:65px;
}

div#info ul.infoLast {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

div#info ul li {
	background:transparent url(/usedcar/common/img/icon_dot.gif) no-repeat scroll left center;
	padding-left: 8px;
	line-height: 1.4;
}
div#info ul li img {
	vertical-align: middle;
	margin-left: 3px;
}

/* オークション
-----------------*/


div#gooauc dl {
	min-height:60px;
}
*html div#gooauc dl {
	height:60px;
}

div#gooauc dl dt {
	position:relative;
	padding-left:60px;
	padding-bottom:5px;
}
div#gooauc dl dt a img {
	position:absolute;
	top:0;
	left:0;
}

*html div#gooauc dl dt a img {
	left:-65px;
}

div#gooauc dl dd {
	padding-left:60px;
}


/* 中古車検索週間ランキング
-----------------*/

div#sarchRank dl dt {
	clear:both;
	font-weight:bold;
	padding-top:8px;
}
div#sarchRank dl dd img {
	float:left;
	margin-right:5px;
	border:1px solid #ccc;
	position:relative;
}

div#sarchRank p.more {
	padding-left:80px;
	clear:both;
}
div#sarchRank p.more a {
	background:url(/usedcar/common/img/icon_arrow_black_large.gif) no-repeat scroll 0 5px;
	line-height:1.4;
	padding-left:8px;
}

/* 右ナビバナー
-----------------*/

div#sub div.subBanner {
	margin-bottom: 10px;
}
/* Jump検索
-----------------*/

div#jumpSch {
}
div#jumpSch input#gjsb{
	vertical-align: middle;
}

/* 中古車データ更新履歴
-----------------*/

div#usedData dl dt{
	width:30px;
	padding-left: 3px;
	float:left;
}
div#usedData dl dd{
	margin: 0 0 0 40px;
	padding:0;
}

p.copy {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.2;
	font-size:12px;
}

/* Footer Definition */
div.footer_proto{
	margin-top:10px;
	padding:5px;
	font-size: 75%;
}
div.footer_proto img{
	float:left;
}
div.footer_proto p{
	margin-left:90px;
}


/* FOOTER AREA */
#flist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#flist li {
	float: left;
	white-space: nowrap;
}
#flist h2 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	float: left;
}
.footrim {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.f_brand_link {
	width: 100%;
	background-color: #eeeeee;
	margin-top: 5px;
}
table.f_brand_link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table.f_brand_link li {
	float: left;
	border-right: 1px #ccc solid;
	border-left: 1px #fff solid;
	white-space: nowrap;
	font-size:1em;
}
table.f_brand_link li a {
	display: block;
	position: relative; /* Hack for IE */
	padding: 3px 8px;
}
table.f_brand_link li#l_none {
	padding: 3px 0;
	border-left: none;
}
table.f_brand_link li#r_none {
	padding: 3px 0;
	border-right: none;
}
table#flist_wrapper {
	width: 100%;
	margin-top: 5px;
	vertical-align: top;
	border-top: solid 1px #cccccc;
}
table#flist_wrapper td {
	padding: 5px;
	font-size: 11px; /* FontSize */
	line-height: 1.3;
}


span.title{
    line-height:180% !important;
    font-size:90% !important;
    padding:10px;
}

span.area {
    color:#FFFFFF;
    font-size:90%;
    line-height:180%;
    margin:10px 0px 0px 10px;
}


td.list {
    padding:0 10px 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

span.check{
    padding-right:10px;
    font-size:90%;
    line-height:125%;
}


span.textmn{
    line-height:125%;
    padding:10px;

}

/* for IE 5.5-7 */
.clearfix { zoom: 1; }
.marginTop10px { margin-top: 10px; }




