@charset "Shift_JIS";

/******************************************************************/
/*								共通項目
*******************************************************************/

#right-column,
.breadcrumb,
.pagetop,
#nav,
#footerNav,
#usedDetail .usedDetail-btnPrint{
	display: none;
}

#footer{
	clear: both;
}

/******************************************************************/
/*				　　　　　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: 560px;
	height: 60px;
	margin: 0 0 0 10px;
}

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


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

/******************************************************************/
/*							テーブル
*******************************************************************/
table{ clear: both; }


table,th,tr,td{
	border-collapse: collapse;
}

table.ruledLine{
	margin: 0 0 20px 0;
}

table.ruledLine,
.ruledLine th,
.ruledLine tr,
.ruledLine td{
	border: 1px solid #999999;
}

.ruledLine th{
	background: #EEEEEE;
	padding: 3px;
}

.ruledLine td{
	padding: 3px;
}


.t-foot th{
	font-weight: bold;
	border-top: 2px solid #F77900;
}


/*全て左揃え*/
.lineStyleLeft{ text-align: left; }

/*全て右揃え*/
.lineStyleRight{ text-align: right; }

/*全て中央揃え*/
.lineStyleCenter{ text-align: center; }

/*th＝左揃え　td＝右揃え*/
.lineStyleLeftRight th{ text-align: left; }
.lineStyleLeftRight td{ text-align: right; }

/*th＝右揃え　td＝左揃え*/
.lineStyleRightLeft th{ text-align: right; }
.lineStyleRightLeft td{ text-align: left; }

/*th＝中央揃え　td＝右揃え*/
.lineStyleCenterRight th{ text-align: center; }
.lineStyleCenterRight td{ text-align: right; }

/*th＝中央揃え　td＝左揃え*/
.lineStyleCenterLeft th{ text-align: center; }
.lineStyleCenterLeft td{ text-align: left; }


.maxWidth{ width: 560px; }
.middleWidth{ width: 250px; }
.narrowWidth{ width: 100px; }



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

/*外枠*/
#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;
}







