/* =========================================================
    店舗一覧 CSSファイル
    (zaiko.html)

    date   : 2010.04.23
    author : proto

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


@import url("/shared/css/font_euc.css");


/* ------------------------------------------------------
base setting
------------------------------------------------------ */

html {
     overflow-y: scroll;
}

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:#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; }


/* Layout Settings
-------------------------- */
div#wrap {
	width:960px;
	margin:0 auto;
	position: relative;
}

div#header{
	width:960px;
}

div#contents {
	margin: 2px 0 0 0;
	width:960px;
	padding-bottom:15px;
}

div#main{
	width:960px;
}

div#footer{
	margin: 0px;
	padding: 0;
	clear: both;
}


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

/*  topicpath
----------------------------------*/

div.topicpath{
	width:960px;
	overflow:hidden;
	clear:both;
	padding:5px 0 ;
}
/*div.topicpath{
	width:960px;
	float:left;
	background:url(/common/img/bg_dir_hd.jpg) repeat-x;
	border-bottom:#333333 solid 1px;
	overflow:hidden;
	height: 1%;
	padding-bottom: 3px;
	background-color: #ebebeb;
}*/
div.topicpath ul {
	/*padding:5px 15px 0px 15px;*/
	width:680px;
}
div.topicpath ul li {
	float:left;
	white-space: nowrap;
}
div.topicpath ul li a {
	background:url(/usedcar/common/img/topicpath.gif) right 0 no-repeat;
	padding-right:13px;
}



/* ナビゲーション (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;
	}




/* Header Definition */
div#header h1{
	margin-bottom:5px;
	padding:5px 3px;
	font-size:100%;
	line-height:1.0em;
	border-bottom:#cccccc solid 1px;
}
div#header div#gNav {
	position: relative;
	margin:0 ;
	font-size:100%;
}
div#wrap div#header div#gNav ul {
	position: absolute;
	top:-24px;
	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.goow a {
	background:#fff url(/common/img/icon_gooworld.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.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.inquire {
	border-right:none;
}
#header div#h_middle{
	width:100%;
	position:relative;
	padding-bottom:5px;
	border-bottom:#cccccc solid 5px
}
#header div#h_middle div.goowLogo {
	width:250px;
}
#header div.h_bottom{
	width:100%;
	clear:both;
	background:#333333;
	border-top:#cc0000 solid 2px;
	color:#ffffff;
	border-bottom:1px solid #fff;
	position:relative;
	height:29px;
}
#header div.h_bottom h2{
	padding:7px 10px;
	font-size:109%;
	font-weight:bold;
	line-height:14px;
	background-color:#333;
	position:absolute;
}
#header div.h_bottom h2 span{
	margin-left:10px;
	font-size:10px;
	font-weight:normal;
}

#header div.h_bottom ul {
	width:359px;
	height:22px;
	position:absolute;
	top:3px;
	right:5px;
	background:url(/usedcar/common/img/bg_history.gif) 0 0 no-repeat;
	color:#333;
}
*html #header div.h_bottom ul {
	padding-top:5px;
}

#header div.h_bottom ul li {
	display:inline;
	text-align:right;
	padding-left:8px;
	line-height:22px;
	font-weight:bold;
}
#header div.h_bottom ul li img {
	vertical-align:middle;
}
#header div.h_bottom ul li a {
	padding-left:2px;
	vertical-align:middle;
}

#header p.bookmark {
	position:relative;
}
#header p.bookmark a {
	position:absolute;
	top:3px;
	left:735px;
}

*html body #header p.bookmark a {
	top:-24px;
}


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 ;
}

/*__________ div#shopmain __________*/
div#shopmain{
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    background: url(/usedcar/common/img/bg_shopmain.gif) bottom left repeat-x;
}

div#shopmain div.title{
    display: inline;
    margin: 10px 0 0 10px;
    float: left;
    width: 649px;
}

div#shopmain div.title h2{
    display: inline;
    font-weight: bold;
    font-size: 24px;
}

div#shopmain div.title p.howmany{
    display: inline;
    padding: 0 0 0 8px;
    font-weight: bold;
    font-size: 14px;
}

div#shopmain div.title p.address{
    margin: 10px 0;
    padding: 0 0 0 15px;
    background: url(/usedcar/common/img/icon_shopmain_address.jpg) no-repeat;
}

div#shopmain div.title p.icon{
    margin: 10px 0;
}

div#shopmain div.contact{
    float: right;
    width: 280px;
    margin: 10px 5px 0 0;
    padding: 5px;
    border: 2px solid #ccc;
    position: relative;
    background: #fff;

}

