@charset "utf-8";
/* CSS Document */



/**================================= Header Setting =================================**/
.btnBox03 {
	display: none;
}

.resultAttentionBox {
	display: block;
}
.blockContents--result {
	padding-top: 0;
}

@media print {
	html, body {
		height: auto;
	}
	body {
		display: block;
		width:172mm !important;
		height:auto !important; 
		min-height:200px; 
	}
	form {
		display: none !important;
	}
}
div:last-child{ 
    page-break-after: auto !important; 
} 
