

@charset "SHIFT-JIS";

/******************************************************************/
/*	　　　　　　　　            印刷用css
*******************************************************************/

/*非表示*/
#left-column,
.breadcrumb,
#footer-nav,
#detail .detail_header,
#detail .bikou_box img,
.detail_bottom,
#detail #mail-btn,
#usedDetail .usedDetail-btnPrint{
	display: none;
}

#detail #left-column{
	display: block;
}
/******************************************************************/
/*				　　　　　Two-Column-Layout
/*
/*				　　　　　　　基本構造
*******************************************************************/

* {
	text-align:left;
	margin:0;
	padding:0;
	border:none;
	border-width:0px;
}

body{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #C9CACB;
}

p{
	margin: 0 0 10px 0;
	padding: 0;
}

a img{ border: none; }

#wrapper{
	width: 560px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 600px;
	height: 30px;
	margin: 0;
}

#container{
	width: 600px;
	margin: 5px 0 20px 30px;
	clear: both;	
}


#right-column{
	width: 600px;
	height: auto;
	margin: 0 20px 0 0;
	float: left;
}

#footer{
	width: 600px;
	height: 60px;
	margin: 0 auto;
	clear: both;
}

#footer .copy{
	text-align: center;
}

#footer .license-no{
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}


/*中古車詳細*/
#detail #wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


#detail #container{
	width: 100%;
	margin: 5px 0 20px 30px;
	clear: both;	
}

#detail #left-column{
	width: 150px;
	margin: 0 20px 0 0;
	float: left;
}

#detail #right-column{
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

/******************************************************************/
/*								  h2
*******************************************************************/
h1{
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}
h2{
	width: 600px;
	height: 30px;
	margin: 0 0 10px 0;
	float: left;
}

/*中古車ページ*/
#usedcar-list h2{
	width: 600px;
}

/******************************************************************/
/*								  h3
*******************************************************************/

/*トップページ*/
#index h3{float: left;width: 153px;border-bottom: 1px dotted #999999;padding: 0 0 5px 0;margin: 0 0 5px 0;}


#democar h3{
	width: 600px;
	height: 30px;
	margin: 0 0 10px 0;
	clear: both;
}


/******************************************************************/
/*								テーブル
*******************************************************************/

table{margin: 0 0 10px 0;}

/*共通*/
table,th,tr,td{border-collapse: collapse;}


/*罫線あり*/
.ruled-line th{
	border: 1px solid #CCCCCC;
	background: #5385B9;
	text-align: center;
	color: #FFFFFF;
	padding: 2px;
	width: 0;
}

.ruled-line tr{border: 1px solid #CCCCCC;padding: 2px;}

.ruled-line td{border: 1px solid #CCCCCC;padding: 2px;}


/*罫線なし*/
.without-line th{
	border: none;
	text-align: left;
	padding: 0;
	width: 0;
}

.without-line tr{border: none;}

.without-line td{border: none;}


/******************************************************************/
/*					lined-inner-container内のテーブル
*******************************************************************/

#carlife table,
#recruit table,
#democar table{width: 600px; background: #FFFFFF;}

#democar table td{text-align:center;}

#corporate table{
	width: 600px;
	margin: 0 0 10px 10px;
	background: #FFFFFF;
	float: left;
}

html>body#corporate table{
	margin: 0 0 10px 9px;
}


#contact table{
	width: 600px;
}

#contact .ruled-line th{
	border: 1px solid #CCCCCC;
	background: #C9D5E9;
	text-align: left;
	color: #4A4A4A;
	font-weight:normal;
	padding: 2px;
	width: 0;
}


/******************************************************************/
/*						　　　パーツ
*******************************************************************/

#detail #right-column img{
	margin: 0 30px 20px 0;
}


/******************************************************************/
/*						　　　パーツ
*******************************************************************/
/*非表示*/
.hidden { display: none; }


/*テキスト揃え*/
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }


/*行揃え*/
.v-align-mid{vertical-align: middle}


/*フォントサイズ*/
.small{font-size: 10px;}


/*フロート*/
.f-right { float: right; }
.f-left { float: left; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }


