@charset "euc-jp";

/*======================================

    used_top.cssは次のhtmlに読み込まれています。
		
		中古車
		/docs/useded/index_x.html
				
=======================================*/

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html {
     overflow-y: scroll;
}
body {
	margin:0;
	border:0;
	padding:0;
	line-height:1.4;
	position: relative;
}
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;
}

input {
	list-style-type:none;
	margin: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:none;}
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;
	visibility: hidden;
}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }



/* Common Settings
-------------------------- */
.clear{
	clear: both;
}


/* Layout Settings
-------------------------- */
div#wrap {
	width:960px;
	margin:0 auto;
	position: relative;
}

div#header{
	width:960px;
}

div#contents {
	width:960px;
	float:left;
	padding-bottom:15px;
}

div#main{
	width:732px;
	float:left;
}
div#sub{
	width: 200px;
	float: right;
}

div#footer{
	margin: 0px;
	padding: 0;
	clear: both;
}


/* Detail Settings
-------------------------- */

/* Header Definition */

div#header h1 {
	font-size: 100%;
	padding:4px 0 ;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	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.goonet {
	border-right:none;
	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:8px 0 ;
}
div.topicpath ul li {
	display: inline;
}
div.topicpath ul li a {
	background: url(/usedcar/common/img/topicpath.gif) right 0 no-repeat ;
	padding-right: 13px;
	margin-right:5px;
}

/* ブックマーク登録
-----------------*/

div#bookmark {
	text-align: right;
	position:relative;
}
div#bookmark ul {
	position:absolute;
	top:-22px;
	right:0;
}
div#bookmark ul li {
	margin-left: 5px;
	display: inline;
}
div#bookmark ul li img {
	vertical-align: middle;
}

/* Main Definition */


div.banner_text {

}
div.banner_text ul li{
	float: left;
	width: 320px;
}

/* 3つの探すボタン
-----------------*/

div#seachSelect {
	width:732px;
	height:68px;
	background: url(/usedcar/common/img/bg_seachSelect.gif) 0 0px no-repeat;
	margin-bottom:20px;
}
div#seachSelect ul {
	padding: 12px 0 10px 10px;
}
div#seachSelect ul li {
	width:230px;
	margin-right: 10px;
	float:left;
}

div#seachSelect ul li a {
	display:block;
	background-color: #ccc;
	width:230px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
}

div#seachSelect ul li a.kodawari {
	background: url(/usedcar/common/img/btn_kodawari.gif) 0 0px no-repeat;
}
div#seachSelect ul li a.bodytype {
	background: url(/usedcar/common/img/btn_bodytype.gif) 0 0px no-repeat;
}
div#seachSelect ul li a.kantannavi {
	background: url(/usedcar/common/img/btn_navi.gif) 0 0px no-repeat;
}

/* メイン中段右コンテンツ
----------------------------*/

div#conLeft {
	width:360px;
	float: left;

}

div#conRight {
	width:360px;
	float: right;

}


/* メイン中段左コンテンツ
----------------------------*/

div#keywordSch {
	margin-bottom:15px;
}

div#keywordSch h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}

div#keywordSch h2 a {
	margin-left: 12px;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
}
div#keywordSch div.keySchForm {
	background-color: #e8e8e8;
	height:60px;
	margin-top:10px;
	position: relative;
}

div#keywordSch div.keySchForm p {
	height:27px;
	line-height: 1.8;
	background: url(https://img.goo-net.com/goo/usedcar/keywordsch_tit.gif) 0 0 no-repeat;
	color:#fff;
	padding-left:15px;
}

div#keywordSch div.keySchForm input#ksfTx {
	width:220px;
	height:20px;
	margin-left:8px;
	border: 1px solid #a5acb2;
}

div#keywordSch div.keySchForm input#ksfTx,
div#keywordSch div.keySchForm input#ksfBtn {
	vertical-align: middle;
}


div#keywordSch div.keySchForm input.smbtn {
	width:82px;
	height:23px;
	background: url(https://img.goo-net.com/goo/usedcar/btn_next.gif) 0 0 no-repeat;
	vertical-align:middle;
	text-indent:-9999px;
}


div#recommend_car {
}

div#recommend_car h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}

div#recommend_car dl {
	margin-top:5px;
	margin-bottom:5px;
	min-height:90px;
}
*html div#recommend_car dl {
	height:90px;
}


div#recommend_car dl dt {
	position:relative;
	padding-left:140px;
	font-weight:bold;
	padding-bottom:3px;
}

div#recommend_car dl dt a img {
	position:absolute;
	top:0;
	left:0;
	border:2px solid #ccc;
}