div#shopmain div.contact ul,
div#shopmain div.contact li,
div#shopmain div.contact p {
    float:left;
}
div#shopmain div.contact ul {
    padding:0 5px 5px;
}
div#shopmain div.contact p.mobile {
    width:131px;
    padding: 5px 0 0 0;
}
div#shopmain div.contact p.number {
    font-family:Verdana;
    font-size:140%;/*21px*/
    font-weight:bold;
    margin: 4px 0 0 5px;
    vertical-align:top;
    color: #f00;
}
div#shopmain div.contact p.text{
    padding: 3px 0 0 0;
}

div#shopmain div.contact p.text strong{
    color: #f00;
    font-weight: bold;
}

div#shopmain div.navi{
    margin: 5px 0 0 0;
    position: relative;
}

div#shopmain div.navi p.btn{
    position: absolute;
    margin: 0 0 0 817px;
}
div#shopmain ul#shopmenu{
    padding: 0 10px;
    border-bottom: 2px solid #d91a29;
}

div#shopmain ul#shopmenu li{
    display :inline;
}

div#shopmain ul#shopmenu li a{
    display: block;
    float: left;
    margin: 0 1px 0 0;
    padding: 0 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 27px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
}

div#shopmain ul#shopmenu li a.on{
    background: #d91a28;
    color: #fff;
    border-top: 1px solid #d91a28;
    border-left: 1px solid #d91a28;
    border-right: 1px solid #d91a28;
}

div#shopmain ul#shopmenu li a:link,
div#shopmain ul#shopmenu li a:visited,
{
    text-decoration: none;
}

div#shopmain ul#shopmenu li a:hover{
    background: #d91a28;
    color: #fff;
    border-top: 1px solid #d91a28;
    border-left: 1px solid #d91a28;
    border-right: 1px solid #d91a28;
}


/* Main Definition */
div#main h2 {
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:4px 6px;
	font-size:117%;
	font-weight: bold;
}

div.boxed {
	border-left  :1px solid #ccc;
	border-right :1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 0 10px 0;
	background: #fff;
}

div#main div#inquiry {
	margin: 0 0 40px 0;
	padding: 5px 20px;
}
div#main div#inquiry table td.mobile{
	text-align: left;
}
div#main div#inquiry table td.phone{
	font-family:Verdana; font-size:20px;
}
div#main div#inquiry table td.phone strong{
	font-weight: bold;
}

div#main div#cardetail{
	margin: 0 0 40px 0;
	padding: 10px 0 10px 0;
}
div#main table.map_cardetail{
	margin: 0 0 10px 0;
}
div#main table.map_cardetail td.macd_left{
	width:200px;
	padding:0px 10px;
	text-align:center;
	vertical-align:top;
}
div#main table.map_cardetail td.macd_left div.macd_price{
	margin-bottom:5px;
}
div#main table.map_cardetail td.macd_left div.macd_price p.price1 strong{
	padding: 0 3px;
	color:#ff0000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black" ,arial, sans-serif;
}
div#main table.map_cardetail td.macd_left div.macd_price p.price1 span{
	font-size: 10px;
}
div#main table.map_cardetail td.macd_left div.macd_price p.price2 strong{
	margin:0px 3px;
}
div#main table.map_cardetail td.macd_left div.macd_price p.priceabout{
	font-size:0.9em;
	text-align:right;
}
div#main table.map_cardetail td.macd_right{
	padding:0px 10px;
	vertical-align:top;
}
div#main table.map_cardetail td.macd_right table{
	margin-bottom:5px;
	border-collapse:collapse;
}
div#main table.map_cardetail td.macd_right table th,
div#main table.map_cardetail td.macd_right table td{
	padding:3px;
	border:#cccccc solid 1px;
}
div#main table.map_cardetail td.macd_right table th{
	background:#eeeeee;
	font-weight:normal;
	text-align:left;
}
div#main table.map_cardetail td.macd_right table td img{
	margin-right:3px;
}
div#main table.map_cardetail td.macd_right p{
	margin-bottom:5px;
	text-align:right;
}
div#main table.map_cardetail td.macd_right p span.q_cc0000{
	padding-left:13px;
	background:url(/used/search/img/btn_q_cc0000.gif) no-repeat 0px 1px;
}



div#main div#maintitle{
	margin: 0 0 0 0;
}

div#main div#maintitle h2{
	background: #f2f2f2;
	padding: 4px 6px;
}

