/*body {
    overflow-x: visible !important;
    overflow-y: visible !important;
 }*/
 
 @media print {	
  .site-header,
  #nav-main,
  .item__txt,
  .site-footer__box {
    display: none;
  }
}

@media print {
    body {
        zoom: 0.48;
        -webkit-print-color-adjust: exact;
    }
}


/* IE10以上 */
@media print and (-ms-high-contrast: none) {
        /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}