@charset "UTF-8";

/* story */
.area-story{
  margin-top: 200px;
}

.list-story{
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 123.1%;
}

.list-story li{
  position: relative;
  float: left;
  margin: 0 10px 80px 6px;
  padding: 0;
  display: block;
  height: 140px;
  width: 240px;
  text-align: center;
}

.list-story li img{
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  border:3px solid #fff;
  behavior: url("/js/vendor/PIE.htc");
}

  .list-story h3{
    margin: 0;
    padding: 10px 0 0 0;
    padding: 5px 0 0 25px;
    background: url(/img/common/icon-sercle_bl.png) 0 8px no-repeat;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0px 1px 0px #fed900;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-story p{
    margin-top: 5px;
    padding: 2px 0 5px;
    font-size: 85%;
    height: 15px;
    border:1px solid #aaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fed900;
    border-radius: 10px;
    behavior: url("/js/vendor/PIE.htc");
  }


/*---- second -----*/

/* main */
#area-main {
  float: left;
  margin : 0;
  padding-right: 20px;
  width: 430px;
}
#area-pict{
  float: left;
  margin: 20px 0 30px;
  padding: 0;
  width: 570px;
}
#story-pict{
  margin: 0;
  padding: 0;
  width: 570px;
}
.area-story article {
  clear: both;
  margin-bottom:  50px;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom:3px dashed #fff;
}

.sub-title {
    padding: 0;
    color: #333 !important;
    font-size: 50px !important;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 0.8;
    letter-spacing: 5px;
    text-shadow: 0px 2px 0px #d0ad00;
    text-align: center;
    behavior: url("/js/vendor/PIE.htc");
}

.number{
  margin-bottom: 10px;
  padding: 0;
  font-size: 167%;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: .5;
  letter-spacing: 5px;
  text-shadow: 0px 2px 0px #d0ad00;
  behavior: url("/js/vendor/PIE.htc");
}

  .area-story h4{
    padding: 0;
    font-size: 182%;
    font-weight: normal;
    letter-spacing: 5px;
    color: #fed900;
    text-shadow: 0px 2px 0px #666;
    behavior: url("/js/vendor/PIE.htc");
  }
  .area-story h5{
    margin-top: 30px;
    padding: 5px 0 0 25px;
    font-size: 131%;
    font-weight: normal;
    letter-spacing: 5px;
    color: #fed900;
    text-shadow: 0px 2px 0px #666;        
    background: url(/img/common/icon-sercle_ye.png) 0 8px no-repeat;
  }


.story-text{
  margin: 20px 0;
  padding: 10px;
  border:1px solid #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/js/vendor/PIE.htc");
  font-size: 116%;
  line-height: 1.4;
} 

.staff-list{
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}

.staff-list li{
  float: left;
  margin-bottom: 5px;
  padding-left:25px;
  background: url(../img/common/icon-star.png) 0 0 no-repeat;
  min-width: 150px;
}

.thumb-movie {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.thumb-movie img{
  display: block;
  height: 140px;
  width: 240px;
  border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -3px #000;
  -moz-box-shadow: 0px 0px 10px -3px #000;
  box-shadow: 0px 0px 10px -3px #000;
  behavior: url("/js/vendor/PIE.htc");
}
  .play{
    display: block;
    height: 180px;
    width: 240px;
    position: absolute;
    top: -10px;
    left: 3px;
    background: url(/movie/img/bt-play.png) 0 0 no-repeat;
  }