@charset "utf-8";

.cmTitle{
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	margin-bottom: 10px;
	font-weight:bold;
}

.cmMovie{
	text-align: center;
	margin: 0 auto 1em auto;
}

.cmComment{
	font-size: 95%;
	margin-bottom: 3em;
}

@media screen and (min-width: 751px){
	.cmMovie iframe{
		width:700px;
		height:394px;
	}
}


@media screen and (max-width: 750px){
	.cmMovie iframe{
		width: 100% !important;
		height:100% !important;
		min-height:265px;

	}

}