@charset "utf-8";					/*使用する文字コード*/

/* ============ 印刷用設定 ============ */
/* ========== 全体枠 ========== */
DIV#container{
	width:100%;
}
/* ========== ヘッダー ========== */
DIV#header DIV#headerSearch{
	display:none;
}
/* ========== メインメニュー ========== */
UL#mainMenu{
	display:none;
}
IMG#catch{
	display:none;
}
/* ========== セカンドエリア ========== */
DIV#secondArea{
	display:none;
}
/* ========== コンテンツ ========== */
DIV#contents{
	width:100%;
}
DIV#contents P.anchorTop{
	display:none;
}
DIV#contents .accessHeader{
	page-break-before: always;
}

/* ---------- フッターメニュー ---------- */
DIV#footer{
	display:none;
}



/* ===== 車両在庫情報の詳細ページ用設定 ===== */
/* ----- 全体の背景を消す ----- */
BODY.carstock{
	background-image:none;
	background-color:#fff;
}
/* ----- h1、ぱんくず、前後記事へのナビ、他の画像を見るナビ、サブ画像を消す ----- */
BODY.carstock h1,
BODY.carstock div#contents p.pankuzu,
BODY.carstock div#contents p.nextPrevious,
BODY.carstock div#contents div.subImage{
	display:none;
}
BODY.carstock div#contents p.imageNavi{
	visibility:hidden;
	height:1px;	/* 余白の調節のため、displayを使っていない */
}
/* ----- お問い合わせはこちらのh3、印刷ボタン、お問い合わせボタン、h4、ulを消す ----- */
BODY.carstock div#contents h3.infoInquiry,
BODY.carstock div#contents table.inquiryInfo01,
BODY.carstock div#contents h4,
BODY.carstock div#contents ul{
	display:none;
}
BODY.carstock div#contents div#categoryBlog div.hr01{
	display:none;
}
/* ----- アピールポイントの写真を消す ----- */
BODY.carstock div#contents div#categoryBlog div.appeal{
	background-image:none;
	background-color:#fff;
	min-height:0;
}
BODY.carstock div#contents div#categoryBlog div.appeal p.comment{
	margin-left:0;
}
/* ----- ほか、幅・余白の設定 ----- */
BODY.carstock div#headerTitle{
	padding-top:0;
	padding-left:0;
	padding-right:0;
	height:auto;
}
BODY.carstock div#contents table{
	width:100%;
}
BODY.carstock div#contents table.inquiryInfo02 td{
	text-align:center;
}
