@charset "UTF-8";

/* movie */
.area-movie{
  margin-top: 200px;
  color: #fff;
}

.list-movie{
  margin:0;
  padding:0;
  font-size: 123.1%;
}
  .list-movie li{
    position:relative;
    float:left;
    margin: 0 0 20px 20px ;
    display: block;
    width: 240px;
  }
  .list-movie li img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 3px #000;
    -moz-box-shadow: 0px 0px 20px 3px #000;
    box-shadow: 0px 0px 20px 3px #000;
    behavior: url("/js/vendor/PIE.htc");
  }
  .list-movie h3{
    font-size: 96%;
    margin: 0;
    padding: 5px 0 0 25px;
    background: url(../img/common/icon-sercle_ye.png) 0 8px no-repeat;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    letter-spacing: 3px;
    text-shadow: 0px 1px 0px #fed900;
    behavior: url("/js/vendor/PIE.htc");
  }

  .play{
    display: block;
    height: 140px;
    width: 240px;
    position: absolute;
    top: -16px;
    left: 0px;
    background: url(../movie/img/bt-play.png) 0 0 no-repeat;
  }