@charset "euc-jp";

/*======================================

    summary.cssは次のテンプレートに読み込まれています。
		
	結果一覧
	/template/search/summary.html
	結果一覧写真のみ
	/template/search/thumb.html
	結果一覧詳細
	/template/search/detail_list.html
				
=======================================*/



/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html {
     overflow-y: scroll;
     position:relative;
}
body {
	margin:0;
	border:0;
	padding:0;
	line-height:1.4;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, address,
div, form, 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:#004AB8;  text-decoration:underline;}
a:visited { color:#941D55;  text-decoration:none;}
a:hover { color:#ff0000; text-decoration:underline;}

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height:0; 
	visibility: hidden;


}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }





.marginTop10px { margin-top: 10px; }
.textBoldL {
	font-family:"Arial",arial,sans-serif;
	font-size:142%;
	padding:0 5px;
	color:#ff0000;
	font-weight:bold;
}
.textred {
	color:#ff0000;
}
.text10,
.recycle,
.new_up,
.detaillnk,
ul.service_ic {	font-size:84%; white-space:nowrap;}

.new_up	{ color:#ff0000;}



div#search_wrap {
    margin:0 auto;
		width:962px;
    z-index:6;
    position:relative;
    background-color:#ffffff;
}   


div#wrap {
	margin:0 auto;
	position:relative;
	width:960px;
}


/* Header Definition */

div#header h1 {
	font-size: 100%;
	padding:4px 0 ;
	border-bottom: 1px solid #ccc;
	zoom:1;
	font-weight: bold;
}

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.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.goonet {
	border-right:none;
	padding: 0 0 0 3px;
}
div#header div#headerMv {
	width:960px;
	height:76px;
	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 ;
}
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;
}

/* ブックマーク登録
-----------------*/

div#bookmark {
	position: relative;
	text-align: right;
	right: 0;
	top: 14px;
}

div#bookmark ul {
	position: absolute;
	width: 500px;
	top: -36px;
	right: 0px;
}

* html div#bookmark ul {
	width: 500px;
	top: -36px;
	right: 0px;
}

* html div#bookmark ul#listbm {
	left:460px;
}

div#bookmark ul li {
	margin-left: 5px;
	display: inline;
	white-space: nowrap;
}
div#bookmark ul li img {
	vertical-align: middle;
}

*html div#bookmark ul li img #block-socialBookmark {
	padding-bottom: 5px;
}


p#ad_bnr {
	text-align: center;
	padding-bottom: 5px;
}


p.textAd {

	width:450px;
	height:26px;
	float:left;
}


p.textobi{
	background-color:#585858;
	color:#FFF;
	height:23px;
	padding-top:7px;
	padding-left:10px;
	font-size:105%;
	font-weight:bold;
	margin-top:10px;
	}


.searchtxt{
	padding-left:10px;
	float:left;
	font-weight:bold;
	color:#666;
	width:150px;
	padding-top:3px;
	}
	
div#searchobi{
	height:30px;
	background-color:#F6F6F6;
	border:#CCC 1px solid;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	}
	
	
.inputarea{
	border:#999 1px solid;
	height:20px;
	margin-left:5px;
	}
	
.bottonstyle{
	height:20px;
	width:37px;
	}

ul.topBanner {
	float:right;
}
ul.topBanner li {
	display:inline;
	margin:0 0 0 10px ;
}
ul.topBanner li.first {
	margin:0;
}

div#topBtnArea {
	clear:both;
	padding:3px 0px 3px;
	background-color:#eee;
	border:1px solid #ccc;
	border-bottom:none;
	background:transparent url(/used/common/img/used_back_rt1.gif) repeat-x scroll center top;
}
div#topBtnArea h2 {
	font-size:100%;
	clear:both;
	font-weight:bold;
	float:left;
	padding-left:8px;
	width:/*730px*/480px;
}

div#topBtnArea p.btnPriceList{
	float:left;
}
div#topBtnArea p.btnFavorate{
	float:right;
	padding-right:5px;
}

