@charset "utf-8";

/* ------------------------------ charaList ------------------------------ */

#moviePage{
    background: url(../img/movie/bg_movie.jpg) no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

/* ------------------------------ charaDetail ------------------------------ */

.movieStyle dl{
    float:left;
    margin-right:20px;
    margin-bottom:30px;
}

.movieStyle dt{
    width:230px;
    height:130px;
    overflow:hidden;
    border:1px solid #FFFFFF;
    margin-bottom:10px;
}

.movieStyle dd{
    font-size:14px;
}

.movieStyle h2{
    margin-bottom:30px;
}
