@charset "utf-8";

/*
 name:print.css
 updated:2013.03.14
*/

@media print{
	
div {
	background:none;
}
	
.resultBox  {
	page-break-after: always;
}