@charset "utf-8";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 // プリンタ出力用
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*
=== 非表示 ===
*/
#header, #banner, #footer,
h1, #contentBody2_sidebar,
#print, #main-footer, #topicPath, #pager {
	display: none;
}

body, #contents {
	background: none !important;
}

/*
=== 印刷用レイアウト ===
*/

/* 1カラム */
#contentBody1 {
	padding: 0 !important;
	width: 100%;
}
#contentBody1 p {
	padding: 0 5px !important;
	width: 750px;
}
#contentBody1 table {
	margin: 0 5px !important;
	width: 750px;
}

/* 2カラム */
#contentBody2_body {
	padding: 0 !important;
	width: 100%;
}
#contentBody2_body p {
	padding: 0 5px !important;
}
h2, h3 {
	margin-left: 10px !important;
	padding-left: 0 !important;
	width: 100%;
}

/* 導入事例 */
#caseBody {
	margin: 0 5px !important;
}

/* 製品概要タイトル */
h2.overview {
	margin-left: 0 !important;
}

/* テーブル */
h3.pretable {
	color: #000 !important;
}

/*
=== 色関係 ===
*/
h2.overview {
	color: #000 !important;
}