@charset "utf-8";

.btn._btn_wide {
  width: auto;
  background: none;
  margin: 1em auto;
}
table td.checked {
  background:#ffcccc !important;
  font-weight:bold;
}
table td label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:underline;
  color:#0000ff;
  cursor:pointer;
  height: 100%;
  padding: 10px;
}
table td span.closed { text-decoration:none; color:#999;}
table td.checked label {
  text-decoration:none;
  color:#ff0000;
  height: 100%;
  display: flex;
  align-items: center;
}
/*table td.hover { background-color:#ff99ff; }*/
table td input[type="checkbox"] {
  display:none;
}
.tr-selected { background-color:#fcc; }

.errorTextBox {
  box-sizing:border-box;
  background:#f33;
  color:#fff;
  width:100%;
  padding:1em;
  margin-top:1em;
  margin-bottom:1em;
}
table tr td span {
  display:block;
  min-height:1.7em;
}
section.anchor-btn {
  margin-top: 20px;
}
section.anchor-btn ul li {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
section.anchor-btn a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 20px 5px 40px;
  position: relative;
  z-index: 100;
  text-align:left;
  background: #6fbbd8;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-decoration:none;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
section.anchor-btn a:hover {
  opacity: 0.7;
}
section.anchor-btn a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}
section.anchor-btn a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #6fbbd8;
}
section.anchor-btn a:hover:after {
  background: #6fbbd8;
}
@media screen and (min-width:0px) and (max-width:767px) {
  section.anchor-btn ul li {
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
  }
  section.anchor-btn a {
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 20px 2px 40px;
    position: relative;
    z-index: 100;
    text-align:left;
    background: #6fbbd8;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-decoration:none;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
  }
}

.timetable__table table.__weekly {
  min-width: 500px;
}
.timetable__table table.__weekly tr:nth-child(2) th:nth-of-type(2n+1) {
  min-width: 46px;
}
.timetable__table table.__weekly tr:nth-child(2) th:nth-of-type(2n) {
  min-width: 92px;
}
.timetable__table table.__weekly td {
  text-align: center;
}

.timetable__table table.__weekly tr:nth-child(1) th:first-child {
  width: 20px;
}
@media screen and (min-width: 835px) {
  .timetable__table table.__weekly tr:nth-child(1) th:first-child {
    min-width: 50px;
  }
}
.timetable__table table.__weekly tr:nth-child(1) th:nth-of-type(2),
.timetable__table table.__weekly tr:nth-child(1) th:nth-of-type(3) {
  min-width: 60px;
}
@media screen and (min-width: 835px) {
  .timetable__table table.__weekly tr:nth-child(2) th:nth-of-type(2n+1) {
    min-width: auto;
  }
  .timetable__table table.__weekly tr:nth-child(2) th:nth-of-type(2n) {
    min-width: auto;
  }
  .timetable__table table.__weekly tr:nth-child(1) th:nth-of-type(2),
  .timetable__table table.__weekly tr:nth-child(1) th:nth-of-type(3) {
    width: 7%;
  }
  .timetable__table table.__weekly tr:nth-child(2) th:nth-child(2n+1) {
    width: 6%;
  }
  .timetable__table table.__weekly tr:nth-child(2) th:nth-child(2n) {
    width: calc(50% / 6 );
  }
}

.timetable__table table.__weekly td:nth-last-child(1),
.timetable__table table.__weekly td:nth-last-child(2),
.timetable__table table.__weekly td:nth-last-child(3),
.timetable__table table.__weekly td:nth-last-child(4),
.timetable__table table.__weekly td:nth-last-child(5),
.timetable__table table.__weekly td:nth-last-child(6),
.timetable__table table.__weekly td:nth-last-child(7),
.timetable__table table.__weekly td:nth-last-child(8),
.timetable__table table.__weekly td:nth-last-child(9),
.timetable__table table.__weekly td:nth-last-child(10),
.timetable__table table.__weekly td:nth-last-child(11),
.timetable__table table.__weekly td:nth-last-child(12) {
  text-align: left;
  padding: 0;
  border-left: 1px solid #9c9c9c !important;
  font-size: 80%;
}
.timetable__table table.__weekly td:nth-last-child(2),
.timetable__table table.__weekly td:nth-last-child(4),
.timetable__table table.__weekly td:nth-last-child(6),
.timetable__table table.__weekly td:nth-last-child(8),
.timetable__table table.__weekly td:nth-last-child(10),
.timetable__table table.__weekly td:nth-last-child(12) {
  padding: 0.5em;
  text-align: center;
  font-size: 80%;
}



.timetable__table table.__term td:nth-last-child(1) {
  padding: 2px;
}
.timetable__table table.__term td:nth-last-child(2) {
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .timetable__table table.__term td:nth-last-child(1), .timetable__table table.__term td:nth-last-child(2) {
    text-align: center;
    padding: 2px 0;
  }
}


.timetable__table table.__daily td:nth-last-child(1) {
  padding: 2px;
}
.timetable__table table.__daily td:nth-last-child(2) {
  padding: 10px;
  text-align: center;
}
.timetable__table table tr:nth-child(1) th:first-child {
  width: 60px;
}
@media screen and (min-width: 835px) {
  .timetable__table table tr:nth-child(1) th:first-child {
    width: 110px;
  }
}
@media screen and (min-width: 835px) {
  .timetable__table table.__daily td:nth-last-child(1), .timetable__table table.__daily td:nth-last-child(2) {
    text-align: center;
    padding: 2px 0;
  }
}
.timetable__table table.__daily tr._row_spanned td:first-child {
  border-left: 1px solid #9c9c9c;
}




.timetable__table__secondary table td, .timetable__table__secondary table th {
  padding: 5px 0;
}

.timetable__table__secondary table tr._head th {
  padding: 5px 0;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table tr._head2 td {
    font-size: 14px;
    padding: 16px 0;
  }
}
.timetable__table__secondary table tr._data td:nth-of-type(1),
.timetable__table__secondary table tr._data td:nth-of-type(2) {
  background: #dcf4ff !important;
}
.timetable__table__secondary table tr._data td {
  background: #FFF;
}

