@charset "UTF-8";
/* ページタイトル -------------------------------------------*/
#gekijoSchedule #pageTitle h2 {
  color: #0094da;
}

/* Schedule ---------------------------------------------------*/
#gekijoSchedule {
  font-feature-settings: "palt";
}
#gekijoSchedule table {
  width: 94%;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
#gekijoSchedule table tr.hd th {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 7px;
  background: #0094da;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 640px) {
  #gekijoSchedule table tr.hd th {
    padding: 7px;
    border: none;
  }
}
#gekijoSchedule table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  border-bottom: 1px dotted #666;
}
@media print, screen and (min-width: 640px) {
  #gekijoSchedule table td {
    padding: 7px;
  }
}
#gekijoSchedule table td.name {
  font-weight: bold;
  text-align: left;
  white-space: normal;
  padding: 7px;
}
#gekijoSchedule table td.btn {
  vertical-align: middle;
}
#gekijoSchedule table td.btn img {
  width: 31px;
  height: auto;
}
#gekijoSchedule table td.dead {
  vertical-align: middle;
  white-space: normal;
}

/*# sourceMappingURL=schedule.css.map */
