  @charset "utf-8";

@import "reset.css";


/* base
--------------------------------------------------------------------------------------------------*/

/* font-color
--------------------------------------------------------------------*/

body {
	color: #636363;
	/*background: #F1F1F1;*/
	background: #FFFFFF;
	font-size: 12.8px;
	_font-size: 80%;
	*font-size: 80%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight:normal;
}

h1 strong,
h1 em,
h2 strong,
h2 em,
h3 strong,
h3 em,
h4 strong,
h4 em,
h5 strong,
h5 em,
h6 strong,
h6 em {
	font-weight: inherit;
	_font-weight: expression(this.parentNode.currentStyle.fontWeight);
	*font-weight: expression(this.parentNode.currentStyle.fontWeight);
}

/* anchor
--------------------------------------------------------------------*/

a:link {
	color:#1f5dcb;
	text-decoration: none;
}

a:visited {
	color:#1f5dcb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/* table
--------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight: normal;
	text-align: left;}

/* label
--------------------------------------------------------------------*/

label {
	cursor: pointer;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*end// base
--------------------------------------------------------------------------------------------------*/




/*--全体common css
---------------------------------------*/

div.container {
	margin:0 auto;
	width:936px;
	overflow:auto;
}

h3{
	background:url("../img/icon-pages.gif") left center no-repeat;
	margin: 10px 0 10px 0px;
	padding: 0 0 0 18px;
	color:#4c4c4c;
	font-size:18px;
	clear:both;
	font-weight:normal;
	border-bottom: 1px solid #FF0000; /* [Lina] */
}
h3 a {
	color: #4C4C4C; /* [Lina] */
}


span.disabled{
	color:#FFF;
}

span.required{
	background: #E51314;
	color:#FFF;
	font-size:11px;
	margin-left : 5px;
	padding: 2px 3px ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
span.example{
	margin-left: 10px;
}
div.related{
	clear:both;
}

/*--//end 全体common css
---------------------------------------*/


/* --header
-----------------------------------------*/

div#header{
	border-top:4px solid #E51011;
	margin:0;
	padding:0;
	width:100%;
}
div#header-container{
	margin:0 auto;
	position:relative;
	overflow:auto;
	width:936px;
	height:140px;
}

div#header p#title{
	position:absolute;
	left:0;
	top:8px;
	margin:0;
	padding:0;
	font-size:14px;
	
}

/*div#header h1{
	font-size:14px;
	font-weight:normal;
	position:absolute;
	left:0;
	top:5px;
	margin:0;
	padding:0;
}*/
div#header p#logo{
	position:absolute;
	left:0;
	top:45px;
	*top:45px; /*--ie6 and ie7--*/
}
div#header p#banner{
	width:600px;
	position:absolute;
	right:0;
	top:45px;
	*top:45px; /*--ie6 and ie7--*/
	text-align:right;
}
div#header ul.menu{
	position:absolute;
	left:600px;
	top:3px;
	list-style:none;
}
div#header ul.menu li{
	background:url("../img/arrow-r.jpg") left center no-repeat;
	display:inline;
	margin-left : 5px;
	font-size:13px;
	padding-left : 17px;
}
div#header ul.menu li a{
	color:#666;
	text-decoration:none;
}
div#header ul.menu li a:hover{
	text-decoration: underline;
}

div#header ul.login{
	position:absolute;
	left:250px;
	bottom:10px;
	width:200px;
	list-style:none;
	padding : 5px 0;
	margin:0;
	text-align:right;
}
div#header ul.login li{
	margin-left : 5px;
	font-size:13px;
}
div#header ul.login li a{
}

div#header ul.menu li.contactus{
	background:url("../img/bk_mail.gif") left center no-repeat;
	display:inline;
	font-size:18px;
	padding-left:66px;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
div#header ul.menu li.contactus a{
	color:#4F88EC;
}

div.fb-like{
	position:absolute;
	top:4px;
	left:300px;
}

p#header_fbbox{
    position: absolute;
    left: 300px;
    top: 30px;
    line-height: 0;
    width: 634px;
    height: 95px;
    overflow: hidden;
	border: solid 1px #CFCFCF;
}

p#header_fbbox iframe{
    position:relative;
    left:-1px;
    top: -1px;
}

div.header-leftside{
	width:280px;
}

/*span.staffblog{
	font-size:15px;
	font-weight:bold;
	position: absolute;
	top:55px;
	left:220px;
}
*/

/* --end//header
-----------------------------------------*/

/* --menu(Global)
-----------------------------------------*/
div#menu{
	background:url("../img/bk_menu.jpg");
	height:46px;
}
div#menu-container{
	margin:0 auto;
	width:936px;
}
div#menu ul.menu{
	list-style:none;
	padding:1px 0 0 0;
	margin:0;
}
div#menu ul.menu li{
	display:inline;
	padding:0;
	margin:0;
}
div#menu ul.menu li a{
	padding:0;
	margin:0;
}
/* --//end menu(Global)
-----------------------------------------*/

/*--トップ メインビジュアル
------------------------------*/

p.main-visual {
	margin: 15px 0 6px 0;}

/*--
------------------------------*/
/*--お知らせ
----------------------------------------------------*/
div.title {
	position: relative;}
div.title p {
	position:absolute;
	right: 15px;
	top: 15px;}
div.article_content {
	line-height: 1.6;
	margin: 0 0 15px 0;}



/*--end//お知らせ
 --------------------------------------------------*/

/* - content(Global)
-----------------------------------------*/

div#content{
	/*overflow:auto;*/
}
/* for IE7 only */
*:first-child+html #content {
	overflow:hidden;
}

div#content-middle{
}
/* for IE7 only */
*:first-child+html div#content-middle {
	overflow:visible;
}
div#content-middle-left{
	float:left;
	width:672px;
}
/* --//end content(Global)
-----------------------------------------*/


/* -- topix(topics)
-----------------------------------------*/
div#topix{
	padding:10px;
}
div#topix p{
	margin:0;
	padding:0;
	background:url("../img/arrow-r.jpg") left center no-repeat;
	padding-left : 17px;
}
div#topix p a,
div#topix p a:link {
	text-decoration: underline;
}
div#topix p a:hover{
	text-decoration: none;
}


/* --end// topix(topics)
-----------------------------------------*/


/*-- MailMagazine ボックス
----------------------------------------------------------------*/

div.mm_submit p {
	text-align: center;}
div.mm_send p {
	margin: 0px;}
div.mm_send table,div.mm_send th,div.mm_send td {
	background: none;}
div.mm_send {
	font-weight: bold;
	font-size: 0.8em;
	background:url("../img/mm_en_bg.jpg") repeat-x;
	padding:0px 0px 0px 5px;
}

div.mm_send select.input-country {
	width: 80px;
	padding: 2px;
	font-weight: normal;}
	
div.mm_send input.input-name {
	width: 50px;
	padding: 2px;
	font-weight: normal;}

div.mm_send input.input-mail {
	width: 150px;
	padding: 2px;
	margin: 0 0 0 3px;
	font-weight: normal;}
	
	
/*-- end //MailMagazine ボックス
----------------------------------------------------------------*/


/* --トップ、アラート、新着車両検索タイトル部分
-----------------------------------------------*/
	
div#search_title{
	background:url("../img/bk_search_title_en.jpg");
	width:672px;
	height:70px;
	position:relative;
	padding:0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom:3px solid #E51112;
}

div#alert_title{
	background:url("../img/bk_alert_title_en.jpg");
	width:672px;
	height:70px;
	position:relative;
	padding:0 0 3px 0;
	border-bottom:3px solid #E51112;
}

div#new_title{
	background:url("../img/bk_new_title_en_top.jpg");
	width:672px;
	height:32px;
	position:relative;
	padding:0;
	border-bottom:3px solid #E51112;
    margin: 10px 0px 0px 0px;
}

div#new_title_sr{
	background:url("../img/bk_new_title_en_sr.jpg");
	width:936px;
	height:32px;
	margin:30px 0px 0px 0px;
}

div#zaiko_title{
	background:url("../img/bk_new_title_en_top3.jpg");
	width:672px;
	height:32px;
	position:relative;
	padding:0;
	border-bottom:3px solid #E51112;
	margin:10px 0px 0px 0px;
}

/* --end //トップ、アラート車両検索タイトル部分
-----------------------------------------------*/


/* --トップの検索ボックス、新着、ランキング、車両個別の他の中古車タイトル内の台数表示部分
-----------------------------------------------*/
div.title ul{
	position:absolute;
	margin:0;
	padding:0;
	bottom:3px;
	right:5px;
	list-style:none;
}
div.title ul li{
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	font-size:14px;
}
div.title ul li.rborder{
	padding-right:10px;
	border-right:2px solid #E93031
}
div.title ul li.lborder{
	padding-left:10px;
	border-left:2px solid #E93031
}
div.title span.number{
	background:#E93031;
	color:#FFF;
	padding:0 5px;
	margin:0 5px;
	font-size:120%;
	line-height:1;
}
/* --//end トップの検索ボックス、新着、ランキング、車両個別の他の中古車タイトル内の台数表示部分
-----------------------------------------*/

/* --車両個別ページ内の他の在庫部分_2012/05/14
-----------------------------------------*/

/*div#title_shop_car{
	clear:both;
	background:url("../img/bk-title-seller-cars.jpg");
	width:934px;
	height:73px;
	position:relative;
	padding:0 0 0px 0;
	border-bottom:3px solid #E51112;
}
div#title_shop_car ul{
	position:absolute;
	margin:0;
	padding:0;
	bottom:3px;
	right:5px;
	list-style:none;
}
div#title_shop_car ul li{
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	font-size:14px;
}
div#title_shop_car ul li.lborder{
	padding-left:10px;
	border-left:2px solid #E93031
}
div#title_shop_car span.number{
	background:#E93031;
	color:#FFF;
	padding:0 5px;
	margin:0 5px;
	font-size:120%;
	line-height:1;
}*/

/* --end //車両個別ページ内の他の在庫部分_2012/05/14
-----------------------------------------*/


/* --車両個別ページ内の他の在庫部分
-----------------------------------------*/

div#title_shop_car{
	clear:both;
	background:url("../img/bk-title-seller-cars_v2.jpg") no-repeat;
	width:760px;
	height:36px;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:30px 0px 0px 0px;
	}
div#title_shop_car ul{
	position:absolute;
	margin:0;
	padding:0;
	bottom:8px;
	right:5px;
	list-style:none;
}
div#title_shop_car ul li{
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	font-size:14px;
}
div#title_shop_car ul li.lborder{
	padding-left:10px;
	border-left:2px solid #E93031
}
div#title_shop_car span.number{
	background:#E93031;
	color:#FFF;
	padding:0 5px;
	margin:0 5px;
	font-size:110%;
	line-height:1;
}


div#zaikolist div#vp-car-box-box{
  float:left;
  width:758px;
  *width:758px;

  border-collapse:collapse;
  border-style:solid;
  border-color:#DAE1E7;
  border-width:1px 1px 1px 1px;

}

div#otherviewlist div#vp-car-box-box{
  float:left;
  width:670px;
  border-collapse:collapse;
  border-style:solid;
  border-color:#BBE0F0;
  border-width:1px 1px 1px 1px;

}

div#view_history div#vp-car-box-box{
  float:left;
  width:670px;
  border-collapse:collapse;
  border-style:solid;
  border-color:#BBE0F0;
  border-width:1px 1px 1px 1px;

}

div#vp-car-box-box table{
width:652px;
}

div#vp-car-box-box table.vp-car-box{
width:672px;
border-collapse:collapse;
margin:0px 0px 0px 0px;
}


table.vp-car-box tr.car_photo_top td.car-box-col-0,
table.vp-car-box tr.car_photo_top td.car-box-col-1,
table.vp-car-box tr.car_photo_top td.car-box-col-2,
table.vp-car-box tr.car_photo_top td.car-box-col-3
{
    width:123px;
    padding:15px 0px 10px 38px;
    *padding:15px 0px 10px 32px;/* IE6,7 */	
}

table.vp-car-box td.car-photo a {
    display: block;
    position: relative;
	height: 96px;
	overflow: hidden;
    text-decoration: none;
	width:130px;
}
table.vp-car-box td.car-photo p.status-box{
	position:absolute;
	color:#FFFFFF;
	text-align: left;
	padding: 3px 3px;
	font-size:11px;
	background:#E51011;
	height:16px;
	left:1px;
	top:1px;
}
table.vp-car-box span.price span.car_status{
	padding:3px 10px;
	font-size:85%;
}
table.vp-car-box tr:nth-child(2n) td{
background:#FFF;
vertical-align:text-top;
}
table.vp-car-box td.vp-car-box-col-0,
table.vp-car-box td.vp-car-box-col-1,
table.vp-car-box td.vp-car-box-col-2{
    border-right: 1px solid #CCCCCC;
	width:130px;
}
tr.vp-car_price td,
tr.vp-car_mileage td,
tr.vp-car_year td,
tr.vp-shop_name td,
tr.vp-shop_address td{
padding: 0px 10px 0 15px;
}

