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

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

	img{
		width:100%;
		height:auto;
	}
	
	#gaiyo_movie{
		background-image:url(../images/bg_wasi.png);
	}
	
	#movie{
		background-color:#000;
		width:100%;
	}
	
	#content{
		width:100%;
		background-color:#FFFFFF;
	}

}