@charset "utf-8";

.movie_list_area{width:50%;}
.movie_list {width:100%;}
.youtube {position: relative; width: 100%; padding-bottom: 56.25%;}
.youtube iframe { position: absolute; width: 100%; height: 100%; }


@media (max-width:960px) {
    .movie_list_area {width:100%; float:none; margin-top:0px;}
}