@charset "utf-8";

/*page_movie
************************************************************************************/
.menuMovie{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
}
.menuMovie .box{
	width: 49%;
	margin: 0 0.5% 10px 0.5%;
}
.menuMovie .box .movie_ttl{
	margin: 5px 0;
	color: #002f7d;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.youtube{
	text-align: center;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	margin: 20px auto;
	height: 0;
	overflow: hidden;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
.menuMovie .box{
	width: 99%;
	margin: 0 0.5% 10px 0.5%;
}
}


