@charset "UTF-8";
.onair {
  text-align: center;
}

.onair .area_box {
  margin-top: 20px;
  padding-bottom: 45px;
  line-height: 1.4;
}

.onair .area_box a:hover {
  text-decoration: underline;
}

.onair .area_box .area_box_title {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.onair .area_box table {
  width: 100%;
  margin: 20px 0;
}

.onair .area_box table tr th {
  padding: 12px 10px;
  background-color: rgba(20, 29, 71, .85);
  color: #fff;
  font-size: 12px;
  text-align: left;

  border-bottom: 0;
}

.onair .area_box table tr th:nth-child(1) {
  width: 25%;
}

.onair .area_box table tr td {
  padding: 15px 10px;
  font-size: 12px;
  text-align: left;

  border-bottom: 1px solid rgba(192, 190, 194, .5);
}

.onair .area_box table tr .mid {
  width: 25%;
}