tr.vp-car_price td p,
tr.vp-car_mileage td p,
tr.vp-car_year td p,
tr.vp-shop_name td p,
tr.vp-shop_address td p{
/*    width:160px;*/
}
tr.vp-car_photo td{
padding:0;
margin:0;
text-align:center;
}
tr.vp-car_photo td a img,
tr.vp-car_photo td a:link img {
	border: 1px solid #FFFFFF;}
tr.vp-car_photo td a:hover img {
	border:1px solid #E51011;}

table.vp-car-box td.next-page,
table.vp-car-box td.previous-page{
padding:0;
margin:0;
}
table.vp-car-box td.next-page p,
table.vp-car-box td.previous-page p{
float:none;
}



table.vp-car-box tr.car_photo a{
    position:relative;
}
table.vp-car-box tr.car_photo a p.status-box-s{
	position:absolute;
	right:14px;
	bottom:0;
	margin:0;
}

div#vp-car-box-box table.vp-car-box tr.vp-car_photo{
	width:500px;

}


p.vp-car_price{
	background:url("../img/icon-price_en.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}

p.vp-car_mileage{
	background:url("../img/icon-mileage.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}
p.vp-car_year{
	background:url("../img/icon-year_en.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}

table.vp-car-box p.car_name_top{
	line-height:1;
	width:123px;
	text-align:center;
	margin:0px 0px 5px 35px;
}

table.vp-car-box p.car_name_top a{
	color:#06C;
	text-decoration:none;
	font-size:100%;
}

table.vp-car-box p.car_name_top a:hover{
	text-decoration:underline;
}

table.vp-car-box p.car_price_top{
	width:123px;
	font-size:110%;
	color:#111;
	margin:5px 0px 5px 30px;
	text-align:center;
}

table.vp-car-box p.previous-page{
	width:10px;
	padding:0px 5px 0px 15px;
  }
  
table.vp-car-box p.next-page{
	padding:0px 20px 0px 15px;
	width:10px;
  }

/* --end //車両個別ページ内の他の在庫部分
-----------------------------------------*/

/* --この車両を見ている人がこの車両も見てますページ
-----------------------------------------*/
div#title_otherviewlist{
	clear:both;
	background:url("../img/bk-title-otherviewlist_v2.jpg") no-repeat;
	width:934px;
	height:73px;
	position:relative;
	padding:0px 0px 0px 0px;
    border-bottom: 3px solid #E51112;
	}

/*div#title_otherviewlist{
	clear:both;
	background:url("../img/bk-title-otherviewlist.jpg") no-repeat;
	width:672px;
	height:36px;
	position:relative;
	padding:0px 0px 2px 0px;
	margin:10px 0px 0px 0px;
	}
*/
/* --end //この車両を見ている人がこの車両も見てますページ
-----------------------------------------*/

/* --車両個別ページのサイド
-----------------------------------------*/
p#title-facebook{
	background:url("../img/bk-titile-review.jpg");
	height:26px;
	margin:10px 0 0 0;
	border:none;
	padding:2px 0 0 30px;
	color:#FFF;
	text-align:left;
}
p#title-twitter{
	background:url("../img/bk-titile-review.jpg");
	height:26px;
	margin:10px 0 0 0;
	border:none;
	padding:2px 0 0 30px;
	color:#FFF;
	text-align:left;
}

#twtr-widget-1 h3 {
	background: none;
	clear: inherit;
	border: none;}

#twtr-widget-1 h4 {
	font-size:12px!important;
}
	
select.template {
	width: 340px;}

*select.template {
	width: 305px;
	margin:0px 0px 5px 0px}

select.template_member {
	width: 335px;}

textarea#OfferContent {
	width: 330px;}
/* --end//車両個別ページのサイド
-----------------------------------------*/



/* --車両検索ボックス メーカー 車種 グレード
-----------------------------------------*/

div#top-search{
	margin:10px 0px 0px 0px;
    background: url(../img/carindexform-bk.gif) repeat #EFEFEF;
	padding:5px 0px 0px 8px;
	width:664px;
}

div#cond-select{
	clear:both;
	padding: 5px 0 5px;
	overflow:auto;
}

div#cond-select-top{
	clear:both;
	padding: 0px 0 5px;
	overflow:auto;
}

div.cond-select-box{
	float:left;
	width:220px;
	margin-left:6px;
}

div.cond-select-box-top{
	float:left;
/*	width:294px;
	margin-left:6px;*/
}
div#cond-select-box-maker{
	margin-left:0;
}
div.cond-select-box p{
	background:url("../img/bk-search-cond-title.gif");
	height:25px;
	margin:0;
	padding:4px 0 0 25px;
	color:#FFFFFF;
}


div#cond-select-top div#cond-select-box-maker p{
	padding:0px 27px 0px 0px;
	color:#333333;
	display:inline;
	font-weight:bold;
}

div#cond-select-top div#cond-select-box-model p{
	padding:4px 10px 0px 70px;
	color:#333333;
	display:inline;
	font-weight:bold;
}


div#cond-select-top div#cond-select-box-maker select{
	padding : 1px;
	margin-top : 3px;
	background: #FFF;
	width:215px;
	height:21px;
}

div#cond-select-top div#cond-select-box-model select{
	padding : 1px;
	margin-top : 3px;
	background: #FFF;
	width:190px;
	height:21px;
}

div.cond-select-box-top select{
	padding : 1px;
	margin-top : 3px;
	background: #FFF;
	width:203px;
}

div.cond-select-box select{
	width:100%;
	padding : 1px;
	margin-top : 3px;
	background: #FFF;
}


div#cond-select-top div#cond-select-box-maker div.input{
	display:inline;
}


div#cond-select-top div#cond-select-box-model div.input{
	display:inline;
}


div#cond-input{
	clear:both;
	padding:15px;
}
div#cond-input label{
	display:block;
	float:left;
	width:70px;
}
div#cond-input label#komi{
	display:inline;
	float:none;
	width:70px;
}

/* --end //車両検索ボックス メーカー 車種 グレード
-----------------------------------------*/

/*-- 車両検索結果ページ の検索ボックス
---------------------------------------------------------------*/
div.carindexsearch-bt {
	margin: 5px 0 0 10px;}	

p.detail-title input {
	cursor: pointer;}
	

p.detail-title a.search_reset {
	background: #D4D0C8;
	background: -moz-linear-gradient(top , #FFFFFF, #CCC);
	background: -webkit-gradient(linear ,left top ,left bottom,     from(#FFFFFF),to(#CCCCCC));
	padding: 1px 6px;
	color: #333333;
	border: 1px solid #808080;}

p#after-search {
	background:url("../img/bk-after-detail-title.jpg") ;
	}
p#after-search span {
	cursor: pointer;
	text-decoration: underline;}
p#after-search span:hover {
	text-decoration: none;}
	
div.after-search-advanced {
	display: none;}

div.search-cover {
	margin: 0 0 15px 0; 
	padding: 0 5px 0;
    border-style: solid;
	border-color: #DDDDDD;
	border-width: 0 1px 1px 1px;
    background: url(../img/carindexform-bk.gif) repeat #EFEFEF;
	}
div.after-search-cover {
	margin: 0 0 20px 0; 
/*	padding: 0px 5px 0px 5px;
    border-style: solid;
	border-color: #DDDDDD;
	border-width: 0 1px 0px 1px;
    background: url(../img/carindexform-bk.gif) repeat #EFEFEF;*/
  	}

/*-- end //車両検索結果ページ の検索ボックス
---------------------------------------------------------------*/

/*-- トップ、アラート、車両検索結果画面車両検索ボックス詳細
--------------------------------------------------------------------*/

table.free_keywords_box {
	margin: 0 0 5px 0;
	padding: 0;
}
table.free_keywords_box-top {
/*	margin: 0 0 5px 0;*/
}

table.free_keywords_box input#CarKeyword {
	border: 1px solid #E51314;
	background: #FDF1E5;}

table.free_keywords_box-top input#CarKeyword {
	border: 1px solid #999999;
	background: #ffffff;

}

td.andor img {
	vertical-align: top;}
	
td.andor a:link,
td.andor a:visited {
	color: #636363;}
		
td#search_method label {
	cursor: pointer;
	border: 2px solid #FFFFFF;}

td#search_method label.label_on {
	cursor: pointer;
	border: 2px solid #1F5DCB;}

td#search_method-top label {
	cursor: pointer;}

td#search_method-top label.label_on {
	cursor: pointer;
	border: 2px solid #1F5DCB;}


input#top-submit {
	vertical-align: middle;
	margin:0px 0px 0px 8px;
}


div.cond-detail{
	clear:both;
	margin:0;
	overflow:auto;
	border:1px solid #e61314;
	background:#FFF;
}

*div.cond-detail{
	overflow:hidden;
	height:110px;
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}/* IE6,7 */





div.cond-detail-top{
	clear:both;
	margin:0;
	overflow:auto;
	float:left;
}

div#cond-detail1-top{
	overflow:auto;
}

div#cond-detail-P-top{
	width:650px;
	margin:0px 0px 10px 0px;
}

div#cond-detail1 div#after-cond-select {
	padding: 0 0 0 5px;}

div#cond-detail1-top div#after-cond-select {
	padding: 0 0 0 5px;}


p.detail-title{
	background:url(../img/bk-detail-title.jpg);
	height:25px;
	margin:0;
	padding:2px 0 0 26px;
	color:#FFF; }


div.cond-detail table{
	width:600px;
	padding: 0 0 5px 5px;
}

div.cond-detail-top table{
	padding: 0 0 5px 5px;
}
div.cond-detail table.s1 {
	width:410px;
	float: left;
}
div.cond-detail-top table.s1 {
	width:410px;
	float: left;
}
div.cond-detail table.s2 {
	width:510px;
	float: right;
}

div.cond-detail-top table.s2 {
	width:510px;
	float: right;
}

div.cond-detail table td{
	padding:7px 0 7px 7px;
	border:none;
	border-bottom:1px dotted #666;
	vertical-align:middle;
}

div.cond-detail-top table td{
/*	padding:2px 10px 2px 0;*/
	border:none;
/*	border-bottom:1px dotted #666;*/
	vertical-align:middle;
	height:30px;
}
td.top-year,td.top-price,td.top-mileage,td.top-carkeyword{
	font-weight:bold;
	color:#333333;
}

td.top-year{
	width:30px;
	padding: 0px 33px 0px 0px;
}

td.top-price{
	width:35px;
	padding: 0px 15px 0px 66px;
}

div.cond-detail table td label.komi {
	cursor: pointer;
	border: 2px solid #FFFFFF;
}
div.cond-detail table td label.komi_on{
	cursor: pointer;
	border: 2px solid #1F5DCB;
}

div.cond-detail table td input {
	background: #FFF;
}
div.cond-detail table td img.icon-car{
}
div.cond-detail table tr:nth-child(2n) td {
	background:#FFF;
}
div.cond-detail table tr.bottom td{
	border:none;
}
div.cond-detail table select{
	width:100px;
	margin : 0 10px;
	background: #FFF;
}
div.cond-detail table td#cond_keyword{
	padding : 0;
	vertical-align:middle;
}
div.cond-detail table td#cond_keyword a{
	font-size:85%;
	padding: 0 0 0 17px;
	margin-left:3px;
	background:url("../img/icon-plus.gif") left center no-repeat;
}

div.cond-detail table td#cond_keyword a,
div.cond-detail table td#cond_keyword a:link{
	text-decoration: underline;
}
div.cond-detail table td#cond_keyword a:hover{
	text-decoration: none;
}


div.cond-detail-top table td label.komi {
	cursor: pointer;
	margin:0px 0px 0px 15px;
}
div.cond-detail-top table td label.komi_on {
	cursor: pointer;
	border: 2px solid #1F5DCB;
}
div.cond-detail-top table td input {
	background: #FFF;
}
div.cond-detail-top table td img.icon-car{
}
div.cond-detail-top table tr:nth-child(2n) td {
	background:#FFF;
}
div.cond-detail-top table tr.bottom td{
	border:none;
}

div.cond-detail-top table select{
	width:80px;
	margin : 0 10px;
	background: #FFF;
}

div.cond-detail-top table select#CarYear-llimit{
	width:80px;
	margin : 0px 9px 0px 0px;
	background: #FFF;
	height:20px;
}
div.cond-detail-top table select#CarYear-ulimit{
	width:80px;
	margin : 0px 0px 0px 18px;
	background: #FFF;
	height:20px;
}

td.top-year-hyphen{
	padding:0px 0px 0px 23px;

}

div.cond-detail-top table select#CarPrice-in-dollar-llimit{
	width:85px;
	margin : 0px 0px 0px 0px;
	background: #FFF;
	font-size:90%;
	height:20px;
}
div.cond-detail-top table select#CarPrice-in-dollar-ulimit{
	width:85px;
	margin : 0px 0px 0px 0px;
	background: #FFF;
	font-size:90%;
	height:20px;
}

td.top-price-hyphen{
	padding:0px 8px 0px 8px;
}


div.cond-detail-top table select#CarMileage-llimit{
	width:80px;
	margin : 0px 2px 0px 8px;
	background: #FFF;
	height:20px;
}
div.cond-detail-top table select#CarMileage-ulimit{
	width:80px;
	margin : 0px 2px 0px 16px;
	background: #FFF;
	height:20px;
}


td.top-mileage-hyphen{
	padding:0px 0px 0px 5px;
}

td.top-mileage-km{
	font-size:90%;
	padding:0px 5px 0px 0px;
}

div.cond-detail-top table td#cond_keyword{
	padding : 0;
	vertical-align:middle;
}
div.cond-detail-top table td#cond_keyword a{
	font-size:85%;
	padding: 0 0 0 17px;
	margin-left:3px;
	background:url("../img/icon-plus.gif") left center no-repeat;
}

div.cond-detail-top table td#cond_keyword a,
div.cond-detail-top table td#cond_keyword a:link{
	text-decoration: underline;
}
div.cond-detail-top table td#cond_keyword a:hover{
	text-decoration: none;
}

table td#cond_keyword{
	padding : 0;
	vertical-align:middle;
}
table td#cond_keyword a{
	font-size:85%;
	padding: 0 0 0 17px;
	margin-left:3px;
	background:url("../img/icon-plus.gif") left center no-repeat;
}
table.free-keywords {
	margin: 5px 0 0 0;
	background: none;}

input#CarKeyword {
	width:337px;
	height:26px;
	position:relative;
	padding: 0px 30px 0 5px;
}

td.free_keywords {
	position:relative;}
	
a.search_reset_keyword{
	position: absolute;
	margin: 4px 0 0 -24px;
}

div.cond-detail table td#cond_keyword{
	padding : 0;
	vertical-align:middle;
}
div.cond-detail table td#cond_keyword a{
	font-size:85%;
	padding: 0 0 0 17px;
	margin-left:3px;
	background:url("../img/icon-plus.gif") left center no-repeat;
}

