@charset "utf-8";
/*===================目次========================

プリント用
print.css
最終更新日：2015年4月6日

==============================================*/


/*==============================================
◆1：表示オフ
==============================================*/
@page {
	size: A4;
	margin: 12.7mm 9.7mm;
	page-break-before:/* auto;　//制御しない （初期値）*/
										always;　//改ページさせる
}
/*@page {
	size: A4 landscape;
	margin: 9.7mm 12.7mm;
} */
body {
	background-image: none;
	max-width: 1200px;
	-webkit-print-color-adjust: exact;
}
header,footer {}
#rightColumn {}
#breadcrumb_out {}
#mobile,#sidr {display: none;}
a:link:after,
a:visited:after {
	/*
	content: " (" attr(href) ") ";
	font-size: 90%;
	*/
}