@charset "UTF-8";

/* --------------------------------
	feature-p.css
--------------------------------
feature-p.cssは機能紹介ページで使用している印刷調整用のCSSファイルです。

** index
01.大枠
-------------------------------- */

/* --------------------------------
■01.非表示
--------------------------------
ナビゲーションなどの不要要素の非表示です。
-------------------------------- */
#HeaderNav,
#GlobalNav,
.breadcrumbs-list,
.return-to,
#Sub,
#Main .to-back,
#Main .features,
#Footer ul,
.to-print {
	display:none;
}

/* 非表示後の要調整 */
#Header {
	border-bottom: 1px solid #7f766b!important;
}

/* --------------------------------
■02.大きさ調整
--------------------------------
大きさの調整です。
-------------------------------- */
#Main {
	float:none;
	width:100%;
}
.content-header h1 {
	margin-right:0;
}