@charset "utf-8";

@import "../../../../files/css/layout.css";


@media screen and (max-width: 480px) {
}

html,body {
    height: 100%;
}
body {
    background: #fff url(../img/bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*-------------------------------------------------------------------------
	Movie
/*-----------------------------------------------------------------------*/

h1 {
    padding-top: 8%;
}

#movie {
	position: relative;
	padding-bottom : 56.25%;
}
#movie iframe {
    background: url(../../../../files/img/common/movie/txt.png) no-repeat center #000;
    background-size: 80%;
    border-top: solid #fff 8px;
    border-bottom: solid #fff 8px;
	position: absolute;
	top: 8%;
	left: 0;
	width: 100%;
	height: 100%;
}
#close {
    width: 71.25%;
    margin: 0 auto;
    padding-top: 20%;
}
.iphone .movie iframe,
.android .movie iframe {
    background: none;
}