@charset "SHIFT-JIS";

/* ************************************** _

タイトル：print.css

概要：印刷用CSSファイル

制作日：2007.05.25
変更日：2007.10.22

_ ************************************** */

/*非表示*/
.topFlash,
#secondaryContent,
#globalNavi,
#subNavi,
/*中古車詳細ページ*/
.usedcar_detail #header,
.priceArea dd,
.usedcar_detail .contactBtn,/*中古車詳細ページお問い合わせボタン*/
.usedcar_detail #footer,
#footer{
	display: none;
}



/******************************************************************/
/*				　　　　　Two-Column-Layout
/*
/*				　　　　　　　基本構造
*******************************************************************/

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

body,
body#index{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: none;
}

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

a img{ border: none; }

#wrapper{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: none;
	clear: both;
}

#header{
	width: 600px;
	height: 60px;
	margin: 0 0 20px 0;
	clear: both;
}

#container{
	width: 600px;
	margin: 0;
	float: left;
}

#content{
	width: 600px;
	margin: 0 0 50px 0;
	float: left;
}

#primaryContent{
	width: 600px;
	float: left;	
}

#q_and_a .section{
	width: 530px;
	float: none;
}

#q_and_a h4{
	width: 530px;
}


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

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



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

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


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

/*車種名*/
.usedcar_detail h2{
	width: 700px;
	height: auto;
	margin: 0;
	background: none;
}

	.usedcar_detail h2 .carName{
		left: 0;
	}

/*価格表示エリア*/
.usedcar_detail .priceArea{
	margin: 0;
	float: left;	
}
	.usedcar_detail .priceArea dt{
		width: 520px;
		height: 30px;
		background: none;
		left: 0;
	}

/*画像表示エリア*/
.usedcar_detail div.imageArea{
	clear: both;
	margin: 0;
	border: none;
	background: none;
}

	.usedcar_detail div.imageArea ul li{
		float: left;
		list-style: none;
		margin: 0;
		display: inline;
	}


/*画像*/
.usedcar_detail div.imageArea ul li.largeImages,
.usedcar_detail div.imageArea ul li.smallImages{
	margin-top: 5px;
}

.usedcar_detail div.imageArea ul li.smallImagesMid,
.usedcar_detail div.imageArea ul li.smallImagesEnd{
	margin : 5px 0 0 10px;
}


/*テーブル*/
.usedcar_detail .imageArea table.ruledLine{
	clear: both;
	width: 640px;
	margin: 5px 0 0 0;
	font-size: 0.8em;
}	

/*店舗情報*/
.usedcar_detail h3{
	page-break-before: always;
	clear: both;
}

.usedcar_detail .shopInfoArea{
	margin: 0 0 10px 0;
}

/*注意コメント*/
.usedcar_detail .comment{
	width: 640px;
	clear: both;
	margin: 0;
	font-size: 0.6em;
	border: none;
	border-top: 1px solid #CCCCCC; 
}