div#topBtnArea ul { font-size:1px; line-height:0.1px; }
div#topBtnArea ul li { display:inline; padding-right:5px; }







/*
--------------------------------------------------------*/

div#searchBox {
	clear:both;
	padding:13px 8px 8px 8px;
	border:1px solid #ccc;
	border-bottom:none;
	line-height:1.7;
	overflow: hidden;
	position: relative;
	background: url(/usedcar/common/img/searchbox_bg.gif) 0 0 no-repeat;

}

div#searchBox dl {

}

div#searchBox dl dt {
	float:left;
	clear:both;
	font-weight:bold;
	width:55px;
	margin-bottom:5px;
	padding-right:5px;
	text-align:right;

}
div#searchBox dl dd {
	margin-bottom:5px;
}
div#searchBox dl dd span {
		font-size:92%;
}
div#searchBox dl dd select {
	width:105px;
}


div#srchFirst{
	width:295px;
	float:left;
	overflow:hidden;
	position:relative;

}


dl dt.lineh {
	 height:40px;
 }
div#srchFirst dl dd {
	 margin-left:60px;
 }
div#srchFirst dl dd input {
	margin-right:5px;
	vertical-align:middle;
}


div#srchSecond{
	width:645px;
	float:left;
	overflow:hidden;
	position:relative;
}
div#srchSecond dl { height:26px; }
div#srchSecond dl dt { clear:none; }
div#srchSecond dl dd { float:left; }
div#srchSecond dl dd select { width:404px; }
div#srchSecond dl dd.brand select { width:140px; font-size:12px; }
div#srchSecond dl dd.type select { width:357px; font-size:12px; }

* html div#srchSecond dl dt { padding-right:8px; }



div#srchThird{
	width:385px;
	float:left;
	overflow:hidden;
	position:relative;
}

div#searchBox div#srchThird dl dd {
 	margin-left:60px;
}
div#searchBox div#srchThird dl dd a {
	white-space:nowrap;

}

div#searchBox div#srchThird dl dd ul li {
	width:45px;
	float:left;
}
div#searchBox div#srchThird dl dd ul li input {
	margin-right:5px;
	vertical-align:middle;
}
div#searchBox div#srchThird dl dd ul li img {
	vertical-align:middle;
}

div#others{
	width:257px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-bottom:-19px;
}


div#others dl dt {
	width:66px;

}
div#others dl dd {
	margin-left:72px;
}

div#others dl dd.keyword input{
	width:161px;
	margin-top:3px;
}

	*html div#others dl dd.keyword input{
		width:161px;
		margin-left:-70px;
	}


	*:first-child+html div#others dl dd.keyword input{
		width:161px;
		margin-left:-70px;
	}

div#others dl dd ul li {
	width:76px;
	float:left;
	white-space:nowrap;
}

div#others dl dd ul li.long {
}
div#others dl dd ul li input {
	margin-right:3px;
}



/* 細かい条件で絞り込む
--------------------------------------------------------*/

div#detailCon {
	border:1px solid #ccc;
	border-top:none;
	margin-bottom: 15px;
	padding:5px;
	background-color: #f6f6f6;
}
div#detailCon img {
	vertical-align:middle;
}

div#detailCon p img {
	margin-left:10px;
}

div#detailCon p {
	position:relative;
	margin:0;
}
div#detailCon p a {
	position: absolute;
	text-align: left;
	top:4px;
	left:0;
	display: block;
	height:21px;
}
p.ic_q{
	clear: both;
	background:transparent url(https://img.goo-net.com/goo/usedcar/icon_arrow_red_large.gif) no-repeat scroll 0 5px;
/*	display:inline;*/
	margin-left:8px;
	padding-left:10px;
}


div#conditionBtn {
	text-align:center;
}

/*
--------------------------------------------------------*/

