@charset "UTF-8";
/* CSS Document */

.movie_main {
	width:1000px;
	margin:0 auto;
}

.iframe-content {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.close {
	width:200px;
	margin:50px auto;
	text-align:center;
	border:1px solid #999;
}
.close a {
	display:inline-block;
	width:100%;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:30px;
	line-height:3.0rem;/* =18px */
	font-weight:normal;
}


@media screen and ( max-width:768px ) {
	.movie_main {
		width:100%;
		margin:0 auto;
	}
}

@media screen and ( max-width:414px ) {
}