/*文字強調*/
.strong{ font-weight: bold;}


/*マージン*/
.m-top10 { margin-top: 10px; }
.m-top20 { margin-top: 20px; }
.m-top30 { margin-top: 30px; }
.m-top40 { margin-top: 40px; }
.m-top50 { margin-top: 50px; }

.m-left10 { margin-left: 10px; }
.m-left20 { margin-left: 20px; }
.m-left30 { margin-left: 30px; }
.m-left40 { margin-left: 40px; }
.m-left50 { margin-left: 50px; }

.m-right5 { margin-right: 4px; }
.m-right10 { margin-right: 10px; }
.m-right20 { margin-right: 20px; }
.m-right30 { margin-right: 30px; }
.m-right40 { margin-right: 40px; }
.m-right50 { margin-right: 50px; }

.m-bottom10 { margin-bottom: 10px; }
.m-bottom20 { margin-bottom: 20px; }
.m-bottom30 { margin-bottom: 30px; }
.m-bottom40 { margin-bottom: 40px; }
.m-bottom50 { margin-bottom: 50px; }


/*横幅*/
.wide10{ width: 10px; }
.wide20{ width: 20px; }
.wide30{ width: 30px; }
.wide40{ width: 40px; }
.wide50{ width: 50px; }
.wide60{ width: 60px; }
.wide70{ width: 70px; }
.wide80{ width: 80px; }
.wide90{ width: 90px; }
.wide100{ width: 100px; }



blockquote { font-weight: normal; font-size: 100%; padding-left: 4em; padding-right: 2em; }


/******************************************************************/
/*				　　　　　　index
*******************************************************************/

/*ショップインフォメーション  ニュース＆トピックス*/
#index .shop-info-box,
#index .news-topics-box{
	float: left;
	width: 270px;
	margin: 10px 0 10px 0;
}

#index .shop-info-innerbox,
#index .news-topics-innerbox{
	width: 268px;
	float: left;
	padding: 0 0 10px 0;
}

#index .shop-info-box img{
	float: left;
	margin: 0 8px 10px 10px;
}

#index .shop-info-box .address{
	float: left;
	margin: 0 0 0 0;
}

/*ニュース＆トピックス*/
#index .news-topics-box{
	margin: 10px 0 10px 20px;
}


/******************************************************************/
/*				　　　　　privacy
*******************************************************************/

#privacy #right-column h3{
	font-size: 12px;
	text-indent: 0px;
	margin: 0 0 10px 0;
}

#privacy #right-column ul{
	margin: 0 0 30px 30px;
}

#privacy #right-column li{
	margin: 0 0 5px 0;
}


/******************************************************************/
/*				　　　　　link
*******************************************************************/

#link #right-column ul{
	clear: both;
	margin: 0 0 0 20px;
}

#link #right-column li{
	width: 530px;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	list-style-image: url(../images/cmn_img/list.gif);
}

/******************************************************************/
/*						　　中古車詳細ページ
*******************************************************************/

/*外枠*/
#usedDetail #wrapper{ background:none;}
#usedDetail .usedDetailWrapper{
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

/*枠　（背景画像：可変背景の指定）*/
#usedDetail .usedDetailContainer{
	margin: 30px 0 0 0;
}

/*コンテンナーインナー　左（車種名・画像エリア）*/
#usedDetail .usedDetailContainer-InnerLeft{
	width: 500px;
	margin: 0 10px 10px 0;
	float: left;
}
html>body#usedDetail .usedDetailContainer-InnerLeft{/*ff hack*/
	margin: 0 10px 10px 20px;
}

/*車種名・グレード名*/
#usedDetail .usedDetail-carName{
	width: 500px;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	text-indent: 0;
}

/*画像表示エリア*/
#usedDetail .imageArea{ margin: 0; }

/*画像表示エリア　各画像*/
#usedDetail .imageArea p{
	margin: 0;
	padding: 0;
	float: left;
}