ul#pickup {
	margin:10px 0 5px;
}
ul#pickup li {
	width:176px;
	height:250px;
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	font-size:10px;
}
ul#pickup li.last {
	margin-right:0;	
}
ul#pickup li p {
	text-align:center;
}

ul#pickup li p img {
	width:115px;
	height:86px;
}

ul#pickup dt.name {
	margin:5px 0;
	font-size:12px;
}
ul#pickup dt.shop {
	margin:5px 0;
}
ul#pickup dd.price {
	text-align:right;
}
ul#pickup dd.price img {
	margin-left:5px;
}


div.howmany {
 	float:left;
}
div.howmany p {
	display:inline;
	margin-right:10px;
}
div.howmany p.price {
	font-weight:bold;
}

ul.pageNav {
	float:right;
	margin-top:5px;
}
ul.pageNav li {
	display:inline;
	margin-left:3px;
}
ul.pageNav li.back {
	border-right:1px solid #333;
	padding-right:5px;
}
ul.pageNav li.next {
	border-left:1px solid #333;
	padding-left:5px;
}


div#listArea {
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	border-top:1px solid #CCCCCC;
}

ul#new_listTab{
	position: relative;
}

ul#new_listTab li {
	text-align:center;
	float:left;
	font-size: 13px;
	font-weight:bold;
}

ul#new_listTab li.btn_search01 {
	padding-top: 15px;
	background: url(https://img.goo-net.com/goo/usedcar/btn_search01.gif) no-repeat;
	width: 185px;
	height: 23px;
}

ul#new_listTab li.btn_search02_off {
	padding-top: 15px;
	background: url(https://img.goo-net.com/goo/usedcar/btn_search02_off.gif) no-repeat;
	width: 196px;
	height: 23px;
	text-indent: 1.5em;
}

ul#new_listTab li.btn_search02_on {
	padding-top: 15px;
	background: url(https://img.goo-net.com/goo/usedcar/btn_search02_on.gif) no-repeat;
	width: 196px;
	height: 23px;
	text-indent: 1.5em;
}


ul#new_listTab li.btn_search_hosho_on {
	padding-top: 15px;
	background: url(https://img.goo-net.com/goo/common/btn_search_hosho.gif) no-repeat;
	width: 196px;
	height: 23px;
	text-indent: 1.5em;
}

ul#new_listTab li.btn_search_hosho_on a{
	color:#ffffff;
	text-decoration: none;
;
}


ul#new_listTab li a{
	text-decoration: underline;
}

