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

	印刷用

============================================================================*/
body > :not(#contents):not(header):not(footer),
div#contents > div.inner > :not(.select_area),
header nav,
div.select_area > div:not(.simulate_area),
footer .footer_navi,
footer .copy,
footer span
{
	display: none;
}

footer .pagetop{
	display: none;
	width: 0px;
	box-shadow: none;
}

footer .footer_inner{
	height: auto;
}

div#contents{
	padding: 0px;
	margin: 0px;
}

div.simulate_area{
	position: static;
	width: 95%;
}

div.simulate_area img{
	position: relative;
	left: 50%;
}

div.print_info{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
}

body {
-webkit-print-color-adjust: exact;
}

header {
	background-image: url(images/header_bg.png) repeat-x top center !important;
	box-shadow: none;
}

footer .footer_inner {
    width: auto;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px auto 0px;
}

footer {
    background: url(images/header_bg.png) repeat-x top center , #fafdfe !important;
}