@charset "utf-8";
/* WORKS CSS */

#movie {
	text-align: center;
}


.bumon {
	margin-left:24%;
	
}
.photo_right {
	position:relative;
	max-width:100%;
	margin:0;
	padding:0;
}
.photo_right span {
	position:relative;
	display:block;
	margin-top:0px;
	padding-bottom:30.56%;
	max-width:100%;
	height:0;
	overflow:hidden;
}
.photo_right span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 768px) {
	#movie img {
		max-width:100%;
		height:auto;
	}
	.bumon {
		margin-left:7.5%;
		
	}
}