ul#listTab {
	float:left;
	border-left:1px solid #636363;
}
ul#listTab li {
	float:left;
	width:120px;
	background-color:#eee;
	border:1px solid #636363;
	border-left:none;
	font-weight:bold;
	height:20px;
	padding-top:5px;
	text-align:center;
}
ul#listTab li.on {
	background-color:#636363;
	color:#FFF;
}
ul.list { float:left; padding-top:3px; }
ul.list li { float:left; height:20px; padding-left:5px; }
ul.list li.priceTable { overflow:hidden; }
ul.list li.priceTable a { background:url(https://img.goo-net.com/goo/usedcar/btn_pricelist.gif) no-repeat; display:block; padding-top:20px; width:115px; }
ul.list li.catalog { overflow:hidden; }
ul.list li.catalog a { background:url(https://img.goo-net.com/goo/usedcar/btn_katarogu_read.gif) no-repeat; display:block; padding-top:20px; width:127px; }

ul.what {
	float:right;
	padding-top:5px;
}
ul.what li {
	display:inline;
	background: url(https://img.goo-net.com/goo/usedcar/icon_question.gif) no-repeat;
	margin-left:5px;
	padding-left:18px;
}

dl.changeLine {
	clear:both;
	border-top:3px solid #636363;
	padding:10px 5px 0 0;
	clear:both;
}
 


dl.changeLine dt.title {
	font-weight:bold;
}
dl.changeLine dl,
dl.changeLine dt,
dl.changeLine dd {
	display:inline;
	padding:0 5px;
}
dl.changeLine dd ul{
	display: inline;
}
dl.changeLine dd ul li {
	display:inline;
}
dl.changeLine dd ul li span {
	padding:0px 3px;
	margin:0 2px;
}

dl.changeLine dd ul li span.on {
	background-color:#636363;
	color:#FFF;
}

dl.changeLine dd ul li span.tit {
	padding: 1px 2px;
	background-color: #666666;
	color: #FFF;
}


table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	clear:both;
	font-size: 12px;
}
table th {
	background:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:3px 0;
}
table td {
	border:1px solid #CCCCCC;
	padding:3px;

}
table th.col01 { width:26px; }
table th.col02 { width:263px; }
table th.col03 { width:70px; }
table th.col04 { width:60px; }
table th.col05 { width:60px; }
table th.col06 { width:50px; }
table th.col07 { width:50px; }
table th.col08 { width:50px; }
table th.col09 { width:50px; }
table th.col10 { width:60px; }
table th.col11 { width:72px;}
table th.col12 { width:60px; }
table th.col13 { width:72px; }

td.carNameBox {
	padding:0;
}
td.carNameBox table { width:100%; }
td.carNameBox table,
td.carNameBox table td {
	border:0;
	text-align:left;
}
td.carNameBox table td.img { width:65px; }
td.carNameBox li {
	display:inline;
}
td.carNameBox td.shop {
	border-top:1px solid #CCCCCC;
}

td.carNameBox table td {
	vertical-align: top;
	text-align: left;

}

td.carNameBox table td p.nintei {
	position: relative;
	text-align: right;
	zoom:1;
}

td.carNameBox table td p.nintei img {
	position: absolute;
	right:55px;
	bottom:-48px;
	zoom:1;
}


td.carNameBox table td p.fukusu {
	position: relative;
	text-align: right;
	zoom:1;
}

td.carNameBox table td p.fukusu img {
	position: absolute;
	right:0px;
	bottom:-48px;
	zoom:1;
}

tr.checked {
	background:#eee;
}
td.checked {
	background:#eee;
}
td.price_bg {
	background-color:#feedeb;
}

td input {
	margin-bottom:3px;
}

p.estimateFirst {
	background:transparent url(https://img.goo-net.com/goo/usedcar/used_resultlist_arrow.gif) no-repeat scroll 8px 15px;
	float:left;
	height:25px;
	padding:25px 0 0 38px;
}
p.estimateFirstt span {
}
p.estimateFirst img {
	margin:0 0 0 5px;
	vertical-align:middle;
}

p.estimate {
	float:left;
	background:url(https://img.goo-net.com/goo/usedcar/used_resultlist_arrow2.gif) no-repeat 8px 0px;
	padding:7px 0 0 38px;
	margin-top:15px;
	height:35px;
}
p.estimate span {
}
p.estimate img {
	margin:0 0 0 5px;
	vertical-align:middle;
}
p.estimateLast {
	float:left;
	background:url(https://img.goo-net.com/goo/usedcar/used_resultlist_arrow3.gif) no-repeat 6px 1px;
	padding:8px 0 0 38px;
	height:35px;
}
p.estimateLast span {
}
p.estimateLast img {
	margin:0 0 0 5px;
	vertical-align:middle;
}
div.goo_oku {
	float:right;
	width:260px;
	color:#ff0000;
	padding:5px 0;
	margin-top:20px;
}
div.goo_oku img {
	float:right;
	vertical-align:middle;
	padding:0px 0px 0px 5px;
}

p.whatPrice {
	float:left;
	background:url(https://img.goo-net.com/goo/usedcar/ic_tri_black.gif) no-repeat  20px 14px;
	padding:13px 0 0 30px;
	margin-top:10px;
}
p.pageTop {
	float:right;
	background:url(https://img.goo-net.com/goo/usedcar/icon_pagetop.gif) no-repeat 0px 19px;
	padding:13px 0 0 11px;
}
p.pageTopLast {
	background:url(https://img.goo-net.com/goo/usedcar/icon_pagetop.gif) no-repeat 875px 6px;
	padding:0 0 0;
	text-align:right;
	clear:both;
}


div#footer{
	margin: 0px;
	padding: 0;
	clear: both;
}
div#footer table,
div#footer table tr td {
	border:none;
	text-align: left;
}

/* 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 {
	width: 750px;
	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;
}




/*__________結果一覧写真のみ__________*/

div#searchBox div.conditionBox p.btnReqChan {
	position:relative;
	margin:0;
	text-align:right;
}
div#searchBox div.conditionBox p.btnReqChan a {
	position:absolute;
	top:-36px;
	right:0;
}

#common_area{
}

#common_area table{
width:958px;
border:#CCC 1px solid;
margin-top:10px;
}

#common_area table td{
padding:5px;
border-right:#CCC 1px solid;
width:20%;
}


#common_area table td img.new_up {
	float:left;
}

#common_area table td.photo{
padding:5px 0px;
}

#common_area table td.name{
font-weight:900;
line-height:130%;
height:50px;
overflow:hidden;
}

