@charset "UTF-8";
/* ===================================================================
print
=================================================================== */
@media print {
	html {
		overflow-y: visible;
		overflow-x: visible;
	}
	body {
		background: #fff;
		padding-top: 0 !important;
	}
	#tpl-header {
		position: static !important;
	}
	#tpl-header .tpl-inner-wrap {
		height: 99px;
	}
	#tpl-header .bottom,
	#tpl-header .util-wrap {
		display: none;
	}
	.tpl-body--col2 {
		display: block;
	}
	#tpl-footer .sec-sitemap,
	#tpl-footer .sec-other,
	#tpl-footer .sec-banner {
		display: none;
	}
	#tpl-footer .btn-sitemap {
		visibility: hidden;
	}
	#tpl-pagetop {
		display: none !important;
	}
	.tpl-body__nav {
		display: none;
	}
	.tpl-body--col2 .tpl-body__content {
		width: 100%;
	}
	.tpl-table--scale {
		height: auto !important;
	}
	.tpl-table--scale table {
		transform: scale(1) !important;
	}
	.is-ie11,
	.is-edge {
		font-family: "メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif !important;
	}
	.is-ie11 .print-page-break,
	.is-edge .print-page-break {
		page-break-before: always;
	}
	.is-ie11 .print-fz-s th, .is-ie11 .print-fz-s td,
	.is-edge .print-fz-s th,
	.is-edge .print-fz-s td {
		padding: 5px;
		font-size: 12px;
	}
}
