.day {
    width: 94.6%;
    max-width: 1000px;
    margin: 70px auto 0;
    font-size: 14px;
    line-height: 1.2rem;
    text-align: right;
}

.onair_table {
  position: relative;
  max-width: 1000px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 10px;
}

.onair_table:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-bottom: 1px solid #545454;
  border-left: 1px solid #545454;
  border-right: 1px solid #545454;
}

.onair_table a {
  color: #fff;
}

.onair_table a:hover {
  color: #f4e101;
}

.onair_table table {
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.onair_table table tr br {
  display: none;
}

.onair_table table th {
  padding: 10px 10px;
  background-color: #f4e101;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
  line-height: 1.5;

  border-right: 1px solid #d5c939;
}

.onair_table table th:last-child {
  border-right: 1px solid #f4e101;
}

.onair_table table td {
  padding: 13px 10px;
  border: 1px solid #545454;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
}

.onair_att {
  width: 1000px;
  margin: 20px auto 50px;
  color: #f4e101;
  font-size: 15px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .day {
    margin: 30px auto 0;
    font-size: 12px;
  }
  .onair_table {
    width: 94.6%;
    margin-top: 8px;
    border-radius: 5px;
  }
  .onair_table:after {
    width: 99.7%;
    height: 5px;
    border-radius: 0 0 5px 5px;
  }
  .onair_table table {
    border-radius: 5px;
  }
  .onair_table table tr br {
    display: block;
  }
  .onair_table table th {
    padding: 9px 4px;
    font-size: 14px;
    line-height: 1.2;
  }
  .onair_table table td {
    padding: 10px 4px;
    border: 1px solid #545454;
    font-size: 12px;
    line-height: 1.3;
  }
  .onair_att {
    width: 94.6%;
    margin: 15px auto 50px;
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: -.03em;
  }
}

.red{color:#da0728;}