#common_area table td.name_checked{
font-weight:900;
line-height:130%;
height:50px;
overflow:hidden;
background:#eee;
}
#common_area table td.hatena{
line-height:15px;
font-size:12px;
}

#common_area table td.hatena span{
background:transparent url(https://img.goo-net.com/goo/usedcar/icon_question.gif) no-repeat scroll 0;
padding-left:18px;
margin-left:5px;
}



/*__________used_06__________*/
/*　注意書き
------------------------------*/

div#caution {
	width:660px;
	margin:15px auto;
	background-color:#eeeeee;
	padding:10px;
	text-align:center;
}
div#caution span {
	font-size:117%;
	font-weight:bold;
}



/*　詳細一覧
------------------------------*/


div.detailsList {
	width:950px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:4px;
	float:left;
	margin-bottom:15px;
}

div.detailsList a{
	text-decoration: underline;
}

div.detailsList h2 {
	width:500px;
	float:left;
	padding:5px 10px 10px;
	font-size:117%;
	font-weight:bold;
}
div.detailsList h2 img {
	vertical-align:middle;
	margin-right:10px;
}

div.detailsList p.btnCompare01 {
	float:left;
	margin-top:7px;
	margin-right:5px;
	margin-left:206px;
	display:inline;
	vertical-align:middle;
	width:50px;
}

div.detailsList p.btnCompare02 {
	float:right;
	margin-top:5px;
	margin-right:111px;
	margin-left:5px;
	 padding-left:5px;
	display:inline;
	vertical-align:middle;
	width:37px;
}


*html div.detailsList p.btnCompare01 {
	float:left;
	margin-top:7px;
	margin-right:0px;
	margin-left:205px;
	display:inline;
	width:50px;
}

*html div.detailsList p.btnCompare02 {
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-left:0px;
	padding-left:0px;
	display:inline;
	width:37px;
}

div.detailsList div.detailsBox {
	clear:both;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:10px;
	padding-right:12px;
	float:left;
	width:935px;
}

div.detailsList div.detailsBox div.detailPi {
	width:185px;
	float:left;
	text-align:center;
}
div.detailsList div.detailsBox div.detailPi ul {
	margin:5px auto;
}
div.detailsList div.detailsBox div.detailPi ul li {
	display:inline;
}

/*  詳細  */

div.detailCon {
	width:740px;
	float:right;
}


div.detailCon dl.detailPrice {
	padding-bottom:5px;
}
div.detailCon dl.detailPrice dt,
div.detailCon dl.detailPrice dd {
	display:inline;
}
div.detailCon dl.detailPrice dd {
	padding-right:10px;
}
div.detailCon dl.detailPrice dt img,
div.detailCon dl.detailPrice dd img {
	margin:0 5px;
	vertical-align:middle;
}
div.detailCon dl.detailPrice dd span {
	font-family:"Arial",arial,sans-serif;
	color: #FF0000;
	font-size:167%;
	font-weight: bold;
}
div.detailCon dl.detailPrice dd span.recycle {
	font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	color:#333;
	font-size:84%;
	font-weight:normal;
}