div.cond-detail table td#cond_keyword a,
div.cond-detail table td#cond_keyword a:link{
	text-decoration: underline;
}
div.cond-detail table td#cond_keyword a:hover{
	text-decoration: none;
}
table td#cond_keyword{
	padding : 0;
	vertical-align:middle;
}
table td#cond_keyword a{
	font-size:85%;
	padding: 0 0 0 17px;
	margin-left:3px;
	background:url("../img/icon-plus.gif") left center no-repeat;
}
table.free-keywords {
	margin: 5px 0 0 0;
	background: none;}

input#CarKeyword {
	width:380px;
	height:24px;}

table td#cond_keyword a,
table td#cond_keyword a:link{
	text-decoration: underline;
}
table td#cond_keyword a:hover{
	text-decoration: none;
}
div#cond-detail2{
}
div#cond-detail-left{
	width:300px;
	float:left;
	border:1px solid #333;
	margin:10px 0px;
	padding:10px;
}
div#cond-detail-right{
	width:250px;
	float:left;
	margin:10px 0px;
	padding:10px;
}
div.top-search-submit{
	padding:0 0 5px 0;
}
div.top-search-submit input{
	padding:10px 0px;
}


div.top-search-submit-top input{
	padding:12px 0px 0px 8px;
	height:45px;
}

table.cars td#carname-link a,
table.cars td#carname-link a:link,
table.cars td#carname-link a:visited{
	color:#1f5dcb;
	text-decoration: none;
}

table.cars td#carname-link a:hover {
	text-decoration: underline;
}

table.cars td#seller-link a,
table.cars td#seller-link a:link,
table.cars td#seller-link a:visited{
	color:#333333;
	text-decoration: none;
}

table.cars td#seller-link a:hover {
	text-decoration: underline;
}

p.free-keyword-caution{
    display: inline-block;
	*display: inline;/*--ie6 and ie7--*/
	*zoom: 1;/*--ie6 and ie7--*/
    margin: 0px 0px 10px 71px;
    height: 22px;
    background: no-repeat url("../img/search_en_keyword.gif");
    padding: 9px 0px 0px 4px;
    color: white;
    width: 412px;
}



/*-- //end トップ、アラート、車両検索結果画面車両検索ボックス詳細
--------------------------------------------------------------------*/


/* --車両個別ページのサイド
-----------------------------------------*/
p#title-shop{
	background:url("../img/bk-title-shop.jpg");
	height:26px;
	padding:0;
	margin:0;
	border:none;
	padding:2px 0 0 30px;
	color:#FFF;
}

p.red_banner {
	margin: 20px 0px 8px 0px;}



div#mail-nonmenber-box table  {
	background: transparent;}
div#mail-nonmenber-box table tr:nth-child(2n) td {
	background: transparent;}
	
div#mail-nonmenber-box table td{
	text-align: left;}
div#mail-nonmenber-box table input,
div#mail-nonmenber-box table textarea {
	width: 335px;}

*div#mail-nonmenber-box table textarea,
div#mail-nonmenber-box table input {
	width: 300px;}
	
div#mail-nonmenber-box textarea.input-text {
	height: 80px;}

/* --end//車両個別ページのサイド
-----------------------------------------*/


/* --トップページサイドバナー欄
-----------------------------------------*/

	
div#content-middle-right{
	float:right;
	width:252px;
	margin: 10px 0 0 0;
}
div#content-middle-right-banner{
}
div#content-middle-right-banner p {
	margin: 0 0 10px 0;}

div#content-middle-right-banner p input {
	margin: 0;}

img.picup-img{
	float:right;
	margin-bottom:10px;
}
div#content-middle-right-topix{
	clear:both;
	float:right;
	width:253px;
	border:none;
	padding:0;
}

table.bbm_box {
	background-color:#FBFBFB;
	width:252px;
	padding:0px 15px 5px 15px;
	border-collapse:separate;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	margin:5px 0px 10px 0px;
}

table.bbm_box span.caricon{
	margin: 0px 12px 0px 0px;
}

*table.bbm_box th{
	color:#555;
	font-size:15px;
	margin:0px 0px 0px 100px;
	width:250px;
}/*--ie6 and ie7--*/


table.bbm_box th{
	color:#555;
	font-size:15px;
	font-weight:bold;
	padding:6px 0px 2px 0px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-color:#DDDDDD;
}
table.bbm_box td.bbm{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color:#CCCCCC;
}

table.bbm_box td{
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}

table.bbm_box td a:visited{
	color:#4F88EC;
	text-decoration:none
}

table.bbm_box td a:link{
	color:#4F88EC;
	text-decoration:none
}
table.bbm_box td a:hover{
	text-decoration:underline;
}


table.bbm_box span.mkicon{
	margin: 0px 26px 0px 9px;
}

span.mkcount{
	font-size:13px;
	font-weight:lighter;
	padding:0px 0px 0px 12px;
	color:#2E2E2E;
	
}
table.bbm_box td.bbhm{
	background:url(../img/aboutus_arrow.gif) no-repeat 5px 15px;
	padding:8px 0px 0px 20px;
}




/* --//endトップページサイドバナー欄
-----------------------------------------*/


/* --新着車両、店舗在庫ajax内部
-----------------------------------------*/
div#zaikolist{
	clear:both;
	width:760px;
	margin-top:-2px;
	overflow: hidden;
	margin:0px 0px 40px 0px;
}

/*div#otherviewlist{
	clear:both;
	width:672px;
	margin-top:-2px;
	overflow: hidden;
}*/

div#otherviewlist{
clear: both;
width: 930px;
border: 1px solid #E91314;
margin-top: 10px;
overflow: hidden;
}

div#view_history{
clear: both;
width: 930px;
border: 1px solid #E91314;
margin-top: 10px;
overflow: hidden;
}

div#newcommer{
	clear:both;
	width:650px;
    margin: 0px 0px 2px 0px;
    padding: 10px 0px 0px 10px;
	overflow: hidden;
}
div#otherviewlist {
	display: none;
}
div#view_history {
	display: none;
}
div#newcommer img.loading{
	display:block;
	margin:100px auto;
}

div#otherviewlist img.loading{
	display:block;
	margin:100px auto;
}
div#view_history img.loading{
	display:block;
	margin:100px auto;
}
div#zaikolist img.loading{
	display:block;
	margin:34px auto;
}

div.car-view_history-box,
div.car-otherviewlist-box,
div.car-newcommer-box,
div.car-zaikolist-box{
	float:left;
	width:185px;
	padding:10px 15px;
	margin:8px 0 5px;
}
div#car-otherviewlist-box-1,
div#car-otherviewlist-box-2,
div#car-otherviewlist-box-3,
div#car-view_history-box-1,
div#car-view_history-box-2,
div#car-view_history-box-3,
div#car-newcommer-box-1,
div#car-newcommer-box-2,
div#car-newcommer-box-3,
div#car-zaikolist-box-1,
div#car-zaikolist-box-2,
div#car-zaikolist-box-3{
	border-right:1px solid #CCCCCC;
}

/*- table化
------------------------------------------*/
table.car-box{
float:left;
width:860px;
border-collapse:collapse;
margin:10px 0;
}
table.car-box td{
width:215px;
vertical-align:top;
padding: 10px 10px 0 15px;
}
table.car-box td.car-photo a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
	height: 140px;
	overflow: hidden;
    text-decoration: none;
}
table.car-box td.car-photo p.status-box{
	position:absolute;
	color:#FFFFFF;
	text-align: left;
	padding: 6px 6px;
	font-size:12px;
	background:#E51011;
	height:14px;
	left:15px;
	top:1px;
}
table.car-box span.price span.car_status{
	padding:3px 10px;
	font-size:85%;
}
table.car-box tr:nth-child(2n) td{
background:#FFF;
}
table.car-box td.car-box-col-0,
table.car-box td.car-box-col-1,
table.car-box td.car-box-col-2{
    border-right: 1px solid #CCCCCC;
}
tr.car_price td,
tr.car_mileage td,
tr.car_year td,
tr.shop_name td,
tr.shop_address td{
padding: 0px 10px 0 15px;
}

tr.car_price td p,
tr.car_mileage td p,
tr.car_year td p,
tr.shop_name td p,
tr.shop_address td p{
    width:160px;
}
tr.car_photo td{
padding:0;
margin:0;
text-align:center;
}
tr.car_photo td a img,
tr.car_photo td a:link img {
	border: 1px solid #FFFFFF;}
tr.car_photo td a:hover img {
	border:1px solid #E51011;}
table.car-box td.next-page,
table.car-box td.previous-page{
padding:0;
margin:0;
}
table.car-box td.next-page p,
table.car-box td.previous-page p{
float:none;
}
table.car-box tr.car_photo a{
    position:relative;
}
table.car-box tr.car_photo a p.status-box-s{
	position:absolute;
	right:14px;
	bottom:0;
	margin:0;
}


/*- //end table化
------------------*/


/*- table化(topページ用)
------------------------------------------*/
table.car-box_top{
    width:650px;
    border-collapse:collapse;
}
table.car-box_top td{
    width:215px;
    vertical-align:top;
}
table.car-box_top td.car-photo a {
    display: block;
    margin:0px 36px 0px 0px;
    padding: 0;
    position: relative;
	height: 99px;
	overflow: hidden;
    text-decoration: none;
	width: 132px;
}
table.car-box_top tr.car_photo_top a p.status-box-s{
	position:absolute;
	left:61px;
	bottom:0;
	margin:0;
}

table.car-box_top span.price span.car_status{
	padding:3px 10px;
	font-size:85%;
}
table.car-box_top tr:nth-child(2n) td{
    background:#FFF;
}
car_price_top td{
    padding: 0px 10px 0 15px;
}
table.car-box_top p.car_price_top{
    width:132px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
}
tr.car_photo_top td a img,
tr.car_photo_top td a:link img {
	border: 1px solid #FFFFFF;}
tr.car_photo_top td a:hover img {
	border:1px solid #E51011;}
table.car-box_top td.next-page,
table.car-box_top td.previous-page{
    padding:0;
    margin:0;
}
table.car-box_top td.next-page p,
table.car-box_top td.previous-page p{
    float:none;
}
table.car-box_top p.car_name_top{
	line-height:1;
	width:132px;
	text-align:center;
}



div#zaikolist-top {
clear: both;
width: 650px;
margin: 0px 0px 2px 0px;
padding: 10px 0px 0px 10px;
overflow: hidden;
}

div#zaikolist-top table.car-box_top td.car-photo p.status-box{
	position:absolute;
	color:#FFFFFF;
	text-align: left;
	padding: 6px 6px;
	font-size:10px;
	background:#E51011;
	height:14px;
	left:1px;
	top:1px;
}

/*- //end table化(topページ用)
------------------*/


/*- table化(検索結果ページ用)
------------------------------------------*/
div#car-box-box_sr{
float:left;
width:934px;
border-collapse:collapse;
border-style:solid;
border-color:#D8DFE5;
border-width:0px 1px 1px 1px;
}
table.car-box_sr{
width:893px;
border-collapse:collapse;
margin:30px 0px 0px 40px;
}

p.car_price_sr{
	width:148px;
	text-align:left;
	font-size:110%;
	color:#111;
	margin:0px 0px 20px 22px;
}

table.car-box_sr td{
vertical-align:top;
}
table.car-box_sr tr.car_photo_sr a p.status-box-s{
    position: relative;
    right: 37px;
    bottom: 19px;
    margin: 0;
    text-align: right;
}
/*- //end table化(検索結果ページ用)
------------------*/


/*- specialinformation
------------------------------------------*/
div#title_specialinformation_sr{
	background:url("../img/bk_specialinformation_sr.jpg");
	width:936px;
	height:32px;
	margin:30px 0px 0px 0px;
}

div#specialinformation-box{
width:934px;
height:160px;
border-collapse:collapse;
border-style:solid;
border-color:#D8DFE5;
border-width:0px 1px 1px 1px;
}
div#si-price-box{
width:934px;
height:80px;
}
p.us1000{
	width:252px;
	height:54px;
	float:left;
	margin:20px 0px 0px 20px;
}
p.us2000,p.us5000{
	width:252px;
	height:54px;
    float:left;
	margin:20px 0px 0px 60px;
}
div#si-text-box{
width:934px;
height:50px;
}

div#si-text-box p.us1000{
	width:252px;
	height:54px;
	float:left;
	margin:0px 0px 0px 20px;
	color:#333;
}
div#si-text-box p.us2000,div#si-text-box p.us5000{
	width:252px;
	height:54px;
	float:left;
	margin:0px 0px 0px 60px;
	color:#333;    
}
div#si-pricelink-box{
width:934px;
height:20px;
}
div#si-pricelink-box p.us1000{
	width:252px;
	height:20px;
	float:left;
	margin:0px 0px 5px 20px;
	font-size:120%;
	font-weight:600;
}
div#si-pricelink-box p.us2000,div#si-pricelink-box p.us5000{
	width:252px;
	height:20px;
	float:left;
	margin:0px 0px 5px 60px;
	font-size:120%;    
	font-weight:600;
}

/*- //end specialinformation
------------------*/


/* --end //新着車両、店舗在庫ajax内部
-----------------------------------------*/


/* --車両問合せ一括ページ
-----------------------------------------*/
div#contact{
	clear:both;
	overflow:auto;
}
div.car-contact-box{
	float:left;
	width:185px;
	padding:10px 15px;
	margin:8px 0 5px;
	border:1px solid #E61314;
	border-right:none;
	position:relative;
}
div#car-contact-box-4,
div#car-contact-box-last{
	border-right:1px solid #E61314;
}
div.car-contact-box p.button{
	text-align:center;
}


/* --end//車両問合せ一括ページ
-----------------------------------------*/


/* --新着、他の在庫 ajax内next preb矢印
-----------------------------------------*/
p.previous-page,
p.next-page{
	float:left;
	magin:0;
	padding:130px 0 0 5px ;
}
/* --end//新着、他の在庫 ajax内next preb矢印
-----------------------------------------*/


/* --トップ車両アクセスランキング
-----------------------------------------*/
div#ranking{
	clear:both;
	float:left;
	width:670px;
	height:360px;
	margin-top:17px;
	border:none;
	overflow:hidden;
}

