@charset "UTF-8";


body {
	background-color: #f5f5f5;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}

section {
	background-color: #ffffff;
	padding: 15px 0;
	margin: 15px 0;
}


.movie {
    position:relative;
	width: 768px;
    max-width: 70%;
    height: 0;
	margin: auto;
    padding-top: 25%;
}
.movie iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