*html div#recommend_car dl dt a img  {
	top:0;
	left:-140px;
}

div#recommend_car dl dt a img:hover {
	border:2px solid #ff0000;
}

div#recommend_car dl dd {
	padding-left:140px;
}

div#recommend_car dl dd p {
	font-size:84%;
	margin-bottom:5px;
}
div#recommend_car dl dd ul {
	padding-left:8px;
}
div#recommend_car dl dd ul li {
	display:inline;
	font-size:84%;
}

div#recommend_car dl dd ul li a {
	font-size:12px;
}
ul.priceSchLink {
	margin-top:8px;
}

ul.priceSchLink li {
	background:url(/usedcar/common/img/icon_dot.gif) left center no-repeat;
	line-height:1.4;
	padding-left:8px;
	display:inline;
}



/* メイン中段右コンテンツ
----------------------------*/

div#typeSch h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}

div#typeSch div.typeCon {
	margin-top:8px;
}

div#typeSch div.typeCon table {
	width:360px;
	border-collapse:collapse;
}
div#typeSch div.typeCon table tr td {
	border:1px solid #ccc;
	text-align:center;
	font-size:10px;
	width:89px;
}

div#typeSch div.typeCon table tr td a {
	display:block;
	width:89px;
}

div#typeSch div.typeCon table tr td a.sedan { background: url(https://img.goo-net.com/goo/usedcar/ic_sedan.gif) 12px 5px no-repeat; padding: 45px 0 10px;}
div#typeSch div.typeCon table tr td a.coupe { background: url(https://img.goo-net.com/goo/usedcar/ic_coupe.gif) 12px 5px no-repeat; padding: 45px 0 10px;}
div#typeSch div.typeCon table tr td a.open { background: url(https://img.goo-net.com/goo/usedcar/ic_open.gif) 12px 5px no-repeat; padding: 45px 0 10px;}
div#typeSch div.typeCon table tr td a.wagon { background: url(https://img.goo-net.com/goo/usedcar/ic_wagon.gif) 12px 5px no-repeat; padding: 45px 0 10px;}

div#typeSch div.typeCon table tr td a.mini { background: url(https://img.goo-net.com/goo/usedcar/ic_mv_1box.gif) 12px 5px no-repeat; padding: 40px 0 2px;}
div#typeSch div.typeCon table tr td a.suv { background: url(https://img.goo-net.com/goo/usedcar/ic_suv.gif) 12px 5px no-repeat; padding: 40px 0 2px;}
div#typeSch div.typeCon table tr td a.compact { background: url(https://img.goo-net.com/goo/usedcar/ic_compact_hatch.gif) 12px 5px no-repeat; padding: 40px 0 2px;}
div#typeSch div.typeCon table tr td a.keicar { background: url(https://img.goo-net.com/goo/usedcar/ic_keicar.gif) 12px 5px no-repeat; padding: 45px 0 10px;}

div#typeSch div.typeCon table tr td a.bonnetvan { padding: 5px 0;}
div#typeSch div.typeCon table tr td a.cabvan { padding: 5px 0;}
div#typeSch div.typeCon table tr td a.keicar_track { padding: 5px 0;}
div#typeSch div.typeCon table tr td a.bus { padding: 5px 0;}


div#typeSch div.typeCon table tr td a:hover {
	background-color:#f9f9f9;
}


/* メーカー・ブランドから中古車検索
-----------------*/

div#makerSch {
	width:732px;
	clear: both;
	padding-top: 10px;
}

div#makerSch h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}

div#makerSch .makerSelect {
	margin: 10px 0 0;
}

div#makerSch .makerSelect span {
	padding: 0 0 0 8px;
	background: url(/usedcar/common/img/arrow_red.gif) no-repeat left 2px;

	vertical-align: middle;
}

div#makerSch .makerSelect input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div#makerSch div.msCon h3.japan,
div#makerSch div.msCon h3.italy,
div#makerSch div.msCon h3.germany,
div#makerSch div.msCon h3.france,
div#makerSch div.msCon h3.germany,
div#makerSch div.msCon h3.sweden,
div#makerSch div.msCon h3.holland,
div#makerSch div.msCon h3.korea,
div#makerSch div.msCon h3.etc,
div#makerSch div.msCon h3.usa,
div#makerSch div.msCon h3.greatbritain
{
	font-size: xx-small;
	text-indent: -10000px;
	vertical-align: bottom;
}

