@media print {
/*  section { display: block; page-break-before: always; }
  pre code {page-break-after: always;}
  @page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre {
word-wrap: break-word;
}
 
pre a[href]:after {
    content: ""; }
 
 
pre abbr[title]:after {
    content: ""; }
 
pre   .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: ""; }*/
 
.noprint {display:none;}

#contents{
top:0 !IMPORTANT;
left:0 !IMPORTANT;
width:172mm !IMPORTANT;
height:251mm !IMPORTANT;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#contents{
width:47% !IMPORTANT;
height:32% !IMPORTANT;
font-size:50%;
line-height:1.2;
}
}