div#main div#maintitle p.compareBtn {
	position:relative;
	text-align:right;
}
div#main div#maintitle p.compareBtn span {
	position:absolute;
	top:-24px;
	right:8px;
}


div#main div#shopsummary{
	margin: 10px;
}
div#main div#shopsummary p.img{
	width: 180px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
}
div#main div#shopsummary div.txt{
	margin: 5px 20px 0 0;
	width: 550px;
	float: left;
	padding: 0 0 10px 0;
}
div#main div#shopsummary div.txt p.detail_att{
	background: #f8f8f8;
	margin: 5px 0 0 0;
	padding: 5px;
}
div#main div#shopsummary div.txt p.detail_att span{
	color:#cc0000;
}
div#main div#shopsummary ul.icn{
	width: 180px;
	float: right;

}
div#main div#shopsummary ul.icn li{
	padding: 0 0 0 25px;
	line-height: 25px;
}

div#main div#shopsummary ul.icn li.shopdetail{ background: url(/used/img/icon_shop_detail.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shopmap   { background: url(/used/img/icon_shop_map.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shopcar   { background: url(/used/img/icon_shop_car.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shopblog  { background: url(/used/img/blog_icon.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shoproom  { background: url(/used/img/icon_shop_room.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shopslide { background: url(/used/img/slide_show.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.shopcell { background: url(/used/img/icon_goonet_sell_s.gif) no-repeat 0 3px; }
div#main div#shopsummary ul.icn li.inspect { background: url(https://img.goo-net.com/goo/usedcar/icon_syaken.gif) no-repeat 0 3px; }
div#main p.detail_shopmemo{	
	padding:10px;
	color:#cc0000;
	font-weight:bold;
}
div#main ul.detail_shopinfo{
	width:100%;
}
div#main ul.detail_shopinfo li{
	float:left;
	margin:0px 5px 3px 0px;
}
div#main ul.detail_shopinfo li.caption{
	padding: 15px 0 0 5px;
}

div#main div.detail_iconlink{
	text-align:left;
}
div#main div.detail_iconlink span{
}
div#main table.detail_grouplink{
	width:100%;
	margin:5px 0 10px 0;
	border-collapse:collapse;
}
div#main table.detail_grouplink th,
div#main table.detail_grouplink td{
	padding:3px;
	border:#cccccc solid 1px;
	text-align:center;
	font-size:1.0em;
}
div#main table.detail_grouplink th{
	background:#f6f6f6;
	font-weight:normal;
}
div#main table.detail_grouplink td table{
	margin:0px auto;
}
div#main table.detail_grouplink td table td{
	padding:0px;
	border:none;
	text-align:left;
}
div#main table.detail_grouplink img{
	vertical-align:middle;
}

div#main h2.campaign {
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:2px 6px;
	font-size:100%;
}
div#main div#campaign{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#feffef;
	padding: 10px;
	margin: 0 0 10px 0;
}

div#main div#campaign p.catch{
	margin: 0 0 10px 0;
	padding: 2px 0;
	background: #fff;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 10px solid #999;
	border-left: 10px solid #999;
}
div#main div#campaign p.img{
	float: left;
	width: 150px;
}
div#main div#campaign div.txt{
	float: left;
	width: 758px;
	padding: 0 0 0 20px;
}
div#main div#campaign div.txt p.title{
	color:#cc0000;
}
div#main div#campaign div.txt p.caption{
	margin: 10px 0 0 0;
}

div#main div.ma_groupdetail{
	margin:0 0 15px 0;
	padding: 0;
}
div#main div.ma_groupdetail div.gd_link{
	padding:5px 10px;
	text-align:right;
}
div#main div.ma_groupdetail div.gd_link img{
	vertical-align:middle;
}
div#main div.ma_groupdetail table.gd_shoplist{
	width:100%;
	border-collapse:collapse;
}
div#main div.ma_groupdetail table.gd_shoplist th,
div#main div.ma_groupdetail table.gd_shoplist td{
	border:#cccccc solid 1px;
	padding:3px;
	text-align:center;
	white-space:nowrap;
}
div#main div.ma_groupdetail table.gd_shoplist th{
	background:#f6f6f6;
	font-weight:normal;
}
div#main div.ma_groupdetail table.gd_shoplist td.sl_name,
div#main div.ma_groupdetail table.gd_shoplist td.sl_add{
	text-align:left;
	white-space:normal;
}

/* SearchBox Definition */
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;
	padding-left:8px;
}