/* NOT for MacIE5 begin. \*/
div#makerSch div.msCon h3.japan,
div#makerSch div.msCon h3.italy,
div#makerSch div.msCon h3.germany,
div#makerSch div.msCon h3.france,
div#makerSch div.msCon h3.germany,
div#makerSch div.msCon h3.sweden,
div#makerSch div.msCon h3.holland,
div#makerSch div.msCon h3.korea,
div#makerSch div.msCon h3.etc,
div#makerSch div.msCon h3.usa,
div#makerSch div.msCon h3.greatbritain
{
	overflow:hidden;
}
/* NOT for MacIE5 end. */


div#makerSch div.msCon{
	padding: 15px 0 15px 0;
}

div#makerSch div.msCon li{
}

div#makerSch div.msCon li input {
	margin: 0 3px 0 0;
	vertical-align: middle;
}


/* clearfix { */
div#makerSch div.msCon:after{
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}

/* IE7 and MacIE5 \*/
div#makerSch div.msCon { display:inline-block; }

/* WinIE5x \*/
* html div#makerSch div.msCon { height: 1%; }
div#makerSch div.msCon { display:block; }
/* } clearfix */

div#makerSch div.msCon div.msConLeft{
	float: left;
	width: 75%;
}

div#makerSch div.msCon div.msConRight{
	float: right;
	width: 24%;
}

/* clearfix { */
div#makerSch div.msCon div.msConLeft div.msConLeftA:after,
div#makerSch div.msCon div.msConLeft div.msConLeftB:after,
div#makerSch div.msCon div.msConLeft div.msConLeftC:after
{
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}

/* IE7 and MacIE5 \*/
div#makerSch div.msCon div.msConLeft div.msConLeftA,
div#makerSch div.msCon div.msConLeft div.msConLeftB,
div#makerSch div.msCon div.msConLeft div.msConLeftC
 { display:inline-block; }

/* WinIE5x \*/
* html div#makerSch div.msCon div.msConLeft div.msConLeftA,
* html div#makerSch div.msCon div.msConLeft div.msConLeftB,
* html div#makerSch div.msCon div.msConLeft div.msConLeftC
{ height: 1%; }

div#makerSch div.msCon div.msConLeft div.msConLeftA,
div#makerSch div.msCon div.msConLeft div.msConLeftB,
div#makerSch div.msCon div.msConLeft div.msConLeftC
 { display:block; }
/* } clearfix */

div#makerSch div.msCon div.msConLeft div.msConLeftA div,
div#makerSch div.msCon div.msConLeft div.msConLeftB div,
div#makerSch div.msCon div.msConLeft div.msConLeftC div{
	float: left;
	width: 33%;
}

div#makerSch div.msCon h3{
	border-bottom: 1px solid #c0c0c0; 
	height: 18px;
}

div#makerSch div.msCon h3.other{
	border-bottom: none;
	margin: 3px 0 0 0;
	height: 1.1em;
	font-weight: normal;
	font-size:100%;
}

div#makerSch div.msCon h3.japan  {	margin: 0 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_japan02.gif) no-repeat; }
div#makerSch div.msCon h3.italy  {	margin: 20px 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_italy02.gif) no-repeat; }
div#makerSch div.msCon h3.germany{	margin: 0 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_germany02.gif) no-repeat; }
div#makerSch div.msCon h3.france {	margin: 20px 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_france02.gif) no-repeat; }
div#makerSch div.msCon h3.greatbritain{	margin: 0 5px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_greatbritain02.gif) no-repeat; }
div#makerSch div.msCon h3.sweden {	margin: 20px 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_sweden02.gif) no-repeat; }
div#makerSch div.msCon h3.holland{	margin: 20px 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_holland02.gif) no-repeat; }
div#makerSch div.msCon h3.korea  {	margin: 20px 5px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_korea02.gif) no-repeat; }
div#makerSch div.msCon h3.etc    {	margin: 5px 5px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_etc02.gif) no-repeat; }
div#makerSch div.msCon h3.usa    {	margin: 0 15px 0 0; background: url(https://img.goo-net.com/goo/usedcar/icon_usa02.gif) no-repeat; }


div#priceSch h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}


div#priceSch ul {
	float:left;
	margin:10px 0; 
}

div#priceSch ul li {
	width:180px;
	float: left;
	line-height: 1.7;
}
div#priceSch ul li a {
}

div#kaikaePrice {
	clear:both;
}

div#kaikaePrice h2 {
	background-color:#F2F2F2;
	border:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	padding:0 8px;
}

div#kaikaePrice p {
	margin:10px 0;
}

div#kaikaePrice  form input {
	vertical-align:middle;
}
div#kaikaePrice  form select {
	margin-right:10px;
	vertical-align:middle;
}
/* Sub Definition */