/* click ranking */
div#ranking_title{
	background:url("../img/bk_ranking_title_en.jpg");
	width:672px;
	height:70px;
	position:relative;
	padding:0;
	border-bottom:3px solid #E51112;
	margin-bottom:15px;
}
div#ranking_title div.date_cmt{
	border-left:2px solid #E93031;
	position:absolute;
	margin:0;
	padding:0 0 0 10px;
	bottom:3px;
	right:5px;
	font-size:14px;
}
div.ranking-box{
	overflow:auto;
	_width: 645px;/* IE6 */
	_overflow:hidden;/* IE6 */

}
div.ranking-car-box{
	float:left;
	width:192px;
	margin:10px 0 10px 24px;
	_margin:10px 0 10px 13px;/* IE6 */
}
p.model-name{
	margin:0;
	padding:0;
	height:25px;
	padding:10px 0 0 52px;
}
p.ranking-link{
	margin:0;
	padding:0;
	text-align:right;
}
p.ranking-link a,
p.ranking-link a:link{
	padding:0 0 5px 25px;
	background:url("../img/icon-loupe.jpg") left 0px no-repeat;
	font-size:12px;
	color : #1f5dcb;
}
p.ranking-link a:hover{
	text-decoration: none;
}
div.ranking-1 p.model-name{
	background:url("../img/rank_1.jpg") left top no-repeat;
}
div.ranking-2 p.model-name{
	background:url("../img/rank_2.jpg") left top no-repeat;
}
div.ranking-3 p.model-name{
	background:url("../img/rank_3.jpg") left top no-repeat;
}
div.ranking-car-box a img ,
div.ranking-car-box a:link img {
	border:1px solid #FFFFFF;
}
div.ranking-car-box a:hover img {
	border:1px solid #E51011;
}

/* --end//トップ車両アクセスランキング
-----------------------------------------*/


/* --トップピックアップ店舗(2012/1/25時点無し)
-----------------------------------------*/

div#pick-up-shop-title{
	background:url("../img/bk-pickup-title.jpg");
	width:252px;
	height:35px;
	float:right;
	margin-top:15px;
}
div#pick-up-shop{
	width:190px;
	float:right;
	border:1px solid #E61314;
	border-top:none;
	text-align:center;
	padding:20px 30px;
}
p.shop_name{
	background:url("../img/icon-shop.jpg") left 4px no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
	font-size:100%;
	font-weight:normal;
}
p.shop_address{
	text-align:left;
	padding-left:30px;
	margin:0;
	font-size:100%;
	font-weight:normal;
}
p.shop_service{
	padding：0;
	margin:10px 0 ;
	text-align:left;
}
p.shop_service img{
	margin:0 3px;
}
div#pick-up-shop p.shop_sales_point{
	text-align:left;
	margin:0px auto;
	padding:0;
}
/* --end//トップピックアップ店舗
-----------------------------------------*/

/* --ajax、お問い合わせ部分車両情報
-----------------------------------------*/
p.car_name{
	background:url("../img/bk_new_title_name.jpg") left 1px no-repeat;
	text-align:left;
	padding-left:10px;
	margin:3px 0;
	line-height:1.8;
}

p.car_name_top{
	line-height:1;
	width:120px;
	text-align:center;
}

p.car_name a{
	color:#444;
	text-decoration:none;
	font-size:110%;
}

p.car_name_top a{
	color:#06C;
	text-decoration:none;
	font-size:100%;
}
p.car_name a:hover{
	text-decoration:underline;
}

p.car_name_top a:hover{
	text-decoration:underline;
}


table.contact_car_list_one_box p.car_name span.price,
div.car-contact-box p.car_name span.price{
	font-size : 150%;
	line-height:1;
	font-family: Monaco, Consolas, "Courier New", Arial,san-serif;
}
p.car_photo{
	padding:0;
	margin:0;
	text-align:center;
}

p.car_photo a img,
p.car_photo a:link img {
	border: 1px solid #FFFFFF;}
p.car_photo a:hover img {
	border:1px solid #E51011;}
	
p.car_price{
	background:url("../img/icon-price_en.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}

p.car_price_top{
	width:148px;
	text-align:left;
	font-size:110%;
	color:#111;
	margin-left:22px;
}

p.car_mileage{
	background:url("../img/icon-mileage.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}
p.car_year{
	background:url("../img/icon-year_en.jpg") left center no-repeat;
	text-align:left;
	padding-left:30px;
	margin:3px 0;
}
span.price{
	font-size:180%;
	font-weight:bold;
	margin:0 0 0 5px;
	color:#E51112;
	font-family: Monaco, Consolas, "Courier New", Arial,san-serif;
}

span.price_top{
	font-size:110%;
	font-weight:bold;
	margin:0 0 0 5px;
	color:#E51112;
}

span.old_price {
	font-size: 17px;
	text-decoration: line-through;
	color: #000000;
}

span.old_price_r {
	color: #636363;
	font-weight:lighter;
	font-size:70%;
}
span.old_price_ls {
	font-weight:bold;
	text-decoration: line-through;
	font-size: 0.8em;
}
span.old_price_ls_r {
	color: #E51112;
}

/* --end//ajax、お問い合わせ部分車両情報
-----------------------------------------*/



/* --Global footer
-----------------------------------------*/
p.to_top{
	clear:both;
	text-align:right;
	padding:25px 0 15px;
}

div#footer{
	clear:both;
	text-align:center;
	margin: 0px;
	padding:5px 0;
	background:#FFFFFF;
	border-top:4px solid #E51011;
	overflow:auto;
}
div#footer div.container {
	border:none;
	text-align:left;
  	height: 420px;
	*height: 420px; /*--ie6 and ie7--*/
	overflow:auto;
	*overflow:visible;
}
div#footer ul.footer-box-list li a,
div#footer ul.footer-box-list li a:link{
	color:#666;
	text-decoration:none;
}
div#footer ul.footer-box-list li a:hover {
	text-decoration: underline;
}

div#footer ul.login li a{
	color:#666;
	text-decoration:none;
}
div#footer div.container div.footer-box{	
    width:205px;
	float:left;
	margin:0px 22px 0px 0px;
}
div#footer ul.footer-box-list p{
	font-size:12px;
	font-weight:normal;	
	margin: 0px 0px 15px 0px ;
}
div#footer ul.footer-box-list li.login{
    list-style:none;
    margin:20px 0px 20px 0px;	
}
div#footer ul.footer-box-list{
	font-size:15px;
	font-weight:600;
    margin:0px 0px 10px 0px;	
	
}
div#footer div.footer-box li{
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 10px;
}
div#footer p#copy{
	background:#E51011;
	color:#FFFFFF;
	line-height:2;
	height:30px;
	clear:both;
}

/* --end //Global footer
-----------------------------------------*/


/* --開発用css
-----------------------------------------*/
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/* --end//開発用css
-----------------------------------------*/


/*-- Notices and Errors エラーや辞書メッセージ表示
------------------------------------------**/


/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	background: #E61314;
	padding: 0 5px;
	width: 80%;
	margin: 0 0 5px 0;
}
p.error {
	background-color: #E61314;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*-- //end Notices and Errors エラーや辞書メッセージ表示
------------------------------------------**/

/*-- トップページ メーカー、最もクリック車種から検索 
------------------------------------------------------------------*/

div.bymaker-search {
	margin:0 0 10px 0;}
div.bymaker-search p{
	background:url(../img/bk-bymaker.jpg);
	height:25px;
	margin:0 0 15px 0;
	padding:2px 0 0 28px;
	color:#FFF;	
	}
div.bymaker-search ul{
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;}
div.bymaker-search li{
	min-width: 132px;
	float:left;}
div.bymaker-search li img {
	margin: 0 5px 0 0;}
div.bymaker-search li a {
	text-decoration: none;}
div.bymaker-search li a img {
	vertical-align: middle;}
div.bymaker-search li a:hover {
	text-decoration: underline;}
div.bymaker-search ul.popmodel {
	padding: 0 0 30px 0;}
div.bymaker-search ul.popmodel li{
    background: url("../img/arrow-r.jpg") left 5px no-repeat;
    min-width: 185px;
    _width:auto;/* IE6 */
	_width:190px;/* IE6 */
    margin: 0px 15px 5px 0px;
    margin: 0px 10px 5px 0px;/* IE6 */
    padding: 0px 0px 0px 20px;
}

/*-- end//トップページ メーカー、最もクリック車種から検索 
------------------------------------------------------------------*/


/*-- 車両個別ページメイン
------------------------------------------------------------------*/
div#main-info-box{
	width:760px;
}

div#main-info-box h1{
	color: #353535;
	font-weight: bold;
	font-size:230%;
	padding:12px 0px 0px 0px;
	border-bottom:3px solid #E51112;
	margin:0px 0px 15px 0px;
}


div#main-info{
	width:760px;
	padding:10px 0px 10px 0px;

}
div#main-info p{
	margin:0;
	padding:0;
}
div#main-info p#car_price{
	border-bottom:1px solid #CCC;
	padding:0 0 5px 10px;
}
div#main-info p#car_sales_point{
	padding:5px 0 10px 10px;
}
div#main-info-left{
	float:left;
}
div#main-info-right{
	float:right;
}
div#main-info-right p{
	text-align:center;
	padding:7px 0;
}
table.car_price td{
	vertical-align:middle;
	text-align:center;
	line-height:1.3;
	font-size:90%;
	padding:0;
	border:none;
}
table.car_price td.price{
	font-size:100%;
	text-align:left;
}
table.car_price td.title{
	border-left:1px dotted #666;
	padding-left:7px;
}
table.car_price td.unit{
	padding-right:7px;
}
table.car_price td.button{
	text-align:right;
}
table.car_price td span.small{
	font-weight:normal;
	font-size:90%;
}
div#car-information{
	margin:0px 0px 0px 15px;
	_margin:0px 0px 0px -10px;/* IE6 */
	width:370px;
	*width:365px; /* IE7 */
	_width:368px; /* IE6 */
	float:left;
	color:#000000;
}
#car_info_top {
    width: 207px;
	margin: 0 0 10px 0;
}
table.car_info{
	background: #AAAAAA;
    border-collapse: separate;
	margin: 5px 0px 18px 0px;
    border-spacing: 1px;
	width: 100%;
	font-size:90%;
	color:#000000;
}
table.car_info th{
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
	background: #DFE6F2;
	font-weight:normal;
	padding:3px;
	text-align: left;
}
table.car_info td{
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
	background:#ffffff;
	padding:3px 3px 3px 5px;
}
body#Cars_index table.car_info table tr:nth-child(2n) td {
	background:#FFF;
}

div#car-price-info{
}
div#car-price-info table.car_price,
div#car-price-info table.getfreecar_txtarea {
	width: 100%;
	margin:0px 0px 10px 0px;
}

table.car_price {
	padding:6px 0px 6px 10px;
	border-collapse:separate;
	border-color:#cccccc;
	border-style:double;
	border-width:3px;
}

span.pricetxt-01{
	font-size:16px;

}
span.pricetxt-02{
	font-size:15px;
	margin:0px 0px 0px 40px;

}
span.pricetxt-03{
	font-size:18px;
	font-weight:bold;
}
span.pricetxt-04{
	font-size:18px;
	margin:0px 3px 0px 15px;
	font-weight:bold;
	color:#E51112;
}
span.pricetxt-05{
	font-size:28px;
	font-weight:bold;
	color:#E51112;
}
table.getfreecar_txtarea {
	padding:6px 0px 0px 10px;
	border-collapse:separate;
	border-color:#cccccc;
	border-style:double;
	border-width:3px;
}
div#car-price-info table.getfreecar_txtarea td.getfreecar_txt{
	font-size:14px;
	line-height:1.6;
}
table.getfreecar_txtarea td.getfreecar_txt span.getfreecar_point{
	font-size:30px;
	color:#FF0000;
	font-weight:bold;
	padding:0px 0px 0px 115px;
}

div#car-price-info table.car_price td{
	vertical-align:middle;
	text-align:left;
	line-height:1.3;
	padding:0;
	border:none;
}

div#car-price-info table.car_price .price_o{
	padding:0px 0px 10px 0px;

}
div#car-price-info table.car_price td.price{
	text-align:left;
}
div#car-price-info table.car_price td.pac {
	text-align: center;
}
div#car-price-info table.car_price td span.small{
	font-weight:normal;
}
p.sns_button{
	text-align:left;}
div.sns_bt{
	margin:0px 0px 0px 10px;
	display:inline;
}

div#special_button{
	margin:0px 0px 10px 0px;

}

div#main-info p.car-info-message{
	border-bottom:1px dotted #666;
	padding-bottom:7px;
	clear: both;
}
div#main-info p.car-info-message span{
	border-left:2px solid #E51112;
	padding:0 7px 0 10px;
	float:right;
}
div.phone-info{
	padding:7px 0;
	line-height:1.2;
}
img.image-phone{
	float:left;
	margin-right:10px;
}
div.phone-info span.tel{
	font-size:28px;
	font-weight:bold;
	font-style: italic;
	padding:5px 5px 5px 10px;
	color:#E51011;
	font-family: Monaco, Consolas, "Courier New", Arial,san-serif;
}

p.sub_disp{
	border-bottom:1px dotted #333;
	margin:0 0 10px 0;
}


p#car-basic-info p#car-accessory p#car-other-info{
	background:url("../img/bk-title-bar.gif") left top no-repeat;
	height:12px;
	margin:0px 0px 6px 0px;  
	clear: both;
	padding:0 0 4px 9px;
	color:#000;
}


div#main-info p.car_status_large{
	font-size:18px;
	background:#E51011;
	color:#FFFFFF;
	padding:5px 10px;
}
span.car_status{  
    font-size: 15px;
    background: #E51011;
    color: #FFFFFF;
    padding: 2px 10px;
    margin:0px 0px 3px 10px;
    /*line-height: 1.2;*/
    display: inline-block;
    vertical-align: middle;
}
span.car_status_afterclick{  
    font-size: 15px;
	margin-left:10px;
      vertical-align: middle;
}


div#car-view-left-column{
	float:left;
	width:760px;
}
div#car-view-right-column{
	float:right;
	width:160px;
	margin: 0 0 20px 0;
}
div#car-view-right-column p{
	margin:0;
}
div#car-view-right-column a:hover {
	text-decoration: underline;
}
p.right-column-box-h{
	background:#EEE;
	border:1px solid #E61314;
	border-bottom:none;
	margin:0;
}

