@charset "UTF-8";

/* onair */
.area-onair{
  position:relative;
  overflow:hidden;
  margin-top: 200px;
}

.area-onair h3{
  margin: 0 auto 50px auto;
  text-align: center;
}
.list-onair{
  position:relative;
  left:50%;
  float:left;
  margin-bottom:40px;
  padding:0;
  font-size: 123.1%;
}
  .list-onair li{
    position:relative;
    left:-50%;
    float:left;
    margin-left: 20px;
    width: 190px;
    text-align: center;
    border:4px solid #111;
    height: 150px;
  }
  .list-onair h4{
    margin: 40px auto 0 auto;
    padding: 0 23px 10px;
    background: url(../img/common/icon-star.png) 15px 3px no-repeat;
    font-size: 153.9%;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W2", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1;
    letter-spacing: 5px;
    text-shadow: 0px 2px 0px #fed900;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-onair span{
    font-size: 12px;
    color: #c00;
  }

.attention {
  clear: both;
  margin-bottom: 20px;  
  padding: 0 auto;
  text-align: center;
}


.list-video{
  position:relative;
  left:50%;
  float:left;
  margin: 40px auto 20px auto;
  padding:0;
  font-size: 123.1%;
}
  .list-video li{
    position:relative;
    left:-50%;
    float:left;
    margin: 0 0 20px 20px;
    width: 190px;
    text-align: center;
    border:4px solid #111;
    height: 150px;
  }
  .list-video h4{
    margin: 40px auto 0 auto;
    padding: 0 10px 10px;
    background: url(../img/common/icon-star.png) 10px 0 no-repeat;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 0px 2px 0px #fed900;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-video h4 span{
    margin-top: 10px;
    font-weight: normal;
    font-size: 9px;
  }