@charset "UTF-8";

/* left-area */
.left-area {
  float: left;
  margin: 0;
  padding-bottom: 32px;
  width: 320px;
  min-height: 1000px;
}
.list-bnr {
  margin-bottom: 32px;
}


/* right-area */
.right-area {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 ;
  width: 680px;
  height: 984px;
  background: url(../img/index/key.jpg) 0 0 no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url("/js/vendor/PIE.htc");
}
.fade li {display: none;}

  .text-catch,
  .text-onair{
      position: absolute;
  }

  .text-catch{
      top: 40px;
      right: 20px;
      z-index: 10;
  }
  .text-onair{
      top: 520px;
      left: 15px;
      z-index: 10;
  }