@charset "UTF-8";
@media print {
  body {
    zoom: 75%;
    -webkit-print-color-adjust: exact;
    width: 1200px !important;
  }
  body #header {
    width: 1200px !important;
    position: relative;
  }
  body #header .sub-menu {
    display: none;
  }
  body #header + * {
    padding-top: 0px;
  }
  body * {
    opacity: 1 !important;
  }
  body .contact,
  body .pagetop {
    display: none;
  }
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body * {
    opacity: 1 !important;
  }
}
