@charset "utf-8";
/* PRINT CSS Document */

/* PRINT ===================================================== */

@media print{
	#headerLine{
		display: none !important;
	}

	#headerContent #headerContentR01 ,
	#headerContent #headerContentR02{
		display: none !important;
	}

	#gNaviWrapper{
		display: none !important;
	}

	#questionBox{
		display: none !important;
	}

	#inquiryBox{
		margin-top: 2em;
	}

	#footerInner #pageTopLinkWrapper{
		display: none !important;
	}
	#footerInner #footerLink{
		display: none !important;
	}

}
