@charset "utf-8";

/**youtube動画*****************/
div.movie{ text-align:center; border:1px solid #EEEEEE; background-color:#FFFFFF; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3); padding:12px; width:60%; margin:12px auto 30px;}
div.movie p{margin:0; padding:0; font-size:0.85em;}

.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; margin-bottom:8px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:684px) {
div.movie{float:none; width:90%; margin:18px auto 60px;}
}
/******************/

