@charset "Shift-JIS";
@import "reset.css";

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom:1; }

.caution{
	position:absolute;
	display:none;
}



body{
	width:640px;
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	line-height:200%;
}
body.movpage{
	background-color:#000000;
}
.wrapper{
	position:relative;
	top:0;
	background-color:#031738;
}
.header{
	width:640px;
	height:72px;
	position:absolute;
	z-index:10000;
}
.ntdlogo{
	width:148px;
	height:72px;
	float:left
}
.wiiulogo{
	width:165px;
	height:72px;
	float:right;
}

.content{
	width:640px;
	position:relative;
	z-index:1;
}
.bgs{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.contentinner{
	position:relative;
	z-index:100;
	left:0px;
	top:0px;
}


p.toTop{
	margin-top:30px;
	background:url(../_img/sp/common/bg_totop.png) 0 0 repeat-x;
	text-align:right;
	position:relative;
	z-index:10001;
	
}

.gnav{
	width:600px;
	background:left top url(../_img/sp/common/bg_footernav.png) repeat-x;
	position:relative;
	z-index:10000;
	padding:0px 20px 0px 20px;
	/*height:524px;*//*フルセット4列の場合*/
	height:454px;
	
}

.gnav p.footerLogo{
	padding-top:5px;
	margin:0px auto 14px;
	text-align:center;
}
.navs{}
.navs>li{
	float:left;
}
.navs>li.rside{
	float:right;
}

.navs>li.nBlog{
	margin-top:20px;margin-bottom:20px;
}

.footer{
	position:relative;
	z-index:10000;
}
.footernav{
	display:block;
	float:left;
}


.imgcenter{
	display:block;
	margin:0 auto;
}
















