@charset "UTF-8";


/*common
---------------------------------------------------------- */
html,
body {
	background-color: #ffffff;
}


/*movie_block
---------------------------------------------------------- */

.movie_block {
	width: 640px;
	margin: 0 auto;
	height: auto;
}

@media only screen and (min-width: 767px) {
	
	.movie_block {
		position:relative;
		width:100%;
		height: auto;
		padding-top:50%;
	}
	
	.video-js {
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:auto;
	}

}

