#onair {
  position: relative;
  min-height: 1470px;
  background: url(../../../core_sys/images/main/top/onair_bgchara.jpg)no-repeat top center;
}


/* 背景
#onair .bg_layer{
background: url(../../../core_sys/images/main/top/onair_bgframe.jpg)no-repeat center;
}

.onair__chara {
  background: url(../../../core_sys/images/main/top/onair_bgchara.jpg)no-repeat top center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
*/

#onair p {
  text-align: center;
}


/* 放送情報 */

.onair_table {
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

.onair_table tr td:first-child {
  text-align: right;
}

.onair_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 625px;
  margin: auto;
  margin-top: 15px;
}

.onair_list li {
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  text-align: center;
  font-size: 26px;
  background: url(../../../core_sys/images/main/top/onair_frame.png)no-repeat center;
  margin-bottom: 15px;
  position: relative;
  /* margin:0 15px 15px; */
}


/* リンクを入れるときに消す
.onair_list li{
  pointer-events:none;
}
 */

.onair_list li a:hover {
  text-decoration: none;
}

.onair_list li::before {
  opacity: 0;
  content: "";
  background: url(../../../core_sys/images/main/top/onair_hover.png)no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
  pointer-events: none;
}

.onair_list li:hover::before {
  opacity: 1;
}

.onair_list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
}