div.detailCon dl.detailState {
	padding-bottom:10px;
}
div.detailCon dl.detailState dt,
div.detailCon dl.detailState dd {
	display:inline;
	padding-right: 15px;
}

div.detailCon dl.detailState img {
	display: block-inline;
	vertical-align: text-bottom;
}

div.detailCon p {
	border-top:1px solid #ccc;
	padding: 5px 0;
}

div.detailCon table {
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	margin-bottom:3px;
}
div.detailCon table tr th,
div.detailCon table tr td {
	border:1px solid #ccc;
	padding:1px 10px;
}
div.detailCon table tr th {
	background-color:#f2f2f2;
}

div.detailCon div.detailEtc dl {
	margin:5px 0;
}

div.detailCon div.detailEtc dl dt {
	width:80px;
	float:left;
	clear:both;
}
div.detailCon div.detailEtc dl dd img {
	margin-right:1px;
}


div.fnLink {
	width:940px;
	clear:both;
	text-align:right;
	padding:5px 5px 0px;
}
div.fnLink ul li {
	display:inline;
}


div.detailFst {
	border-bottom:1px solid #ccc;
	position:relative;
	width:950px;
	float:left;
	margin-top:5px;
}

div.detailFst dl.detailShop {
	width:600px;
	float:left;
	padding-left:5px;
}

div.detailFst dl.detailShop dt img {
	margin-right:5px;
}
div.detailFst dl.detailShop dd a {
	font-size:14px;
	font-weight: bold;
}

div.detailFst dl.detailShop dd ul {
	margin:5px 0;
}

div.detailFst dl.detailShop dd ul li {
	display:inline;
	padding-right:8px;
}

div.detailFst div.detailLink {
	position:absolute;
	right:10px;
	bottom:5px;
}

div.detailFst div.detailLink ul li {
	display:inline;
	background:url(https://img.goo-net.com/goo/usedcar/icon_arrow_red_large.gif) 0 3px no-repeat;
	padding-left:12px;
}
div.detailFst div.detailLink ul li img {
	vertical-align:middle;
	margin-right:5px;
	margin-left:8px;
}

div.group {
	border-top:1px solid #fff;
	padding-top:5px;
	width:950px;
	float:left;
}
div.group dl.groupDtail {
	width:500px;
	float:left;
	padding-left:5px;
	padding-top:3px;
}
div.group dl.groupDtail dt,
div.group dl.groupDtail dd {
	display:inline;
}

div.group dl.groupDtail dd {
	display:inline;
	padding-right:5px;
}

div.groupLink {
	width:412px;
	float:right;
}

div.groupLink ul li {
	display:inline;
}
div.groupLink ul li img {
	vertical-align:middle;
	padding-left:5px;
	padding-right:8px;
}

.keyword{
	width:170px;
	
}

/*
------------------------------*/




/*__________select_condition01__________*/
.textse{line-height:133%;font-family: Verdana,sans-serif;}

div#cont {
	width:958px;
	margin:0px 0 0;
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	background: url(/usedcar/common/img/searchbox_bg.gif) 0 -6px no-repeat;
}

div#contArea { padding-left:15px; }
div#contArea h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	padding-left:5px;
	border-left:5px solid #e30026;
	float:left;
	width:300px;
}
div#contArea table {
    background-color:#ffffff;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:5px 0 8px;
	width:930px;
	clear:both;
}
div#contArea table th {
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:3px 5px ;
	text-align:left;
	width:98px;
}
div#contArea table td #detail_condition_1{
	border-top:1px solid #fff;
	padding:3px 5px ;
	text-align:left;
}
div#contArea table td #detail_condition_2{
	border-bottom:1px solid #fff;
	padding:3px 5px ;
	text-align:left;
}
div#contArea table td {
	border:1px solid #CCCCCC;
	padding:3px 5px ;
	text-align:left;
}
div#contArea table ul li {
	width:130px;
	float:left;
	white-space: nowrap;
	padding:2px 0;
}
div#contArea table.ind ul li {
	width:150px;
}
div#contArea table ul.shortCell li {
	width:100px;
	white-space: nowrap;
}

