@charset "UTF-8";
@media print {
  body {
    zoom: 75%;
    -webkit-print-color-adjust: exact;
    width: 1200px !important;
  }
  body #header {
    position: relative;
  }
  body #header + * {
    padding-top: 0px;
  }
  body * {
    opacity: 1 !important;
  }
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  /* @pageの指定いらないかも */
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body * {
    opacity: 1 !important;
  }
}
.toolbar {
  display: none;
}
#viewerContainer {
  top: 0;
}
@media print {
  body.disclosure .article h3, body.disclosure .article p, body.disclosure .article ol, body.disclosure .article ul, body.disclosure .article table {
    display: none;
  }
}
