@charset "UTF-8";

/* ========================================
	Header
======================================== */
header {
	width: 100%;
	background: #000;
}
header ul {
	display: table;
	width: 100%;
	z-index: 100;
}
header li {
	display: table-cell;
	width: 50%;
}
header .nintendo {
	text-align: left;
}
header .wiiu {
	text-align: right;
}

/* ========================================
	Nav
======================================== */
nav {
	width: 100%;
}
nav img {
	width: 100%;
	height: auto;
}

/* ========================================
	Footer
======================================== */
footer {
	width: 100%;
	max-height: 69px;
	padding: 0 0 10px;
	background: url('../common/bg_footer.png') repeat-x center top;
	background-size: 320px 79px;
	text-align: center;
	font-size: 11px;
}
footer .footer-link {
	padding: 16px 0px 7px;
}
footer .copyright {
	line-height: 1.7;
}

/* ========================================
	Movie
======================================== */
body#movie {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0;
	padding: 0 0 30px;
	text-align: center;
}
#close {
	margin: 15px 0 0;
}
.movie-wrap {
	position: relative;
    width: 100%;
}
.movie-inner iframe,
.movie-inner img {
    position: absolute;
    top: 0;
    left: 5.9375%;
    width: 87.5%;
    height: 87.5%;
}