@charset "utf-8";
/* CSS Document */

.sp {
	display: none;
}
html {
	height: auto !important;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	width: 100%;
}
  body {
      overflow: visible !important;
	      -webkit-print-color-adjust: exact;/*chormeで背景印刷*/

  }
  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: ""; }
 
.no-print {display:none;}
  img {
    max-width:100%;
    height:auto;
  }


main{width: auto;}
