/* 印刷用css */
@media print {
	.noPrint {
		display:none !important;
	}
}
@media screen {
	.onlyPrint {
		display:none !important;
	}

}