div#searchBox {
background:transparent url(/usedcar/common/img/searchbox_bg.gif) no-repeat scroll 0 0;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
clear:both;
line-height:1.7;
overflow:hidden;
padding:13px 8px 8px;
position:relative;
}
div#searchBox dl {
}
div#searchBox dl dt {
clear:both;
float:left;
font-weight:bold;
margin-bottom:5px;
padding-right:5px;
text-align:right;
/*width:55px;*/
}
div.r1c1 dl dt {
width:88px;
}
div.r1c2 dl dt {
width:50px;
}
div.r1c4 dl dt {
width:50px;
}

div#searchBox dl dd {
margin-bottom:5px;
}
div#searchBox dl dd span {
font-size:92%;
display:block;
}
div#searchBox dl dd select {
width:105px;
}
div.r1c1 {
float:left;
overflow:hidden;
position:relative;
width:327px;
}
dl dt.lineh {
height:40px;
}
div.r1c1 dl dd {
margin-left:94px;
}
div.r1c1 dl dd input {
margin-right:5px;
vertical-align:middle;
}
div.r1c2 {
float:left;
overflow:hidden;
position:relative;
width:202px;
}
div.r1c2 dl {
height:26px;
}
div.r1c2 dl dt {
clear:none;
}
div.r1c2 dl dd {
float:left;
}
div#searchBox div.r1c2 dl dd select {
width:140px;
}
* html div.r1c2 dl dt {
	padding-right:8px;
}
div.r1c3 {
float:left;
overflow:hidden;
position:relative;
width:255px;
}
div#searchBox div.r1c3 dl dd select {
    width: 220px;
}
div.r1c3 dl dd {
margin-left:31px;
}
div.r1c3 dl dd a {
white-space:nowrap;
}
div.r1c3 dl dd ul li {
float:left;
width:45px;
}

div.r1c4 {
float:left;
overflow:hidden;
position:relative;
width:170px;
}
div.r1c4 dl dd {
margin-left:56px;
}
div.r1c4 dl dd a {
white-space:nowrap;
}
div.r1c4 dl dd ul li {
float:left;
width:45px;
}

div.r2c1 {
float:left;
overflow:hidden;
position:relative;
width:327px;
}

div.r2c1 dl dd {
margin-left:60px;
}
div.r2c1 dl dd input {
margin-right:5px;
vertical-align:middle;
}

div.r2c2 {
	float:left;
	overflow:hidden;
	position:relative;
	width:295px;
}
div.r2c2 dl {
	height:26px;
}
div.r2c2 dl dt {
	clear:none;
}
div.r2c2 dl dd {
	float:left;
}
div.r2c2 dl dd select {
	width:404px;
}
* html div.r2c2 dl dt {
	padding-right:8px;
}

div#detailCon {
	border:1px solid #ccc;
	border-top:none;
	padding:5px;
	background-color: #f6f6f6;
	margin: 0 0 10px 0;
}
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#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(/used/common/img/icon_question.gif) no-repeat;
	margin-left:5px;
	padding-left:18px;
}


/* HowMany Difinition */

div.howmany {
 	float:left;
	margin-bottom:5px;
}
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 {
	border-top:1px solid #ccc;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin-bottom:5px;
	padding:0 0 10px 0;
}

ul#listTab {
	float:left;
	border-left:1px solid #636363;
	margin:10px 0 0 0;
}
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;
	margin:10px 0 0 0;
}
ul.list li {
	display:inline;
	margin-left:10px;
}

ul.what {
	float:right;
	margin:15px 0 0 0;
}
ul.what li {
	display:inline;
	background: url(/used/common/img/icon_question.gif) no-repeat;
	margin-left:5px;
	padding-left:18px;
}

dl.changeLine {
	clear:both;
	padding:10px 5px 0 0;
	border-top:3px solid #636363;
	margin: 0;
}
*:first-child+html dl.changeLine,
* html dl.changeLine { margin-top:-5px; }
 


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;
}

table.carlist {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	clear:both;
	width: 100%;
}
table.carlist th {
	background:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:3px 0;
	text-align: center;
}
table.carlist td {
	border:1px solid #CCCCCC;
	padding:3px;

}
table.carlist th.col01 { width:26px; }
table.carlist th.col02 { width:100%; }
table.carlist th.col03 { width:70px; }
table.carlist th.col04 { width:60px; }
table.carlist th.col05 { width:60px; }
table.carlist th.col06 { width:50px; }
table.carlist th.col07 { width:50px; }
table.carlist th.col08 { width:50px; }
table.carlist th.col09 { width:50px; }
table.carlist th.col10 { width:60px; }
table.carlist th.col11 { width:72px;}
table.carlist th.col12 { width:60px; }
table.carlist th.col13 { width:72px; }

