.clearfix:after{content:'';display:block;clear:both;height:0;}
.clearfix{/zoom:1;}

html, body	{
	height: 100%;
	overflow: auto;
}

html {
	background: url(../img/bgDot.png);
}

body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	color: #555;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	outline: none;
}

p {
	margin: 0;
	padding: 0;
	font-size: 0.01%;
	line-height: 0;
}

#wrap {
	background: url(../img/illust.png) no-repeat 50% 0;
	margin: 0;
	width: 100%;
	max-width: 2200px;
	height: 768px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -384px;
	z-index: 2;
	text-align: center;
}

#wrap .textThankYou {
	margin: 72px auto 0;
		width: 535px;
		height: 142px;
}

#wrap .btnTop a {
	display: block;
	width: 384px;
	height: 77px;
	background: url(../img/btnTop.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 433px auto 0;
}

#wrap .btnTop a:hover {
	background-position: 0 -77px;
}

#bgwrap {
	background: linear-gradient(180deg, rgba(0, 106, 180, 1) 50%, rgba(95, 182, 48, 1) 50%);
	margin: 0;
	width: 100%;
	max-width: 2200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#hdr {
	margin: 0;
	width: 100%;
	max-width: 2200px;
	height: 100px;
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
}

#hdr .logoNintendo {
	position: absolute;
	left: 30px;
	top: 20px;
}

#hdr .logo_container {
	background-color: #e60012;
    width: 145px;
    height: 60px; 
}

#hdr .logoNintendoNetwork {
	position: absolute;
	right: 25px;
	top: 25px;
}

#ftr {
	margin: 0;
	width: 100%;
	max-width: 2200px;
	height: 27px;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid #fff;
	padding-top: 2px;
}

.ftrURL {
	float: left;
	margin-left: 15px;
}

.ftrCopyright {
	float: right;
	margin-right: 15px;
}

@media screen and (min-width: 2200px) {
    #wrap, #bgwrap  {
		left: 50%;
		margin-left: -1100px;
    }
}
@media screen and (max-height: 768px) {
    #wrap, #bgwrap  {
		top: 0;
		margin-top: 0;
    }

	#ftr {
		top: 737px;
		bottom: auto;
	}
}
@media screen and (min-device-width : 320px)
  and (max-device-width : 480px){
	html {
		background: none;
		background-color: #5fb530;
	}
	#hdr .logoNintendo {
		position: absolute;
		left: 12px;
		top: 15px;
		width: 60px;
		height: 15px;
	}
	#hdr .logo_container {
		background-color: #e60012;
		width: 88px;
		height: 45px; 
	}
	#hdr .logoNintendoNetwork {
		position: absolute;
		right: 10px;
		top: 12px;
		width: 30px;
		height: 39px;
	}
	#wrap .textThankYou {
		margin: 77px auto 0;
		width: 290px;
		height: 77px;
	}	
	#wrap {
		-webkit-background-size: 860px 300px;
		background-position: 49% 95px;
		min-height: auto;
		height: 450px;
		overflow: hidden;
	}	
	#wrap .btnTop a {
		width: 250px;
		height: 50px;
		margin: 210px auto 0;
		background: url(../img/btnTop_2x.png) no-repeat 0 0;
		-webkit-background-size: 250px 101px;
	}
	
	#wrap .btnTop a:hover {
		background-position: 0 -50px;
	}

	#ftr {
		top: auto;
		bottom: 0;
		height: 22px;
	}

	#ftr .ftrURL {
		margin-left: 10px;
		width: 97px;
		height: 20px;
	}
	
	#ftr .ftrCopyright {
		margin-right: 10px;
		width: 50px;
		height: 20px;
	}
}
@media only screen and (min-device-width : 320px)
  and (max-device-width : 480px)
  {
	#ftr {
		top: auto;
		bottom: 0px;
	}
}