@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background-color:#51abca;
}
html, body {
	height:100%;
	min-height:100%;
	width:100%;
	min-width:980px;
}
ul li {
	list-style: none;
}
p, li, dt, dl {
	line-height: 1.0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:focus {
}
.clearfix:after {
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	display: none;
}

/*HEADER*/
#header{
	position: relative;
	width: 100%;
	min-width: 970px;
	height: 52px;
	background-color: #ffffff;
	border-bottom: solid 1px #e0e0e0;
}
#header p,
#header li{
	position: absolute;
}
#header .logo_nintendo{
	top: 16px;
	left: 19px;
}
#header .logo_wiiu{
	top: 10px;
	right: 186px;
	width: 122px;
	height: 29px;
	border-right: 1px solid #9fa0a0;
}
#header .logo_3ds{
	top: 15px;
	right: 18px;
}
/*
sns
*/
.sns{
	overflow:hidden;
	font-size:0px;
	margin-bottom:115px;
}
.sns li{
	display:inline-block;
	width:50%;
	font-size:13px;
}
.sns li.tw{
	text-align:right;
	padding-right:10px;
}
.sns li.fb{
	text-align:left;
	padding-left:10px;
}

/*
FOOTER
*/
.footer2,
.footer{
	width:100%;
	min-width:980px;
	padding:70px 0 28px;
	height:174px;
	overflow:hidden;
	text-align:center;
	background:#fda610 url(../images/footer_bg_repeat.png) center top repeat-x;
	font-family: sans-serif!important;
}
.footer2 ul,
.footer ul{
	text-align: center;
	display: inline-block;
	margin: 0 auto 20px;
}
.footer2 ul:after,
.footer ul:after{
	    content: "";
    display: block;
    clear: both;
}
.footer2 li,
.footer li{
	float: left;
	margin-right: 20px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat;
	background-position: left center;
	background-size: 12px;
}
.footer2 li:last-cild,
.footer li:last-child{
	margin-right: 0;
}
.footer2 li a,
.footer li a{
	color: #000;
	padding-left: 15px;
}
.footer .copyright{
	text-align:center;
}

.footer2{
	width:100%;
	min-width:980px;
	padding:70px 0 28px;
	height:140px;
	overflow:hidden;
	text-align:center;
	background:#fda610 url(../images/footer_bg_repeat.png) center top repeat-x;
}
/*
.footer2 li{
	display:inline-block;
	margin:0 20px 27px;
}
*/
.footer2 .copyright{
	text-align:center;
}