div#contArea table tr td select.select_haiki,
div#contArea table tr td select#select_door {
	width:108px;
}

div#contArea .clear { text-align:right; margin-right:15px; display:block;}
div#contArea .center { text-align:center; margin-bottom:10px; }
div#contArea ul.center li { display:inline; }

/*div#contArea .basis { margin-bottom:5px; }*/
div#contArea .color {
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	clear:both;
	margin:5px 15px 20px 0;
	padding:5px 0 5px 5px;
}
div#contArea .color li { width:120px; float:left; margin-bottom:5px; }
div#contArea .color li.brown,
div#contArea .color li.gold { width:170px; }
div#contArea .color li.white { background:url(/used/common/img/used_icon_sa1_01.gif) no-repeat 17px 3px; }
div#contArea .color li.red { background:url(/used/common/img/used_icon_sa1_02.gif) no-repeat 17px 0px; }
div#contArea .color li.blue { background:url(/used/common/img/used_icon_sa1_03.gif) no-repeat 17px 0px; }
div#contArea .color li.green { background:url(/used/common/img/used_icon_sa1_04.gif) no-repeat 17px 0px; }
div#contArea .color li.black { background:url(/used/common/img/used_icon_sa1_05.gif) no-repeat 17px 0px; }
div#contArea .color li.brown { background:url(/used/common/img/used_icon_sa1_06.gif) no-repeat 17px 0px; }
div#contArea .color li.wine { background:url(/used/common/img/used_icon_sa1_07.gif) no-repeat 17px 0px; }
div#contArea .color li.yellow { background:url(/used/common/img/used_icon_sa1_08.gif) no-repeat 17px 0px; }
div#contArea .color li.pink { background:url(/used/common/img/used_icon_sa1_09.gif) no-repeat 17px 0px; }
div#contArea .color li.purple { background:url(/used/common/img/used_icon_sa1_10.gif) no-repeat 17px 0px; }
div#contArea .color li.gray { background:url(/used/common/img/used_icon_sa1_11.gif) no-repeat 17px 0px; }
div#contArea .color li.metallic { background:url(/used/common/img/used_icon_sa1_12.gif) no-repeat 17px 0px; }
div#contArea .color li.gold { background:url(/used/common/img/used_icon_sa1_13.gif) no-repeat 17px 0px; }
div#contArea .color li.other { background:url(/used/common/img/used_icon_sa1_14.gif) no-repeat 17px 0px; }
div#contArea .color input { vertical-align: middle;}
div#contArea .color span { vertical-align: middle; margin-left:23px; }
/*_____IE6_IE7_____*/
* html div#contArea .color span,
*:first-child+html div#contArea .color span { margin-left:15px; }

div#contArea table td label input { vertical-align:middle; margin-right:5px; }