table.carlist td.carNameBox {
	padding:0;
}
table.carlist td.carNameBox table { width:100%; }
table.carlist td.carNameBox table,
table.carlist td.carNameBox table td {
	border:0;
	text-align:left;
}
table.carlist td.carNameBox table td.img { width:65px; }
table.carlist td.carNameBox li {
	display:inline;
}
table.carlist td.carNameBox td.shop {
	border-top:1px solid #CCCCCC;
}

table.carlist td.carNameBox table td {
	vertical-align: top;
	text-align: left;

}

table.carlist td.carNameBox table td p.hosho {
    position: relative;
    text-align: right;
    zoom:1;
}

table.carlist td.carNameBox table td p.hosho img {
    position: absolute;
    right:110px;
    bottom:-48px;
    zoom:1;
}

table.carlist td.carNameBox table td p.nintei {
	float: right;
	zoom:1;
}

table.carlist td.carNameBox table td p.fukusu {
	float:right;
	zoom:1;
}

table.carlist tr.checked {
	background:#eee;
}
table.carlist td.checked {
	background:#eee;
}
table.carlist td.price_bg {
	background-color:#feedeb;
}

table.carlist 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:125px;
	color:#ff0000;
	padding:5px 0;
	margin-top:10px;
}
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 {
	padding:0 0 0;
	text-align:right;
	clear:both;
}

p.pageTopLast a{
	background:url(https://img.goo-net.com/goo/usedcar/icon_pagetop.gif) no-repeat 0px 6px;
	padding-left: 15px;
	text-align:right;
	clear:both;
}


.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;}


/* footer
----------------------------------------- */
div#footerarea{
    clear:both;
    text-align:left;
}
div#footerarea div.f_sitelink{
    padding:5px 10px;
    border-bottom:#cccccc solid 1px;
    background:#f7f7f7;
    font-size:84%;
    line-height:1.2em;
}
div#footerarea div.f_sitelink p{
    margin:0px;
    font-weight:bold;
}
div#footerarea div.f_sitelink ul{
    width:100%;
    margin:0px;
    padding:0px;
    list-style:none;
}
div#footerarea div.f_sitelink ul.flink_brand{
    margin-bottom:5px;
}
div#footerarea div.f_sitelink ul.flink_proto{
}
div#footerarea div.f_sitelink ul li{
    float:left;
    margin:0px;
    padding:1px 0px;
    white-space:nowrap;
}
div#footerarea div.f_mars{
    padding:5px 0px;
    border-bottom:#cccccc solid 1px;
    text-align:center;
}
div#footerarea div.f_corp{
    padding:5px;
    clear:both;
    background:#333333;
}
div#footerarea div.f_corp img{
    float:left;
    border:none;
}
div#footerarea div.f_corp p{
    margin:0px 0px 0px 90px;
    color:#ffffff;
}
div#footerarea div.f_corp p a {color:#ffffff;}
div#footerarea div.f_corp p a:hover,
div#footerarea div.f_corp p a:active{color:#ff0000;}


div#contents div#main div#campaign {
border:1px solid #CCCCCC;
margin-bottom:10px;
padding:0;
background:none;
overflow:hidden;
zoom:1;
}

div#contents div#main div#campaign h2 {
background-color:#F2F2F2;
border-bottom:1px solid #CCCCCC;
font-size:117%;
font-weight:bold;
margin:0 0 10px;
border-top:none;
border-left:none;
border-right:none;
padding:4px 6px;
}

div#contents div#main div#campaign p.img {
float:left;
padding:0 5px;
width:205px;
}

div#contents div#main div#campaign p.img img {
border:1px solid #CCCCCC;
margin-bottom:10px;
}


div#contents div#main div#campaign div.text {
float:left;
width:520px;
}

div#contents div#main div#campaign div.text h3 {
color:#FF0000;
font-size:110%;
font-weight:bold;
margin-bottom:2px;
}

div#contents div#main div#campaign div.text p.date {
font-weight:bold;
margin-bottom:5px;
}

div#contents div#main div#campaign div.text span {
color:#FF0000;
}



/* Footer Definition */
#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;
}
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;
}



/* フッターリンクデザイン修正 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;}

.textBoldL {
	font-family:"Arial",arial,sans-serif;
	font-size:142%;
	padding:0 5px;
	color:#ff0000;
	font-weight:bold;
}

