@charset "UTF-8";

/*-------------------------------------------------------------------
	initial set
---------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
img {
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic;
}
h1,h2,p,dl,dt,dd,ul,li{
	margin: 0;
	padding: 0;
	line-height: 0.01;
	font-size: 0;
}
ul,li{
	list-style: none;
}


.content{
	background:#1a3753 url(../img/bg.jpg) 50% 0 no-repeat;
	min-width: 960px;
}
@media screen and (min-width: 1281px) {
  .content{
  	width: 100%;
  	-webkit-background-size: cover;
  	        background-size: cover;
  }
}

.main{
	width: 100%;
	min-width: 960px;
	height: 800px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.main__nintendo{
	position: absolute;
	left: 16px;
	top: 28px;
}
.main__capcon{
	position: absolute;
	left: 128px;
	top: 28px;
}
.main__3ds{
	position: absolute;
	right: 10px;
	top: 17px;
}
.main__img{
	width: 1280px;
	position: absolute;
	margin-left: -640px;
	top: 23px;
	left: 50%;
}
.main__date{
	position: absolute;
	margin-left: -345px;
	top: 700px;
	left: 50%;
}

.body{
	width: 960px;
	margin: 0 auto;
	height: 450px;
	position: relative;
}

.body img{
	vertical-align: bottom;
}

.body__pkg{
	position: absolute;
	left: 93px;
	top: 5px;
}
.body__ac{
	position: absolute;
	left: 105px;
	top: 197px;
}
.body__setinfo{
	position: absolute;
	left: 436px;
	top: 0;
}
.body__official{
	position: absolute;
	left: 50%;
	margin-left: -330px;
	top: 310px;
}
.body__official a{
	width: 670px;
	height: 93px;
	position: relative;
}
.body__official a:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 670px;
	height: 93px;
	background: url(../img/btn_official_ov.png) 0 0 no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.body__official a img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.body__official a:hover:after{
	opacity: 1;
	filter: alpha(opacity=100);
}

.setinfo{
	width: 447px;
	height: 277px;
	position: relative;
	background: url(../img/set_bg.png) 0 0 no-repeat;
}

.setinfo__title{
	position: absolute;
	left: 191px;
	top: 15px;
	line-height: 0.01%;
	font-size: 0.01%;
}

.setinfo__text{
	position: absolute;
	left: 44px;
	top: 68px;
}

.setinfo__note{
	position: absolute;
	left: 42px;
	top: 239px;
	line-height: 0.01%;
	font-size: 0.01%;
}

.contentfooter{
	width: 100%;
	height: 36px;
	position: relative;
	background: url(../img/footer_bg.png) 0 0 repeat-x;
	text-align: center;
}

.contentfooter__link{
	position: absolute;
	left: 14px;
	top: 10px;
	text-align: left;
}

.contentfooter__link li{
	display: inline-block;
	vertical-align: top;
	height: 18px;
}
.contentfooter__link li:first-child:after{
	content: "";
	width: 1px;
	height: 10px;
	line-height: 10px;
	display: inline-block;
	background: #FFF;
	vertical-align: top;
	margin: 4px 10px 0 10px;
}
.contentfooter__pagetop{
	position: absolute;
	right: 14px;
	top: 10px;
	text-align: right;
}

.contentfooter__copyright{
	color: #FFF;
	font-size: 11px;
	line-height: 1.2;
	font-family: verdana, Sans-Serif;
	padding:12px 0 0 0;
}
.contentfooter__copyright span{
}
.contentfooter__copyright span:first-child{
	padding: 0 15px 0 70px;
}

.contentfooter a{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contentfooter a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
