@charset "utf-8";

@page { size: A4 }

@media print{
  body {
    -webkit-print-color-adjust: exact;
  }
  .slick-track img {
    display: block;
    position: fixed;
    top:0;
    width: 100%;
  }

  .slick-track img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .tableover {
    overflow-x: hidden;
  }
  .tableover table {
    width: 100% !important;
  }
  .poroustab table {
    width: 100%;
  }
  .comtab01 {
    width: 100%;
  }
  .comtab01 th,
  .comtab01 td {
    font-size: 12px !important;
  }

}