input.clearBtn {
	background:url(https://img.goo-net.com/goo/usedcar/btn_clear.gif) no-repeat left top;
	width: 60px;
	height: 20px;
	overflow: hidden;
	padding-top:20px;
	border: none;
	cursor: pointer;　/* カーソルを指マークに Operaはなぜか効かない*/
	display: block; /*IEで背景が消えてしまう*/
}





/*__________select_condition02__________*/








/* マスキングのスタイル add 2008.10.14 mori */
.mask {
    margin: 0px auto auto 0px;
    background-color:black;
    position:absolute;
    z-index:2;
    display:none; 
    filter:alpha(opacity=50);
    opacity:0.5; 
}   





p.aucBnr { overflow:hidden; height:90px; margin:20px 0; }
p.aucBnr a { background:url(https://img.goo-net.com/goo/usedcar/bnr_auc.gif) no-repeat; display:block; padding-top:90px; width:660px; margin:0 auto; }



div.detailEtc dd a,
div.detailEtc dd a:link { text-decoration:none; }



/* フッターリンクデザイン修正 2009.11.04 */
div#footer { margin-top:10px; border-top:#CCCCCC 1px solid;}
div#footer a { color:#666666; text-decoration:none;}
div#footer a:hover { color:#20394C; text-decoration:underline;}
div#footer ul#flist { width:auto; clear:both; zoom:1;}
div#footer ul#flist:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
div#footer ul#flist li.flist-title { margin-right:10px; font-weight:bold; color:#20394C !important;}
div.footer-inner { clear:both; padding:5px; font-size:11px; border-bottom:#CCCCCC 1px dotted;}
table#flist_wrapper { clear:both; border-bottom:#CCCCCC 1px dotted;}

/* ↓20100201追加↓
----------------------------------------------------------------- */


/* clearfix
----------------------------------------------------------------- */
#contents div#history ul:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
    font-size: 0;
}

#contents div#history ul{/*for IE7*/
  min-height: 1px;
}

* html #contents div#history ul{/*for IE6 below, MacIE5*/
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* div#history
----------------------------------------------------------------- */
#contents div#history{}

#contents div#history ul{
	position: absolute;
	left: 740px;
	top: 137px;
}

#contents div#history ul li#btn1,
#contents div#history ul li#btn2{
	float: left;
	width: 110px;
	height: 25px;
}

#contents div#history ul li#btn1{background: url(https://img.goo-net.com/goo/usedcar/history.jpg) no-repeat;}
#contents div#history ul li#btn2{background: url(https://img.goo-net.com/goo/usedcar/examination.jpg) no-repeat;}

div#history ul li#btn1 span,
div#history ul li#btn2 span{
	display: block;
	padding-top: 5px;
	color: #FF0000;
	font-weight: bold;
}

div#history ul li#btn1 span{padding-left: 67px;}
div#history ul li#btn2 span{padding-left: 75px;}

#contents div#history ul li span a{
	text-decoration: none;
}


/* div#goiken
----------------------------------------------------------------- */
div#goiken{
        border:1px solid #9f9f9f;
        width:940px;
        padding:10px;
        margin:10px 0 30px 0;
        font-size:14px;
}

div#goiken p{
        font-weight: bold;
}

div#goiken p.txt{
        font-weight: normal;
        margin-top:10px;
}

div#goiken form{
        font-size:12px;
}

div#goiken form textarea{
        margin:5px;
}

div#goiken table{
        margin:5px 0 0 0;
        width:750px;
        text-align: left;
}

div#goiken table th{
        text-align: left;
        padding:7px;
        vertical-align: top;
}

div#goiken table td{
        padding:7px;
}

div#goiken table input {
        margin-left:40px;
        vertical-align: bottom;
}

* html div#goiken table input {
        vertical-align: middle;
}

div#goiken table input.top {
        margin-left:0px;
}

div#goiken p#soushin {
        text-align: center;
        margin-top:5px;
        margin-bottom:15px;
        width:750px;
}

div#goiken p.txt2 {
        font-weight: normal;
        font-size:12px;
}

/*2010/04/12追記 */
table th.col14 { width:135px;}

.kakakutd{
	padding:0;
}

.kakakutd table{
	width:100%;
        text-align:left;
	}

.kakakutd table{
	border:none !important;
	}

.kakakutd table tr td{
	border:none !important;
	}

.kakakutd table.kakakutop{
	border-bottom:1px dotted #cccccc !important;}


.black{
	color: #000000;}
	
/*2010/04/19追記 */
.kakakutd table tr td{
	border:none !important;
	white-space: nowrap;
	}
