@charset "utf-8";
#movie {
	margin-bottom: 20px;
}

#movie .heading {
	font-size: 2em;
	font-weight: bold;
}

@media screen and ( min-width:521px ){ /* tablet&PC */
#movie {
	margin-top: 20px;
}
	
#movie video {
	width: 60%;
}

}

@media screen and ( max-width:520px ){/* SP */
#movie .heading {
	font-size: 1.5em;
}
	
#movie video {
	width: 100%;
}
		
}