@charset "UTF-8";

/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	vertical-align: bottom;
}
area,a,a img {
	text-decoration: none;
}
address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
hr {
	display: none;
}

/*==============================================
	reset font
===============================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}



/*-------------------------------------------------------------------
	wrapper
---------------------------------------------------------------------*/
#wrapper{
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #020a1f;
}
#wrapper img,
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper li,
#wrapper dt,
#wrapper dd,
#wrapper p{
	line-height: 0.01;
	font-size: 0;
}



/*-------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 960px;
	height: 0;
	min-height: 0;
	margin: 0 auto;
}
#header p,
#header div{
	position: absolute;
}
#header .logo_nintendo{
	top: 20px;
	left: 30px;
}
#header .logo_new3ds{
	top: 20px;
	right: 30px;
}



/*-------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
#footer{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	background-color: #020a1f;
}
#footer .body{
	position: relative;
	width: 960px;
	height: 40px;
	margin: 0 auto;
}
#footer .body .btn_pagetop{
	position: absolute;
	top: -36px;
	right: 0;
}
#footer .body .copyright{
	position: absolute;
	top: 15px;
	left: 0;
}
#footer .body .nintendo{
	position: absolute;
	top: 15px;
	right: 180px;
	padding-right: 10px;
	background: url(../img/footer_link_bg.png) right top no-repeat;
}
#footer .body .new3ds{
	position: absolute;
	top: 15px;
	right: 0;
}



/*-------------------------------------------------------------------
	popup_wrapper
---------------------------------------------------------------------*/
#popup_wrapper{
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 100%;
	min-height: 983px;
	overflow: hidden;
	margin: 0 auto;
	background: #6e6054 url(../img/bonus_bg_pattern.png) center center repeat;
}
#popup_wrapper:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	width: 2030px;
	height: 766px;
	margin-left: -1015px;
	background: url(../img/popup_bg.png) 0 0 no-repeat;
}



/*-------------------------------------------------------------------
	popup_header
---------------------------------------------------------------------*/
#popup_header{
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 42px;
	border-top: 4px solid #020a1f;
}
#popup_header .btn_close{
	position: absolute;
	top: -4px;
	right: 120px;
}



/*-------------------------------------------------------------------
	mouseover
---------------------------------------------------------------------*/
#footer .body .btn_pagetop a{
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer .body .btn_pagetop a:hover{
	opacity: 0.85;
	filter: alpha(opacity=85);
	ms-filter: "alpha(opacity=85)";
}
#footer .body .nintendo a,
#footer .body .new3ds a{
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer .body .nintendo a:hover,
#footer .body .new3ds a:hover{
	border-bottom-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	ms-filter: "alpha(opacity=60)";
}
#popup_header .btn_close a{
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#popup_header .btn_close a:hover{
	opacity: 0.85;
	filter: alpha(opacity=85);
	ms-filter: "alpha(opacity=85)";
}


