@charset "utf-8";
.expand-child{
  padding-top: 60px;
}
@media (max-width: 767px){
  .expand-child{padding: 30px 15px;}
}
.table1 th,
.table1 td{
  font-family:'font_name_W3', 'FP-ヒラギノUD角ゴ StdN W3';
  font-size: 18px;
  border: 1px solid #ccc;
}
.table1 td.nobr{ border-right:0;}
.table1 td.nobl{ border-left:0;}

.table1 tr.tr-month td{width:8.3%;}

@media (max-width: 767px){
  .table1{
    margin-bottom: 1em;
  }
  .table1 th,
  .table1 td{
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .table1 th,
  .table1 td{
    font-size: 11px;
  }
}
.table1 td{
  background: #f9f9f9;
}
.table1 th:nth-of-type(2n+1){
  background: #fefefe;
}
.table1 th:nth-of-type(2n),
.table1 tr td.bgc-gef{
  background: #efefef;
}
