<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


@media screen and (max-width:480px){/*画面幅が480pxまでの時*/
#index_row{
	width: 320px;
	margin: 0 auto;
	background: url(../img/movie/index_movie.png) no-repeat center center;
	background-size: 100% auto;
}



#movie_area{
	width: 320px;
	height: 2200px;
}


}</pre></body></html>