p.car-view-contact-box-h{
	background:#EEE;
	border:1px solid #E61314;
	border-bottom:none;
	margin:0;
}
p.right-column-box-h-sfbn{
	background:#666666;
	border-bottom:none;
	margin:0;
	height:25px;
	color:#FFFFFF;
	padding:5px 0px 0px 8px;
}
div#main-info p#mail-nonmenber {
	background:url("../img/bk-mail-en.jpg") no-repeat;
	border:none;
	font-size: 0.9em;
	padding:2px 0 0 30px;
	color:#FFF;
	height:25px;
}

div#mail-nonmenber-box {
	margin: 0 0 15px 0;
	*margin: -2px 0 15px 0; /* IE7 */
	_margin: -5px 0 15px 0; /* IE6 */
	background:#FAF0D6;
}
	
div#mail-member-box {
	margin: 0 0 25px 0;
	background:#FAF0D6;}

div.right-column-box{
	padding:10px 10px;
	border:1px solid #E61314;
	border-top:none;
	text-align:center;
	font-size:12px;
}

div#main-info p#t-question{
	background:url("../img/bk-ask-en.jpg") no-repeat;
	border:none;
	font-size: 0.9em;
	padding:2px 0 0 30px;
	color:#FFF;
	height:25px;
}
div#t-question-box{
	text-align:center;
	margin-bottom:1em;
	padding-top: 10px;
	background: #FDF0AA;
}
div#t-question-box textarea{
	width : 205px;
	height: 152px;
	overflow:auto;
	margin: 0 0 3px 0;
}
div.car-view-contact-box{
	padding:15px 15px;
	border-top:none;
	text-align:center;
	font-size:12px;
}

div.car-view-offer-box{
	padding:0px 0px 20px 0px;
	border-top:none;
	text-align:center;
	font-size:12px;
}

div.right-column-box p{
	margin: 0px 0 5px 0;
	text-align:left;
}
div.right-column-box p.shop_name{
	background:url(../img/icon-shop.jpg) left 2px no-repeat;
	text-align:left;
	padding-left:25px;
	margin-top: 5px;
}
div.right-column-box a img,
div.right-column-box a:link img{
	border: 1px solid #FFFFFF;
}
div.right-column-box a:hover img{
	border: 1px solid #E51011;
}
div.right-column-box p.noborder img{
	vertical-align: top;
	margin: 0 0 0 3px;
	border: none;
}
div.right-column-box p.shop_item_title{
	background:#FBFED8;
	font-weight:bold;
	padding-left:5px;
}
div.right-column-box p.phone-no{
	color:#E51011;
	font-weight:bold;
	font-style: italic;
	font-size:18px;
	font-family: Monaco, Consolas, "Courier New", Arial,san-serif;
}

div#t-seller-box {
	margin: 0 0 15px 0;}
div#t-seller-box p.shop_name{
	font-size:14px;
	font-weight:bold;

}
div#t-seller-box p.shop_tel{
	color: #E51011;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
div#t-seller-box p.sub_title{
	background:#FBFED8;

}
div.car-photos {
	width:375px;
	float:left;
}
div#car-main-photo {
	width: 375px;
	height: 281px;
	overflow: hidden;
	float: left;
	display: block;		/* seasons icon */
	position: relative;	/* seasons icon */
}
div#attachments{
	width: 396px;
	*width: 385px; /* IE7 */
	_width: 396px; /* IE6 */
	overflow:auto;
}
div#attachments a,
div#attachments a:link {
	display:block;
	margin:5px 9px 0px 0px;
	border:1px solid #FFF;
	float:left;
	height: 63px;
	overflow: hidden;
	text-align:center;
}
div#attachments a:hover {
	border: 1px solid #E51314;
	}
p.car_info_title{
	background:url("../img/bk-title-bar.gif") left top no-repeat;
	height:19px;
	padding:0px 0px 0px 8px;
	color:#000000;
	font-size:16px;
	line-height:115%;
}
p.car_info_title_gray{
	background:#EEE;
	padding:7px;
	border:1px solid #CCC;
	margin:10px 0 0 0;
	font-weight:bold;
}
div.car_info_gray{
	padding:10px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

table#accessory,
table#common_base {
	table-layout: auto;}
	
table#accessory td{
	background:#ffffff;
	text-align:left;
}
#shop-tweet-tab,
#shop-facebook-tab{
	border:none;
	margin-top:10px;
}
#shop-tweet-tab .ui-tabs-nav li a,
#shop-facebook-tab .ui-tabs-nav li a{
	width:auto;
}

table#car_info_other th {
	width: 80px;}
table#car_info_other td{
	text-align:left;
}
div#sfbn{
	width:160px;
	margin:0px 0px 10px 0px;

}
p#breadcrumb_list{
	font-size:12px;
	margin:8px 0 8px;
}
p#breadcrumb_list a{
	margin:3px;
}
p#breadcrumb_list a img {
	vertical-align: top;
	}
p#breadcrumb_list a:hover {
	text-decoration: underline;}
	
span.print_button {
	float: none;
	display: inline-block;
	margin: 3px 0 5px;
	border: 1px solid #909090;
	background: #DEDEDE;
	background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));}

span.print_button a.print {
	background: url(../img/pi_print.gif) no-repeat 5px center;
	text-decoration: none;
	display: inline-block;
	padding: 4px 12px 4px 30px;
	color: #333333;}
span.print_button a.print:hover {
	color: #1F5DCB;
	text-decoration: underline;}

span.text_updated{
	font-size:120%;
	color:#000;
	float:right;

}

span.carview_price{	
	font-size:17px;
	font-weight:bold;
	color:#E51112;
}

div.listingended{
	margin-bottom:15px;

}

div.checksend{
	margin:10px 0px 0px 0px;
}

span.askquestion{
	font-size:14px;
	font-weight:bold;
}

div.pricedown{
	margin:0px 0px 0px 124px;

}

div#attachments_large{
	width: 760px;
}
div#attachments_large img{
	margin:0px 10px 15px 0px;
}
div#attachments_large p.to_top{
	text-align:right;
	margin:-6px 6px 0px 0px;
	padding:0px 0px 0px 0px ;
}

div.otherstock ul li{
    padding: 0px 0px 0px 9px;
    background: url(../img/aboutus_arrow_current.gif) no-repeat 0px 6px;
    margin: 0px 0px 6px 0px;
    font-weight: bold;
}



/*-- //end 車両個別ページメイン
------------------------------------------------------------------*/



/* -- 一括個別お問い合わせページ(2012/1/25時点ではページなし)
-----------------------------------------*/
div.contact_car_list_box{
	width:24%;
	float:left;
	border:1px solid #E61314;
	margin:0px;
	padding:5px;
	height:250px;
}
div.contact_car_list_box p{
	margin:5px 0;
}
div#contact-form{
	clear:both;
}
p.contact-form-box-h{
	color:#CC0000;
	border-left:5px solid #CC0000;
	padding-left : 10px;
	font-weight:bold;
}
div.contact-form-box{
	border:1px solid #CCC;
	padding:10px;
}
.contact-form-box table{
	border-collapse:collapse;
	border:none;
}
div.contact-form-box tr,
div.contact-form-box th,
div.contact-form-box td,
div.contact-form-box table tr:nth-child(2n) td{
	background: #EEEEEE;
	border:none;
}
div.contact-form-box th{
	width:180px;
}


table.contact_car_list_one_box{
	border: 1px solid #E61314;
	padding:5px 0px 5px 7px;
}
table.contact_car_list_one_box tr,
table.contact_car_list_one_box th,
table.contact_car_list_one_box td,
table.contact_car_list_one_box tr:nth-child(2n) td{
	background:#FFF;
	border:none;
}

td.contact-form-box tr,
td.contact-form-box th,
td.contact-form-box tr td,
td.contact-form-box table tr:nth-child(2n) td,
td.contact-form-box table tr:nth-child(2n-1) td{
	background: #EEEEEE;
	border:none;
}
td.contact-form-box th{
	width:180px;
}


/* --end// 一括個別お問い合わせページ(2012/1/25時点ではページなし)
-----------------------------------------*/




/*-- 店舗セラー(seller/shop)ページ
---------------------------------------------------------------*/

div.shops-view{
	clear:both;
}
h2.title_wide,
div.shops-view h2{
	font-size:16px;
	font-weight:bold;
	background:url(../img/bk_topix_title.jpg);
	width:904px;
	height:35px;
	padding:12px 15px;
	color: #4c4c4c;
}

div.shops-view div#upper-container{
}
div.shops-view div#upper-container-left-column{
	float:left;
	width:652px;
}
div.shops-view div#upper-container-right-column{
	float:right;
	margin: 15px 0 0 0;
	width:250px;
}
div.shops-view div#map_canvas{
	cursor:pointer;
	width:190px;
	height:190px;
	border:1px solid #FFFFFF;
	margin:10px auto 20px;
}
div.shops-view div#pano{
	width:192px;
	height:192px;
	margin:10px auto 15px;
}


p#shop-pr-comment{
	margin:0 0 30px 0;
}
p#h-message{
	border:1px solid #EEE;
	font-weight:bold;
	padding:5px;
	margin:0;
	border-bottom:none;
}
div#message{
	margin: 0 0 20px 0;
}
div.message-box{
	overflow:auto;
	margin: 0 0 15px 0; 
}
div.message-box img{
	float:left;
	margin-right:20px;
	width : 218px;
}
div.message-box p.message_title{
	border-left:4px solid #E51213;
	margin: 0 0 10px;
	padding:0px 10px;
	font-size:14px;
}
div.message-box div.message_content{
}
div.large-shop-detail p{
	font-size:200%;
	margin:0;
	padding:0;
	font-weight:bold;
}
table.shop-map-info{
	border-collapse:collapse;
	margin-top:10px;
	font-size:100%;
}
div#shop-attachments{
	float: right;
	width: 178px;
	overflow:auto;
}
div#shop-attachments a,
div#shop-attachments a:link {
	display:block;
	height: 54px;
	overflow: hidden;
	margin:0px 0px 11px 4px;
	border: 1px solid #FFFFFF;
	float:left;
	text-align:center;
}
div#shop-attachments a:hover {
	border: 1px solid #E51314;
	}
	
table.shop-map-info tr,
table.shop-map-info th,
table.shop-map-info td,
table.shop-map-info tr:nth-child(2n) td{
	background:#FFF;
	border:1px solid #CCC;
	padding: 3px 10px;
}

div#shop_info table{
	border:none;
	border-collapse:collapse;
}
div#shop_info th{
	background:#FFF;
	border:none;
	padding:0;
	margin:0;
	font-weight:normal;
	width:80px;
}
div#shop_info td{
	background:#FFF;
	border:none;
	padding:0;
}
#shop-main-photo{
	width:462px;
	height: 321px;
	overflow: hidden;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
p#sv-title{
	background:#FBFED8;
	width:190px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	padding-left:10px;
}

table.shop-info {
	background:#AAA;
	border-collapse:separate;
	border-spacing:1px;
	width: 100%;
	margin: 0 0 15px 0;
}
table.shop-info th{
	background:#D7D7D7;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:none;
	color:#4C4C4C;
	font-weight:normal;
	padding-left:15px;
	width:136px;
	height:45px;
	text-align: left;
}
table.shop-info td{
	background:#EEEEEE;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:left;
	padding: 0 0 0 10px;
	vertical-align:middle;
}
	
table.shop-info td label {
	cursor: pointer;
	border: 2px solid #EEEEEE;}
table.shop-info td label.label_on {
	cursor: pointer;
	border: 2px solid #1F5DCB;}
	
table.shop-info td img{
	margin-right:5px;
}
table.shop-info a:hover {
	text-decoration: none;
}
table.shop-info tr:nth-child(2n) td {
	background:#EEEEEE;
}
table.shop-info tr.altrow{
	background:#FBFED8;
}
table.shop-info tr.altrow td.detail-row table td{
	background:#FFFFFF;
}
table.shop-info td#shop-tel{
}
table.shop-info td#shop-tel span{
	font-size:2em;
	font-weight:bold;
	font-style: italic;
	color:#E51011;
	padding-right:10px;
	font-family: Monaco, Consolas, "Courier New", Arial,san-serif;
}
table.shop-info a img {
	margin-left:5px;
}
/*--//end 店舗セラー(seller）フロントページ
---------------------------------------*/



/*-- 店舗セラー(seller）フロントレビューページ
---------------------------------------*/


div#review-list{
	width:873px;
	padding: 25px 30px 20px;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #E61314;
}
p.shop-review-title {
	background:url("../img/bk-titile-review-wide.jpg") -2px top no-repeat;
    color: #FFFFFF;
    height: 23px;
	margin: 0 0 0 0;
    padding: 2px 0 0 30px;
    text-align: left;}
	
div#review-list h3{
	font-size:14px;
}
div#review-list h3 a:link{
	text-decoration: underline;}
div#review-list h3 a:hover{
	text-decoration: none;}
div#review-list p.rank_image{
	margin:0;
	vertical-align:middle;
	position:relative;
}
div#review-list p.rank_image img{
	margin-right:30px;
	position:relative;
	top:3px;
}
div#review-list p.user-name{
	background:#FBFED8;
	padding-left:10px;
	margin:0;
}
div#review-list p.estimate_comment{
	padding:5px;
	margin:0 0 20px;
}
span#sv_info{
	font-size:12px;
	padding-left:10px;
	margin: 0 0 5px 0;
	display: inline-block;
}
span#sv_info img {}

/*--//end  店舗セラー(seller)フロントレビューページ
---------------------------------------*/

/*-- end //店舗セラー(seller)ページ
---------------------------------------------------------------*/


/* 運営会社About us (company)
----------------------------------------------------------*/

div.features_1 {
	min-height: 160px;
	margin: 0 15px 20px 0;
	background:url(../img/features_bg1.jpg) no-repeat right top;}
