@charset "UTF-8";
/* CSS Document */

@page {
  size: A4 portrait;
  margin: 10mm;
}

body {
  -webkit-print-color-adjust: exact;
  width: 1200px;
  zoom: 0.8;
  font-size: 17pt!important;
  background: #FFF;
}

.contents {
  max-width: none;
}
section > h2 > span {
  background: #FFF;
}
.section_schedule table {
  width: 100%;
}