@charset "shift_jis";
html,
body {
	height: 100%;
}

/* ========================================
	common
======================================== */
body {
	background-color: #023351;
}

.inner {
	margin: 0 auto;
	width: 960px;
}

.disnon {
	display: none;
}

.height100 {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* ========================================
	#header-logo
======================================== */
#header-logo {
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 20;
	overflow: hidden;
}

#header-logo .nintendo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#header-logo .wiiu {
	position: absolute;
	top: 20px;
	right: 20px;
}


/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;
	background: url(../common/bg.jpg) center top repeat;
	overflow: hidden;
}

#bg-ttl {
	background: url(../common/bg_ttl.png) center 0 no-repeat;
}

#bg-ice {
	/*position: absolute;
	top: 0;
	width: 100%;*/
	background: url(../common/bg_ice.png) center 0 repeat-y;
}



#icicle {
	height: 76px;
	top: 0;
	left: 50%;
	margin-left: -556px;
	z-index: 10;
	position: absolute;
}

#icicle.icicle-fix {
	position: fixed;
}

#container {
	margin: 0 auto ;
	/*padding-bottom: 234px;*/
	width: 960px;
	position: relative;
}

#container .ttl {
	padding: 45px 0 0 0;
	text-align: center;
}


/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	width: 100%;
	background: url(../common/bg_foot.png) center 77px repeat-x;
	z-index: 100;
	position: relative;
}

#footer.foot-fix {
	position: fixed !important;
	position: absolute;
	bottom: 0;
}

#footer02 {
	background: url(../common/bg_foot02.png) center 158px repeat-x;
}


#footer .inner {
	position: relative;
	padding-top: 12px;
}

#gnavi {
	height: 200px;
}

#gnavi .gnavi-logo {
	position: absolute;
	top: 53px;
	left: 1px;
}

#gnavi .gnavi01 {
	position: absolute;
	top: 25px;
	left: 234px;
}

#gnavi .gnavi02 {
	position: absolute;
	top: 25px;
	left: 365px;
}

#gnavi .gnavi03 {
	position: absolute;
	top: 25px;
	left: 505px;
}

#gnavi .gnavi04 {
	position: absolute;
	top: 25px;
	left: 639px;
}

#gnavi .gnavi05 {
	position: absolute;
	top: 25px;
	left: 774px;
}

#footer .foot-navi {
	margin: 0 auto;
	width: 232px;
	position: relative;
	top: -10px;
}

#footer .foot-navi li {
	float: left;
	width: 116px;
}

#footer .pagetop {
	position: absolute;
	top: 110px;
	right: 0;
}

/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