div.features_2 {
	min-height: 160px;
	margin: 0 15px 20px 0;
	background:url(../img/features_bg2.jpg) no-repeat right top;}
div.features_1 h3,
div.features_2 h3 {
	border: none;}

/* end//運営会社About us (company)
----------------------------------------------------------*/

/* 利用規約 Terms and Conditions (agreement)
----------------------------------------------------------*/

div.agreement p{
	line-height: 1.6;
	margin: 0 0 25px 0;}
div.agreement ul {
	margin: 0 0 10px 0;}
div.agreement ul li{
	background: url(../img/glo-list-bg.gif) no-repeat left 7px;
	padding: 0 0 5px 12px;
	}
/* end//利用規約 Terms and Conditions (agreement)
----------------------------------------------------------*/

/*--運営会社ページ
--------------------------------------------------------*/
table.company {}
table.company a:hover{
	text-decoration: underline;}
table.company a.outlink{
	background: url(../img/icon_link_out.gif) no-repeat right center;
	padding: 0 15px 0 0;}
table.company a.outlink {
background: url(../img/icon_link_out.gif) no-repeat right center;
padding: 0 15px 0 0;
}
/*--end/運営会社ページ
--------------------------------------------------------*/




/*-- ショップ、マイページ各種 タブメニュー
---------------------------------------------------------------*/

ul#simple-tab{
	border-bottom:1px solid #CCCCCC;
	overflow: visible;
	padding-left:0px;
	list-style:none;
	height: 30px;
}
ul#simple-tab li{
	float:left;
	height: 28px;
	padding:0;
	margin-right:3px;
	background:#FFF;
	border:1px solid #CCC;
	position: relative;
	bottom: -1px;
}
ul#simple-tab li a{
	display:block;
	text-align:center;
	margin:1px;
	padding:3px 18px;
	border-bottom:none;
	text-decoration:none;
	background: url(../img/bk_idtab.jpg) 1px 1px repeat-x #EEEEEE ;
	color:#3f3f3f;
	font-weight:normal;
}
ul#simple-tab li.active{
	border-bottom:1px solid #FFFFFF;
}
ul#simple-tab li a:hover,
ul#simple-tab li.active a{
	background:#F0F0F0 url(../img/bk_idtab_active.jpg) 5px 1px ;
	color:#3f3f3f;
}
ul#simple-tab li a img {
	vertical-align: sub;}
/*-- end //ショップ、マイページ各種 タブメニュー
---------------------------------------------------------------*/




/*-- 車両検索結果ページ 、店舗の車両在庫ページ
---------------------------------------------------------------*/
table.cars{
	border-collapse:separate;
	width:936px;
	table-layout:fixed; /* IE8,9,10 */
}

table.cars tr.header{
	height:36px;
	margin-bottom:14px;
}
table.cars tr.header th{
	background: url(../img/mypage_header_bk.jpg) left top repeat-x #E21416;
}
table.cars th{
	padding:0 0 0 3px;
	margin:0;
	border:none;
	color:#FFFFFF;
}
table.cars tr.header th{
	text-align:left;
	vertical-align:middle;
}
table.cars tr.header th a:link,
table.cars tr.header th a:visited{
	text-decoration: underline;}
table.cars tr.header th a:hover {
	text-decoration: none;}
table.cars tr.header th.icon{
	padding:0;
	text-align:right;
	width : 30px;
}

	
table.cars tr.header th.icon{
	padding:0;
	text-align:right;
	width : 30px;
}
table.cars tr.header th#icon-contact{
	width : 42px;
}
table.cars tr.header th#icon-car{
	width : 66px;
	border-left:1px solid #EF6060;
}
table.cars tr.header th#icon-price{
	width : 79px;
	padding-right: 5px;
}
table.cars tr.header th#icon-total-price{
	width : 38px;
}
table.cars tr.header th#icon-year{
	width : 33px;
}
table.cars tr.header th#icon-mileage {
	width: 37px;
}
table.cars tr.header th.icon-left-line{
	border-left:1px solid #EF6060;
}
table.cars tr.header th.title{
	text-align:center;
}
table.cars tr.header th.title-right-line{
	border-right:1px solid #E61314;
}
table.cars tr.header th#h-check{
	width:38px;
	font-weight: normal;
	text-align: left;
}
table.cars tr.header th#h-photo{
	width:106px;
	text-align:left;
}
table.cars tr.header th#h-price{
    text-align: left;
    width: 137px;
}
table.cars tr.header th#h-total-price{
    text-align: left;
    width: 100px;
    padding-left:none;
}
table.cars tr.header th#h-year{
	width:53px;
	text-align: left;
}
table.cars tr.header th#h-model{
	width: 118px;
}
table.cars tr.header th#h-mileage{
	text-align: left;
	width:73px;
}
table.cars tr.header th#h-gear{
	width:116px;
}
table.cars td{
	background:none;
	padding:0;
	margin:0;
	vertical-align:middle;
	border:none;
	text-align:center;
}
table.cars td.blank{
	height:12px;
}
table.cars td.check-box{
	text-align:center;
	vertical-align:middle;
}
table.cars td.car-photo{
	padding:10px 5px;
	height: 130px;
}

table.cars td.car-photo a{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	text-decoration: none;
}
table.cars td.car-photo a img,
table.cars td.car-photo a:link img{
	border: 1px solid #FFFFFF;
}
table.cars td.car-photo a:hover img {
	border: 1px solid #E51011;}
table.cars td.car-photo a p.status-box-s{
	position:absolute;
	height:21px;
	width:71px;
	right:16px;
	bottom:0;
	*right:16px; /* IE7 */
	*bottom:0px; /* IE7 */
	_right:21px; /* IE6 */
	_bottom:35px; /* IE6 */
}
table.cars td.car-photo p.status-box{
	position:absolute;
	color:#FFFFFF;
	text-align: left;
	padding: 3px 6px;
	font-size:10px;
	background:#E51011;
	left:17px;
	top:1px;
	*left:17px; /* IE7 */
	*top:0px; /* IE7 */
	_left:1px; /* IE6 */
	_top:0px; /* IE6 */
}


table.cars td.car-name-row{
	border-bottom:1px dotted #999;
}
table.cars td.detail-row{
	padding-right:10px;
	padding-bottom:10px;
}
table.cars td p{
	margin:0;
	padding:0;
}
table.cars td.right-line{
	border-right: 1px dotted #999;
}
table.cars td .price{
	font-size : 200%;
	margin-right : 3px;
}
#Cars_index table.cars td .price{
	font-size : 260%;
	font-weight:bold;
}
table.cars td.detail-row table{
	background:#AAAAAA;
	border-collapse:separate;
	border-spacing:1px;
	width: 100%;
}
table.cars td.detail-row table th{
	background:#D7D7D7;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	color:#4C4C4C;
	font-weight:normal;
	width:95px;
}
table.cars td.detail-row table td{
	background:#EEEEEE;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	text-align:left;
	padding-left:5px;
}
table.cars td.detail-row table a:hover {
	text-decoration: underline;}
table.cars tr.altrow{
	background:#F5F5F5;
}
table.cars td.fobprice {
	line-height: 1.1;}
table.cars tr.altrow td.detail-row table td{
	background:#FFFFFF;
}
table.cars th a {
	text-decoration: none;
	color:#FFF;
	font-weight:normal;
	background:url("../img/bk-sort-none-cars.gif") right center no-repeat;
	padding-right:15px;
}
table.cars th a.asc {
	background:url("../img/bk-sort-asc-cars.gif") right center no-repeat;
}
table.cars th a.desc {
	background:url("../img/bk-sort-desc-cars.gif") right center no-repeat;
}
span.row-title{
	background:url("../img/bk-row-title.jpg");
	margin : 0 7px 0 0 ;
	padding : 1px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
p#title-search-list{
	background:url("../img/bk-search-result.jpg");
	width:923px;
	height:47px;
	border-bottom:3px solid #E51112;
	padding-left:13px;
	line-height:2.5;
	font-size:150%;
	margin:0;
}
p#title-search-list-v2{
	font-size:180%;
	margin:5px 0px 15px 0px;
}
p#title-search-list span.number{
	font-size:120%;
	color:#E51112;
}
p#text_searhresult{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin:0px 0px 10px 0px ;
}
div.car-article-title h1{
	font-size:22px;
	font-weight:bold;
	margin:-10px 0px 3px 0px;
}
div.car-article-title-2007y1300cc h1{
	font-size:16px;
	font-weight:bold;
	margin:-10px 0px 3px 0px;
}
div.car-article{
    height:140px;
    background-color:#F2F8FD;
    border:#555555 solid 1px;
    margin:0px 0px 10px 0px;
}
div.car-article-column-toyota{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-bb{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-bB.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-corollasedan{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-corollasedan.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-hiacewagon{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-hiacewagon.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-landcruiserprado{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-landcruiserprado.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-probox{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-probox.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-townacenoah{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-townacenoah.jpg) 10px 10px no-repeat;}
div.car-article-column-nissan{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-nissan.jpg) 10px 10px no-repeat;}
div.car-article-column-nissan-march{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-nissan-march.jpg) 10px 10px no-repeat;}
div.car-article-column-honda{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-honda.jpg) 10px 10px no-repeat;}
div.car-article-column-honda-fit{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-honda-fit.jpg) 10px 10px no-repeat;}
div.car-article-column-mazda{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-mazda.jpg) 10px 10px no-repeat;}
div.car-article-column-mitsubishi{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-mitsubishi.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-ipsum{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-ipsum.jpg) 10px 10px no-repeat;}
div.car-article-column-toyota-corollaspacio{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-toyota-corollaspacio.jpg) 10px 10px no-repeat;}
div.car-article-column-nissan-xtrail{height:150px;padding:2px 10px 0px 205px;background:url(../img/img-car-article-nissan-xtrail.jpg) 10px 10px no-repeat;}
div.car-article-column-any-any{width:710px;height:150px;margin:2px 10px 0px 205px;}
div.car-article-photo img{
    position:relative;
    left:-5px;
    top:-15px;
}
div.car-article h2{
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 1px #888;
	margin:5px 0px 5px 0px;
}
p.car-article-text-2007y1300cc{
	font-size:15px;
	margin: 5px 0px 0px 0px;
	color:#666666;
}
p.car-article-text-maker{
	font-size:15px;
	color:#666666;
}
p.car-article-text-model{
	font-size:15px;
	color:#333;
}
div.car-article-photo{
    float: left;
	width: 174px;
	height:114px;
	overflow:hidden;
    margin: 10px 10px;
    border: #236CA7 solid 3px;
	position:relative;
}
div.car-article-nophoto{
    float: left;
	width: 180px;
    margin: 10px 10px;
}


/*-- //end 車両検索結果ページ 、店舗の車両在庫ページ
---------------------------------------------------------------*/


/*-- 店舗の車両、車両検索結果ページ の上部下部ページネーション(ページャー)
---------------------------------------------------------------*/
p.pages{
	background:#F7F7F7;
	margin: 8px 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	padding : 3px 1px 3px 18px;
}
p.pages-top {
	border-top: none;}
p.pages-top {
	border-top: none;}
p.pages a:hover {
	text-decoration: underline;}
div.paging{
	padding : 5px 0 10px;
	text-align: left; /* text-align:center; Lina */
}
div.paging span{
	margin:0 4px;
}
div.paging span.current{
	padding: 4px 10px;
	background:#1F5DCB;
	color:#FFFFFF;
}
div.paging span a{
	padding: 2px 8px;
	border:2px solid #1F5DCB;
	text-decoration:none;
}
div.paging span a:hover{
	background:#1F5DCB;
	color:#FFFFFF;
}
div.paging span a.prev-page,
div.paging span a.next-page,
div.paging span a.first,
div.paging span a.last{
	padding: none;
	border:none;
	text-decoration:underline;
	font-size:14px;
}
div.paging span a.first img,
div.paging span a.last img {
	vertical-align: middle;}
div.paging span.disabled{
	font-size:14px;
	display:none;
}
div.paging span a.prev-page:hover,
div.paging span a.next-page:hover {
	text-decoration: none;
	background: inherit;
	color:#1F5DCB;
}
div.paging span a.first:hover,
div.paging span a.last:hover {
	text-decoration: none;
	background: inherit;
}
.hide{
	display:none;
	visiblity:hidden;
	width:0;
	height:0;
}
/*-- end//店舗の車両、車両検索結果ページ の上部下部ページネーション(ページャー)
---------------------------------------------------------------*/



/*-- 車両検索結果ページ0の時アラート
---------------------------------------------------------------*/
p#alert-button-box{
	margin:0;
	padding: 10px 0 5px 0px;
}
/*-- end //車両検索結果ページ0の時アラート
---------------------------------------------------------------*/


/*--システム系のcss
---------------------------------------*/

div.large_submit div.select{
	font-size : 140%;
	margin-bottom:20px;
	background:#EEE;
}
div.large_submit select{
	font-size : 100%;
	margin:0 20px;
}


p.nf-error{
	background:url("../img/icon-pages.gif") left center no-repeat;
	padding:0 0 0 18px;
	font-size:150%;
}
p.nf-error-sub{
	padding:0 0 0 18px;
}
input#UserMail{
	ime-mode:disabled;
}
input#correct_button {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 10px 15px 0;
	}
	
div#errorMessage{
	font-size:120%;
	background:#E61314 url(../img/exclamation.png) 5px center no-repeat;
	padding-left:35px;
	margin: 5px 0 0 0;
	font-weight:normal;
}
div#authMessage{
	font-size:120%;
	background:#E61314 url(../img/exclamation.png) 5px center no-repeat;
	padding-left:35px;
	margin: 0px 0 10px 0;
	font-weight:normal;
}
div#noticeMessage{
	font-size:120%;
	background:#DFF url(../img/information.png) 5px center no-repeat;
	padding-left:35px;
	color:#333;
	border:1px solid #AAD;
	margin-top:10px;
}


/*--end //システム系のcss
---------------------------------------*/

/*-  //end 店舗セラーseller shop フロントページ
------------------------------------------*/


/*- レビューreview(2012/1/25 現在実装なし)
------------------------------------------*/

