@charset "utf-8";
/* CSS Document */

.movieArea {
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 70px;
}
.movieArea div {
	flex: 0 1 50%;
	text-align: center;
}
.movieArea .movieTitle {
	text-align: center;
	margin-bottom: 10px;
}
.movieArea .movie {
	background: url(../images/movie/bg_movie.png) no-repeat center center;
	height: 230px;
	margin: 0 0 40px 0;
}
.movieArea .movie iframe {
	padding-top: 8px;
}