div#sub {
}
div#sub h2{
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}
div#sub h3{
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:url("/catalog/common/img/catalog_back_rt1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
}


div#flashBnner {
	margin-bottom:10px;
}


div#sub p.subInnerTit {
	border:1px solid #cccccc;
	border-top: none;
	line-height: 24px;
	padding:0 8px;
	background-color:#efefef;
	font-weight: bold;
}
div#sub div.subCon {
	border: 1px solid #cccccc;
	border-top:none;
	padding:5px;
	height:1%;

}
div#mySearch,
div#advice,
div#gooauc,
div#kaikae,
div#shop,
div#info,
div#jumpSch,
div#usedData,
div#sarchRank,
p.rightBnr {
	margin-bottom:10px;
}

/* マイサーチ
-----------------*/

div#mySearch ul {
	margin:9px 0 0 0;
	padding: 6px 0 0 5px;
	border-top: 1px dotted #666666;
}
div#mySearch ul li {
	background: url(https://img.goo-net.com/goo/usedcar/icon_arrow_red_large.gif) 0 5px no-repeat;
	padding-left: 9px;
	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;
}

/* 2010.06.09 追記 */
div#mySearch p.tit{
	margin-bottom: 5px;
	padding: 2px 0 0 5px;
	border-left: 5px solid #ff0000;
	font-weight: bold;
	color: #666666;
	line-height: 1.2;
}

div#mySearch dl{
	margin-bottom: 5px; 
	overflow: hidden;
}

div#mySearch dl dt img{
	margin-right: 4px;
}

div#mySearch span.f_red{
	color: #ff0000;
	font-weight: bold;
}


/* あなたの愛車今いくら？
-----------------*/

div#kaikae p {

}
div#kaikae dl {
	margin-bottom:5px;
}
div#kaikae dl dt,
div#kaikae dl dd {	
	padding:3px 0;
	vertical-align:middle;
}

div#kaikae dl dt {
	float:left;
	width:60px;
	padding-top:4px;
}

div#kaikae select {
	width:125px;
	vertical-align:middle;
	margin:0;
	padding:0;
}
div#kaikae div.sateiBt {
	text-align:center;
}

div#kaikae dl.souba dt,
div#kaikae dl.souba dd {
	float:none;
	width:auto;
	padding:0;
}
div#kaikae div.ex_auc {
	background-color:#d8d8d8;
	padding:5px 8px;
	text-align:center;
	margin-top:3px;
}
div#kaikae div.ex_auc p {
/*	color:#fff;*/
	margin-bottom:3px;
}
/* お役立ち
-----------------*/


div#shop dl {
	min-height:60px;
}
*html div#shop dl {
	height:60px;
}

div#shop dl dt {
	position:relative;
	padding-left:40px;
}
div#shop dl dt a img {
	position:absolute;
	top:0;
	left:0;
}

*html div#shop dl dt a img {
	left:-40px;
}

div#shop dl dd {
	padding-left:40px;
	padding-bottom:5px;
}



/* お役立ち
-----------------*/


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 {

}

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#info ul li.addImg {
	background: none;
	height:36px;
	padding-left:0;
}

div#info ul li.addImg img {
	float:left;
	margin-right:6px;
}
div#info ul li.addImg a {
	margin-top: 10px;
}

/* オークション
-----------------*/


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(https://img.goo-net.com/goo/usedcar/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 {
	clear:both;
/*	text-align: justify;*/
	text-justify: inter-ideograph;
	line-height: 1.2;
	font-size:12px;
	padding-top:15px;

}

/* 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:960px;
	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%;
	vertical-align: top;
	border-top: solid 1px #cccccc;
}
table#flist_wrapper td {
	padding: 5px;
	font-size: 11px; /* FontSize */
	line-height: 1.3;
}




.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }

.marginTop10px { margin-top: 10px; }
.marginB10 { margin-bottom:10px;}



/* フッターリンクデザイン修正 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: 630px;
	top: 138px;
	width:330px;
}

#contents div#history ul li#btn1,
#contents div#history ul li#btn2,
#contents div#history ul li#btn3{
	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;}
#contents div#history ul li#btn3{background: url(https://img.goo-net.com/goo/usedcar/look_cart.png) 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;
}

/* ANG_PRJ-1108 140305 ikema
----------------------------------------- */
h1.copy {
	clear:both;
/*	text-align: justify;*/
	text-justify: inter-ideograph;
	line-height: 1.2;
	font-size:12px;
	padding-top:15px;
}