div#review-list{
	background:url("../img/bk-titile-review-wide.jpg") -2px top no-repeat;
	width:873px;
	padding: 30px 30px 20px;
	border: 1px solid #E61314;
}
div#review-list h3{
	font-size:14px;
}
div#review-list p.rank_image{
	margin:0;
	vertical-align:middle;
	position:relative;
}
div#review-list p.rank_image img{
	margin-right:30px;
	position:relative;
	top:3px;
}
div#review-list p.user-name{
	background:#FBFED8;
	padding-left:10px;
	margin:0;
}
div#review-list p.estimate_comment{
	padding:5px;
	margin:0 0 20px;
}

/*- //end レビューreview(2012/1/25 現在実装なし)
------------------------------------------*/



/*- register バイヤー登録 会員登録ログイン sign up Log in
------------------------------------------*/


div.regisrationt-flow {
	margin: 0 0 15px 0;}

div.regisrationt-flow h3 {
background: url("../img/icon-pages.jpg") left center no-repeat;
padding: 0 0 4px 18px;
margin: 10px 0 15px 0px;
border-bottom: 1px solid #333333;
color: #4C4C4C;
font-size: 18px;
clear: both;
font-weight: normal;
}


div.regisrationt-flow ul,
div.regisrationt-flow li{
	list-style: none;
	margin:0;
	padding: 0;}
	
div.regisrationt-flow ul {
	margin: 0 0 15px 0;}
	
div.regisrationt-flow li{
	float: left;
	margin: 0 7px 0 0;}


div.sign {
	margin: 20px 0 0 0;}	
div.signin {
	width: 546px;
	min-height: 305px;
	float: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E61314;
	position: relative;}

div.signup {
	width: 362px;
	min-height: 305px;
	float: right;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E61314;
	}
	
p.title-member {
	background: url(../img/sign_in_bk.jpg) no-repeat left top;
	color: #FFF;
	padding: 5px 0 15px 48px;
	margin-top: -4px;
	font-size: 14px;}
p.title-non-member {
	background: url(../img/sign_up_bk.jpg) no-repeat left top;
	color: #FFF;
	padding: 5px 0 15px 48px;
	margin-top: -4px;
	font-size: 14px;}
div.signup p.desc {
	width: 285px;
	margin: 0 auto;}


table#user-login-box{
	width:471px;
	margin: 0 auto 0px;
}
table#user-login-box th{
	height:35px;
}
table#user-login-box td input{
	width:93%;
}
div.center_bt {
	text-align: center;
	margin: 30px auto 30px;}
	
div.forgetpassword {
	text-align: right;}

a#password{
	margin:0 35px 0 0;
	padding: 0 0 0 17px;
	background:url("../img/arrow-r.jpg") left center no-repeat;
	color:#4C4C4C;
	text-decoration:none;
}

a#password:hover{
	text-decoration:underline;
}

/*- end register バイヤー登録 会員登録ログイン sign up Log in
------------------------------------------*/




/*- mobislider
------------------------------------------*/


#mv_slide {
float:left;
width:936px;
height:240px;
position:relative;
padding-bottom:15px;
margin: 10px 0 5px 0px;
}

#mv_slide .sliderContent {
float:left;
width:936px;
height:240px;
clear:both;
position:relative;
overflow:hidden;
}

#mv_slide .sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../img/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

#mv_slide .prev {
background-position:0 0;
left:15px;
}

#mv_slide .prev:hover {
background-position:0 -44px;
}

#mv_slide .next {
right:15px;
background-position:-44px 0;
}

#mv_slide .next:hover {
background-position:-44px -44px;
}

#mv_slide .sliderContent .item {
position:absolute;
width:936px;
height:240px;
background:#fff;
}

#mv_slide .sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

#mv_slide .sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../img/bullets.png) no-repeat;
}

#mv_slide .sliderBullets .active {
background-position:0 -11px;
}

#mv_slide .sliderContent a {
outline:none;
}


/*- end//mobislider
------------------------------------------*/

/*- Become easier
------------------------------------------*/
div.become_easier p{
	line-height: 1.6;
	margin-bottom:  10px;}
h3.title_becomeeasier_main{
	font-size: 1.4em;
	border: none;
	font-weight:bold;
	background:url(../img/bk_tiltlelabel_01.gif) no-repeat;
	height:31px;
	padding:3px 0px 0px 15px;
	color: #4c4c4c;
	margin-bottom:10px;
}
div.becomeeasier_txtarea01{
	color: #4c4c4c;
}

table.tb_becomeeasier_01 {
	width:838px;
	height:118px;
}
table.tb_becomeeasier_01 th{
	text-align:left;
	vertical-align:top;
	color: #4c4c4c;
	font-weight: normal;
}

div.becomeeasier_txtarea02{
	color: #4c4c4c;
	background:url(../img/img_becomeeasier_02.jpg) no-repeat;
	padding:10px 0px 230px 0px;
	font-weight:normal;
	width:936px;
	height:120px;
}

p.becomeeasier_txtarea02{
	margin-left:400px;
	margin-top:10px;
}
div.becomeeasier_txtarea03{
	color: #4c4c4c;
	background:url(../img/img_becomeeasier_03_v2.jpg) no-repeat;
	padding:0px 0px 190px 0px;
	font-weight:bold;
	width:936px;
	height:820px;
}


table.tb_becomeeasier_02 {
	width:520px;
	padding-top:20px;
	margin-left:410px;
	background-color:transparent;
	text-align:left;
}
table.tb_becomeeasier_02 th,
table.tb_becomeeasier_02 td {
	font-weight: normal;}

table.tb_becomeeasier_02 td.txt01{
	padding:20px 0px 0px 0px;
}
table.tb_becomeeasier_02 td.txt02{
	padding:150px 0px 0px 0px;
}
table.tb_becomeeasier_02 td.txt03{
	padding:15px 0px 0px 0px;
}
table.tb_becomeeasier_02 td.txt04{
	padding:110px 0px 0px 0px;
	font-weight:bold;
	color:#F00;
}
table.tb_becomeeasier_02 td.txt05{
	padding:225px 0px 0px 0px;
}




div.becomeeasier_txtarea04{
	color: #4c4c4c;
	background:url(../img/img_becomeeasier_04.jpg) no-repeat;
	padding:10px 0px 310px 0px;
	font-weight: normal;
	width:936px;
	height:220px;
}
p.becomeeasier_txtarea04{
	margin-left:400px;
	margin-top:10px;
}

div.becomeeasier_txtarea05{
	font-weight: normal;
	color: #4c4c4c;
	background:url(../img/img_becomeeasier_05.jpg) no-repeat;
	padding:10px 0px 150px 0px;
	width:936px;
	height:300px;
}

p.becomeeasier_txtarea05{
	margin-left:400px;
	margin-top:10px;
}
p.becomeeasier_txtarea05_1{
	font-size:large;
	font-weight:bold;
	color:#E51112;
	margin-left:400px;
	height:50px;
}

/*- end //Become easier
------------------------------------------*/

/*- 2012月1月のPCプレゼントキャンペーン
(2441・2442行はコチラの変更に伴う変更)
------------------------------------------*/
div.regisrationt-pccamp{
	position:relative;
	margin: -480px 0 130px 505px;
}

/*- end //2012月1月のPCプレゼントキャンペーン
(2441・2442行はコチラの変更に伴う変更)
------------------------------------------*/


/*---
 Other Stocks Of this Seller (seasons icon)
 --------------------------------------------------------------------------- */
#car-zaikolist-box-1 p.car_photo a
, #car-zaikolist-box-2 p.car_photo a
, #car-zaikolist-box-3 p.car_photo a
, #car-zaikolist-box-4 p.car_photo a {
	display:block;
	position:relative;
	margin: 0;
}
#car-zaikolist-box-1 p.car_photo a p.status-box-s
, #car-zaikolist-box-2 p.car_photo a p.status-box-s
, #car-zaikolist-box-3 p.car_photo a p.status-box-s
, #car-zaikolist-box-4 p.car_photo a p.status-box-s {
	position:absolute;
	height:21px;
	width:71px;
	right:-2px;
	bottom:0;
	margin: 0;
}
/* New Arrived Cars (seasons icon) */
#car-newcommer-box-1 p.car_photo a
, #car-newcommer-box-2 p.car_photo a
, #car-newcommer-box-3 p.car_photo a
, #car-newcommer-box-4 p.car_photo a {
	display:block;
	position:relative;
	margin: 0;
}
#car-newcommer-box-1 p.car_photo a p.status-box-s
, #car-newcommer-box-2 p.car_photo a p.status-box-s
, #car-newcommer-box-3 p.car_photo a p.status-box-s
, #car-newcommer-box-4 p.car_photo a p.status-box-s {
	position:absolute;
	height:21px;
	width:71px;
	right:-2px;
	bottom:0;
	margin: 0;
}

/*---
 end // Other Stocks Of this Seller (seasons icon)
 --------------------------------------------------------------------------- */
 
/*---
 Ranking Clicked Most (seasons icon) 
 -----------------------------------------------------------------*/
.ranking-box .ranking-car-box a {
	display:block;
	position:relative;
	margin: 0;
}
.ranking-box .ranking-car-box a p.status-box-s {
	position:absolute;
	height:21px;
	width:71px;
	right:-2px;
	_right:0px;/* IE6 */
	bottom:0;
	_bottom:57px;/* IE6 */
	margin: 0;
}




/*- registration
------------------------------------------*/
div.registration_txtarea01{
	color: #4c4c4c;
	background:url(../img/img_registration_01.jpg) no-repeat;
	padding:0px 0px 420px 0px;
	font-weight:normal;
	width:933px;
	height:110px;
}

p.registration_txtarea01{
	margin-left:400px;
	padding-top:20px;
}


div.registration_txtarea02{
	color: #4c4c4c;
	background:url(../img/img_registration_02.jpg) no-repeat;
	padding:0px 0px 350px 0px;
	font-weight:normal;
	width:933px;
	height:210px;
}
p.registration_txtarea02{
	margin-left:400px;
	padding-top:20px;
}


div.registration_txtarea03{
	color: #4c4c4c;
	background:url(../img/img_registration_03.jpg) no-repeat;
	padding:0px 0px 340px 0px;
	font-weight:normal;
	width:933px;
	height:100px;
}
p.registration_txtarea03{
	margin-left:400px;
	padding-top:20px;
}

div.registration_txtarea04{
	color: #4c4c4c;
	background:url(../img/img_registration_04.jpg) no-repeat;
	padding:0px 0px 20px 0px;
	font-weight:normal;
	width:933px;
	height:300px;
}
p.registration_txtarea04{
	margin-left:400px;
	padding-top:20px;
}
p.registration_txtarea04_1{
	position:relative;
	margin-left:660px;
	margin-top:40px;
}

/*--確認(プレビュー画面)
----------------------------------------------------*/

