@charset "UTF-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

#topics {
  width: 700px;
  height: 80px;
  margin-left: 200px;
  padding: 10px 50px;
  font-size: 83%;
}
  #topics li {
    float: left;
    width: 335px;
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(/img/arrow.png) no-repeat 0 center;
  }
#onairDesc {
  height: 166px;
  margin: 0 100px;
  padding: 115px 10px 20px;
}
  #onairDesc p {
    font-size: 167%;
    line-height: 1.5em;
  }
  #onairDesc span {
    display: block;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 75%;
    font-family: 'Quattrocento Sans', sans-serif;
  }
#onairArea {
  margin: 0 100px;
}
  #onairArea h3 {
    padding-bottom: 29px;
    text-align: center;
  }
.onairList {}
  .onairList dt, .onairList dd {
    float: left;
    border-bottom: 1px #fff dotted;
    line-height: 49px;
  }
  .onairList dt {
    padding-left: 20px;
    width: 180px;
  }
    .onairList dt a {
      padding-right: 20px;
      background: url(/img/blankIcon.png) no-repeat right 5px;
    }
  .onairList dd {
    position: relative;
    width: 600px;
  }
  .onairList dt.first { width: 190px; padding-left: 10px; }
  .onairList .first {
    border-top: 3px #fff solid;
    line-height: 46px;
  }
  .onairList .last {
    border-bottom: 3px #fff solid;
    line-height: 47px;
  }
  .change {
    position: absolute;
    left: 0px;
    padding-left: 230px;
    color: #ff3333;
    font-size: 117%;
  }