/*画像表示エリア　各画像の設定*/
#usedDetail .imageArea .largeFront{ margin: -7px 0 0 0; }
#usedDetail .imageArea .smallFront{ margin: 10px 3px 0 0; }
#usedDetail .imageArea .smallBack{ margin: 10px 3px 0 0; }
#usedDetail .imageArea .smallInterior{ margin: 10px 0 0 0; }


/*コンテンナーインナー　右（印刷ボタン・詳細エリア）*/
#usedDetail .usedDetailContainer-InnerRight{
	width: 135px;
	margin: 0 0 0 0;/*調整*/
	float: left;
}

/*詳細　テーブル*/
#usedDetail .detailTable{
	width: 135px;
	height: 375px;
	margin: 50px 0 10px 0;/*調整*/
	border-collapse: collapse;
	background: #FFFFFF;
	font-size: 0.9em;
}
#usedDetail .detailTable th,
#usedDetail .detailTable td{
	border: 1px solid #97B1D0;
}
#usedDetail .detailTable th{
	width: 85px;
	color: #000000;
	background: #C9D5E9;
}

/*装備品*/
#usedDetail .soubihin{
	margin: 0;
	padding: 0;
}

#usedDetail .soubihin dt{
	float: left;
}

#usedDetail .soubihin dd{
	margin: 3px 0 0 2px;
	float: left;
}


/*詳細ボタン　通常*/
#usedDetail .btnDetais a{
	display: block;
	width: 26px;
	height: 14px;
	margin: 0;
	line-height: 1em;
	text-indent: -9999px;
	text-decoration: none;
}

/*詳細ボタン　ホバー*/
#usedDetail .btnDetais a:hover{
	background-position: 0 -14px;
}

/*価格表示*/
#usedDetail dl.priceDisplay{
	width: 135px;
	height: 122px;
	border: 1px solid #CCCCCC;
}

/*価格表示下の消費税*/
#usedDetail dl.priceDisplay .tax{
	font-size: 0.8em;
}

/*価格表示　金額*/
#usedDetail .priceDisplay dd{
	font-size: 1.5em;
	width: 135px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 100%;
	top: 10px;
	left: 5px;
}

/*価格表示下の整備*/
#usedDetail dl.priceDisplay .seibi{
	position: relative;
	top: 30px;
	font-size: 12px;
}

/*コンテンナーインナー　下（備考・お問い合わせボタンエリア）*/
#usedDetail .usedDetailContainer-InnerBottom{
	clear: both;
	margin: 0 0 10px 0;
	width: 690px;
	height: 70px;
}

/*備考欄*/
#usedDetail ul.details{
	width: 350px;
	height: 70px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #000000;
	line-height: 1.2em;
	float: left;
	font-size: 12px;
}
#usedDetail .details li{
	margin: 0 0 0 0;
}


/*メーカー保証*/
.hosyou{
	font-size: 12px;
	clear: both;
}

/*お問い合わせボタン　通常*/
#usedDetail .btnContact{
	width: 320px;
	height: 70px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
}
#usedDetail .btnContact a{
	display: block;
	width: 320px;
	height: 70px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	text-decoration: none;
}

/*お問い合わせボタン　ホバー*/
#usedDetail .btnContact a:hover{
	background-position: 0 -70px;
}

/*店舗情報タイトル*/
#usedDetail .usedDetail-shopName{
	width: 690px;
	height: 30px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
}

#usedDetail .usedDetail-shopName .tel{
	position: relative;
	top: 5px;
}
#usedDetail .usedDetail-shopName .comment{
	position: relative;
	top: 5px;
	left: 5px;
}

/*店舗情報*/
#usedDetail .shopInfo{
	width: 625px;
	height: 120px;
	margin: 0 0 -5px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	float: left;
}
#usedDetail .shopInfo .shopTitle{
	font-size: 1.2em;
	font-weight:bold;
}
#usedDetail .shopInfo .shopTel{
	font-size: 1.4em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
#usedDetail .shopInfo .shopDetail{
	font-size: 0.8em;
}

/*詳細説明*/
#usedDetail .detailsExposition{
	clear: both;
	margin: 20px 0 0 0;
	font-size: 0.8em;
}