div.confirm_button {
	border: 3px solid #1F5DCB;
	padding: 5px 5px;
	margin: 10px 0;
	color: #FFF;
	background: #1F5DCB;}

div.confirm_button input {
	cursor: pointer;
	background: #D4D0C8;
	background: -moz-linear-gradient(top , #FFFFFF, #CCC);
	background: -webkit-gradient(linear ,left top ,left bottom,     from(#FFFFFF),to(#CCCCCC));
	padding: 5px 15px;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #333333;
	border: 1px solid #808080;
	}
div.confirm_button input:hover {
	background: #CCCCCC;
	background: -moz-linear-gradient(bottom , #FFFFFF, #CCC);
	background: -webkit-gradient(linear ,left bottom ,left top,     from(#FFFFFF),to(#CCCCCC));}	




/*- end //registration
------------------------------------------*/


/*- testimonials
------------------------------------------*/

div#testimonials{
	margin:35px 0px 0px 0px;
}
div.testimonials_comment{
	background:url(../img/bk_testimonials_text.gif) no-repeat right top;
	margin:20px 0px 0px 0px;
	height:208px;
	position:relative;
}
p.testimonials_comment_title{
	position:absolute;
	top:13px;
	left:190px;  
	font-size:20px;
	font-weight:bold;
	color:#3B3B3B;
}
p.testimonials_comment_els{
	position:absolute;
	top:17px;
	left:530px;
	font-size:13px;
	color:#000000;
}
p.testimonials_comment_flag{
	position:absolute;
	top:19px;
	right:20px;
}
p.testimonials_comment_detail{
	position:absolute;
	padding:0px 15px 0px 0px;
	top:60px;
	left:190px;
	font-size:13px;
	color:#000000;
	*width:730px;
}

p.testimonials_day{
	position:absolute;
	top:185px;
	left:830px;
	font-weight:bold;
}

/*-css of jpaginate.js-*/
.pagination{
    list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
.pagination li{
	float:left;
	margin:0px 3px 0px 0px;
}
.pagination li a{
	display:block;
	padding:3px 5px;
	color:#217AD0;
	text-decoration:none;
}
.pagination li a.active {
	border:1px solid #217AD0;
	color:#ffffff;
	background-color:#217AD0;
}
.pagination li a.inactive {
	color:#333;
}
/*-css of jpaginate.js-*/


/*- end //testimonials
------------------------------------------*/


/*- aboutus(new)
------------------------------------------*/
div.aboutus-side{
	width:210px;
	float:left;
	margin:3px 0px 0px 0px;

}
div.aboutus-side h2{
	font-size:16px;
	background-color:#E51112;
	color:#FFF;
	font-weight:bold;
	padding:5px 0px 5px 15px;
}

div.aboutus-side-cont{
	width:190px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:15px;
	padding:0px 10px 0px 8px;
	color:#111111;
	margin:0px 0px 20px 0px;
}

div.aboutus-side-cont li{
	background:url(../img/aboutus_arrow.gif) no-repeat 5px 15px;
}
div.aboutus-side-cont li.list-current{
	background:url(../img/aboutus_arrow_current.gif) no-repeat 5px 15px;
}


div.aboutus-side-cont li.list,
div.aboutus-side-cont li.list-current{
	padding:8px 0px 8px 15px;
	border-bottom:1px dotted #999999;
}
div.aboutus-side-cont li.list-end{
	padding:8px 0px 10px 15px;
}
div.aboutus-side-cont li.list-end-current{
	background:url(../img/aboutus_arrow_current.gif) no-repeat 5px 15px;
	padding:8px 0px 10px 15px;
}
div.main_corporateinformation,
div.main_accessmap,
div.main_contactus{
	width:700px;
	float:right;
	margin:3px 0px 115px 0px;
}

div.main_corporateinformation div.title_aboutus h3,
div.main_accessmap div.title_aboutus h3,
div.main_contactus div.title_aboutus h3{
	background:#F4F4E8 url(../img/bk_title_h.gif) no-repeat 11px 13px;
	border:#EAEAE6 solid 1px;
	height:35px;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 0px 23px;
	color:#444444;
	margin:0px 0px 0px 0px;
}

table.details_corporateinformation,
table.details_accessmap{
	width:700px;
	margin:10px 0px 0px 0px;
    color:#111111;
}
table.details_contactus{
	width:700px;
	margin:10px 0px 15px 0px;
    color:#111111;
}
table.details_corporateinformation th,
table.details_corporateinformation td,
table.details_accessmap th,
table.details_accessmap td{
	border:1px solid #D8D8D8;
	padding:8px 10px 8px 5px;
}
*table.details_corporateinformation th{
	border:1px solid #D8D8D8;
	padding:8px 10px 8px 5px;
	width:80px;
}/*--ie6 and ie7--*/

table.details_contactus th{
	width:150px;
	border:1px solid #D8D8D8;
	background-color:#F4F4E8;
	padding:8px 10px 8px 5px;
}
table.details_contactus td{
	border:1px solid #D8D8D8;
	padding:8px 10px 8px 5px;
}
table.details_accessmap th{
	width:60px;

}
table.details_corporateinformation div.features01 h4{
	font-size:16px;
	font-weight:bold;
	color:#1D59D1;
	margin:0px 0px 5px 0px;
}
table.details_corporateinformation div.features02 h4{
	font-size:16px;
	font-weight:bold;
	color:#111111;
	margin:20px 0px 2px 0px;
}
table.details_corporateinformation div.features03 h4{
	font-size:16px;
	font-weight:bold;
	color:#111111;
	margin:15px 0px 2px 0px;
}
table.details_corporateinformation div.features01{
	background:url(../img/img_aboutus_001.jpg) no-repeat 505px 25px;	
}
table.details_corporateinformation div.features02{
	background:url(../img/img_aboutus_002.jpg) no-repeat 465px 25px;	
}
table.details_corporateinformation div.features03{
	background:url(../img/img_aboutus_003.jpg) no-repeat 465px 25px;	
}
table.details_corporateinformation div.features01 p.fb_features01{
	margin:5px 0px 0px 2px;
}
p.fb_features01{
    line-height: 0;
    width: 578px;
    height: 236px;
    overflow: hidden;
    position:relative;
	border: solid 1px #CFCFCF;
}
p.fb_features01 iframe{
    position:relative;
    left:-1px;
    top: -1px;
}

div.map_accessmap{
	width:690px;
	height:245px;
	background:#E0E0E0;
	padding:5px 5px 0px 5px;
}

div.main_accessmap p{
	color:#333333;
	margin:20px 0px 5px 0px;
	font-size:16px;

}

div.main_contactus p{
	color:#111111;
	margin:10px 0px 0px 5px;
}

div.main_contactus h4{
	color:#555555;
	font-size:20px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
div.main_contactus div.bt_check,
div.main_contactus div.bt_send{
	float:right;
}

li.aboutus_staff01{
	margin:20px 0px 0px 25px;
}
div.aboutus_staff02{
	margin:25px 0px 0px 25px;
	*margin:0px 0px 0px 0px;
}
div.aboutus_staff03{
	margin:20px 0px 15px 25px;
	*margin:0px 0px 0px 0px;

}
li.aboutus_image_a{
	margin:0px 54px 0px 0px;
	text-align:center;
	float:left;
	font-size:15px;
}
*li.aboutus_image_a{
	margin:0px 40px 0px 20px;
	_margin:0px 40px 0px 10px;	
	text-align:center;
	font-size:15px;
	width: 150px;
}/*--ie6 and ie7--*/

*li.aboutus_image_b{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:15px;
	width: 170px;
}/*--ie6 and ie7--*/


li.aboutus_image_b{
	float:left;
	text-align:center;
	font-size:15px;
}
div.aboutus_staff_txt{
	font-size:16px;
	width:130px;
	border-bottom:1px solid #666;
	margin:4px auto;
	text-align:center;
}
div.aboutus_margin{
	height:20px;

}

/*- end //aboutus(new)
------------------------------------------*/


/*- feedbackbox
------------------------------------------*/
p.feedbackbox{
	border:solid #999 1px;
}

p.feedbackbox2{
	border:solid #999 1px;
	margin:0px 0px 10px 0px;
}

/*- end //feedbackbox
------------------------------------------*/

/*- Top-Page : mainvidual-rotation
------------------------------------------*/

#rotationbnr-cont {
	width: 672px;
	height:190px;
}
#rotationbnr-banner {
	margin-bottom: 5px;
}
#rotationbnr-banner ul {
	list-style: none;
	position: relative;
	margin-left: 0px;
	overflow: hidden;
	width:672px;
	height:182px;
}
#rotationbnr-banner ul li {
	float: left;
	width: 672px;
	position: absolute;
}
div#rotationbnr-pagenation {
   position: relative;
   overflow: hidden;
   top: -25px;
   right:305px;
}

div#rotationbnr-pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#rotationbnr-pagenation li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0 2px;
   
}
div#rotationbnr-pagenation li a {
	width:12px;
	height:12px;
	overflow:hidden;
	display:block;
	background-image:url(../img/pagenation.gif);
	background-position:0px 0px;
}
div#rotationbnr-pagenation li.active a,
div#rotationbnr-pagenation li a:hover {
	background-position:0px 12px;
}
div#rotationbnr-pagenation li a img {
	visibility:hidden;
	display: none;
}
/*- end //Top-Page : mainvidual-rotation
------------------------------------------*/


/*- getfreecar
------------------------------------------*/
div.pointticket{
	margin:10px 0px 20px 0px;
}
div.pointticket_title h4{
	font-size:32px;
	font-weight:bold;
	color:#E51112;
	text-align:center;
}
div.pointticket_termsofuse{
	margin:10px 0px 0px 0px;
	color:#111111;
}
table.pointticket_termsofuse{
	width:100%;
	margin:10px 0px 10px 0px;
	font-size:16px;
	color:#000000;
}
table.pointticket_termsofuse td{
	padding:30px 0px 30px 10px;
}

/*- end //getfreecar
------------------------------------------*/



/*- localpage-top
------------------------------------------*/
div.cont_localpage_top{
    position: relative;
    margin: 0px 0px 40px 0px;
    background-image: url(../img/bk_localpage-top.jpg);
    height: 370px;
}

h4.localpage-top_title{
	position:absolute;
	top:5px;
	left:18px;
    font-size:330%;
    color:#0093CD;
    font-weight:bold;
	text-shadow:2px 2px 2px white;
}
p.localpage-top_title_text{
	position:absolute;
	top:60px;
	left:21px;
	font-size:120%;	
}
h5.localpage-top_africa_title{
    position: absolute;
    top:116px;
    left:23px;
    font-size:250%;
    color:#0093CD;
    font-weight:bold;
	text-shadow:2px 2px 2px white;
    border-bottom: 2px solid #0093CD;
    height: 42px;
    width: 425px;
}

h5.localpage-top_southernasia_title{
    position: absolute;
    top:116px;
    left:490px;
    font-size:250%;
    color:#0093CD;
    font-weight:bold;
	text-shadow:2px 2px 2px white;
    border-bottom: 2px solid #0093CD;
    height: 42px;
    width: 425px;
}
ul.localpage-top_africa_country{
    position: absolute;
    top: 185px;
    left: 35px;
    font-size: 135%;
    width:450px;
}
ul.localpage-top_africa_country li{
    float: left;
    margin: 0px 0px 20px 0px;
    width: 220px;
}

ul.localpage-top_southernasia_country{
    position: absolute;
    top:188px;
    left:505px;
	font-size:135%;
	width:420px;
}
ul.localpage-top_southernasia_country li{
    float:left;
    margin:0px 140px 20px 0px;
}

/*- end //localpage-top
------------------------------------------*/


/*- localpage-sub
------------------------------------------*/

div#car-box-box_lp{
float:left;
width:934px;
border-collapse:collapse;
border-style:solid;
border-color:#D8DFE5;
border-width:1px 1px 1px 1px;
margin: 10px 0px 0px 0px;
}
table.car-box_lp{
width: 836px;
border-collapse: collapse;
margin: 20px 0px 0px 60px;
}

p.car_price_lp{
	width:148px;
	text-align:left;
	font-size:110%;
	color:#111;
	margin:0px 0px 20px 22px;
}

table.car-box_lp td{
vertical-align:top;
}

div.cont_localpage_sub{
	position:relative;
	margin:20px 0px 30px 0px;
}
h6.localpage_sub_country_title{
	position:absolute;
	top:-9px;
	left:58px;
	font-size:280%;
	font-weight:600;
	color:#666666;
}
h6.localpage_sub_country_title span{
	color:#F00;
}
p.localpage_sub_country_text{
	margin:5px 0px 0px 0px;
	font-size:120%;
}
div.cont_localpage_sub div.localpage_sub_carrecommend h3,
div.cont_localpage_sub div.localpage_sub_testimonials h3,
div.cont_localpage_sub div.localpage_sub_importprocedure h3,
div.cont_localpage_sub div.localpage_sub_importregulation h3,
div.cont_localpage_sub div.localpage_sub_faq h3{
	background:url(../img/bk_localpage_title.gif) no-repeat ;
	height:35px;
	font-size:18px;
	padding:10px 0px 0px 23px;
	color:#222222;
	margin:10px 0px 0px 0px;
	border-bottom:none;
}

div.localpage_sub_testimonials{
	margin:30px 0px 50px 0px;
}
p.localpage_sub_carrecommend_seemore,
p.localpage_sub_testimonials_seemore{
	margin:5px 0px 20px 0px;
	float:right;

}
div.localpage_sub_importprocedure{
	margin:30px 0px 10px 0px;
	background:url(../img/bk_localpage_step.jpg) no-repeat 0px 60px;
	height:400px;
}
div.localpage_sub_importprocedure dd{
    float:left;
    margin:130px 0px 0px 6px;
    width:127px;
    color:#222;
}

div.localpage_sub_importprocedure dd span{
	font-size:90%;
}
div.localpage_sub_importregulation{
	margin:0px 0px 40px 0px;
}
table.localpage_sub_importregulation_text{
	width:935px;
	margin:10px 0px 0px 0px;
    color:#111111;
}
table.localpage_sub_importregulation_text th,
table.localpage_sub_importregulation_text td{
	border:1px solid #D8D8D8;
	padding:10px 10px 10px 10px;
}
table.localpage_sub_importregulation_text th{
	width:225px;
	font-size:120%;

}
table.localpage_sub_importregulation_text_importtaxesrates{
	width:660px;
	margin:5px 0px 0px 5px;
    color:#111111;
}
table.localpage_sub_importregulation_text_importtaxesrates th,
table.localpage_sub_importregulation_text_importtaxesrates td{
	font-size:100%;
	text-align:center;
	border:1px solid #D8D8D8;
	padding:5px 0px 5px 0px;
}
table.localpage_sub_importregulation_text_importtaxesrates th{
	width:330px;
}
table.localpage_sub_importregulation_text_importtaxesrates th.ttc,
table.localpage_sub_importregulation_text_importtaxesrates td.pct{
	background-color:#F4F4E8;
}

div.localpage_sub_faq_cont{
	margin:10px 0px 10px 10px;
}
div.localpage_sub_faq_cont dt{
    color:#555;
    font-size:150%;
    font-weight:bold;
}
div.localpage_sub_faq_cont dd{
    color:#555;
	margin:0px 0px 20px 25px;
}

/*- end //localpage-sub
------------------------------------------*/


/* -- sitemap
-----------------------------------------*/

div#sitemap{
	text-align:left;
}

div#sitemap ul.sitemap-box-list li a,
div#sitemap ul.sitemap-box-list li a:link{
	color:#666;
	text-decoration:none;
}
div#sitemap ul.sitemap-box-list li a:hover {
	text-decoration: underline;
}

div#sitemap ul.login li a{
	color:#666;
	text-decoration:none;
}
div#sitemap div.sitemap-box{	
    width:270px;
	float:left;
	margin:20px 0px 0px 30px;
	
}

div#sitemap ul.sitemap-box-list{
	font-size:17px;
	font-weight:600;
    margin:0px 0px 50px 0px;	
	
}
div#sitemap div.sitemap-box li{
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 0px 10px;
	background: url(../img/aboutus_arrow_current.gif) no-repeat 0px 8px;
    padding: 1px 0px 1px 10px;
}
div#sitemap h1{
	background:#F4F4E8 url(../img/bk_title_h.gif) no-repeat 11px 13px;
	border:#EAEAE6 solid 1px;
	height:35px;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 0px 23px;
	color:#444444;
	margin:0px 0px 0px 0px;
	border:#EAEAE6 solid 1px;
}


/* --end //sitemap
-----------------------------------------*/

/* -- fakemail
-----------------------------------------*/
p#fakemail{
    width: 668px;
    height: 24px;
    background: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    padding: 5px 0px 10px 0px;
    _padding: 5px 0px 0px 0px;/*--ie6--*/
    margin: 0px 0px 12px 0px;
    border: solid 2px #FC6E6E;
}

p#fakemail a:visited {
  color: #FF3F3F;
  text-decoration: none;
}
p#fakemail a:link {
  color: #FF3F3F;
  text-decoration: none;
}
/* --end //fakemail
-----------------------------------------*/

/* -- newcommer_kenya newcommer_myanmar
-----------------------------------------*/
table.newcommer_kenya,
table.newcommer_myanmar{
width: 650px;
border-collapse: collapse;
margin: 15px auto;
}
/* --end //newcommer_kenya newcommer_myanmar
-----------------------------------------*/
