@charset "utf-8";
/*
印刷用の設定を記述します。
This file is for print setting.
*/

@media print {
  html { font-size: 45%; }
  body {
    /* width: 100%;
    width: 640px\9;
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
    max-width: var(--wrap);
    width: 100%;
    min-width: unset;
  }
  #print_area {
    display: block;
    height: auto; /* 必要に応じて指定 */
    min-height: 100px; /* 適切な高さを指定 */
  }
  #print_preview{
    display: block;
  }
  .u_print_off{
    display: none;
  }
  .l_timetable{
    width: 20cm;
    max-width: 98%;
    margin: 0 auto;
    border: 1px solid var(--main_color);
    border-top: 5px solid var(--main_color);
    box-shadow: none;
  }
  .c_ttl_type02{
    margin-bottom: 30px!important;
    gap: 2px;
  }
  .c_ttl_type02 img{
    width: 60%;
  }
  .c_day_header{
    display: flex;
  }

  /*

  .c_table_line tr td {
    height: 91px;
  }
  .c_ses { height: calc(129px * 0.70); }
  .c_ses.is3h { height: calc(789px * 0.73); }
  .c_ses.is1h { height: calc(260px * 0.73); }
  .c_ses.is1h30m { height: calc(392px * 0.70); }
  .c_ses.is2h15m { height: calc(540px * 0.73); }
  .c_time {
    margin-bottom: 228px;
  }
  .l_time {
    padding-top: 76px;
  } */
   /* .l_timetable{
    transform: scale(40%);
   } */
}