@charset "UTF-8";


/*-------------------------------------------------------------------
	initial set
---------------------------------------------------------------------*/
#popup_wrapper{
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	padding-bottom: 38px;
	background: url(../../shared/bg_dot_red.png) center 0 repeat;
}


#popup_header{
	position: relative;
	width: 960px;
	height: 21px;
	margin: 0 auto;
}
#popup_header .logo_nintendo{
	position: absolute;
	top: 24px;
	left: -2px;
}


/*-------------------------------------------------------------------
	main
---------------------------------------------------------------------*/
#main{
	position: relative;
	width: 960px;
	height: 212px;
	margin: 0 auto;
}
#main h1,
#main p{
	position: absolute;
}
#main .logo{
	top: 45px;
	left: 88px;
}
#main .title{
	top: 100px;
	left: 405px;
}



/*-------------------------------------------------------------------
	section
---------------------------------------------------------------------*/
#section{
	position: relative;
	width: 960px;
	height: 980px;
	margin: 0 auto;
	background: url(../img/bg.png) 0 0 no-repeat;
}
#section h2,
#section h3,
#section li,
#section p{
	position: absolute;
}
#section .stitle_box{
	position: relative;
	width: 960px;
	height: 185px;
	margin: 0 auto;
}
#section .stitle{
	top: 45px;
	left: 49px;
}
#section .wiiu_box{
	position: relative;
	width: 960px;
	height: 333px;
	margin: 0 auto;
	background: url(../img/line.png) 50px 292px no-repeat;
}
#section .wiiu_hd{
	top: 0;
	left: 48px;
}
#section .wiiu_step li{
	top: 43px;
}
#section .wiiu_step1{
	left: 47px;
	width: 224px;
	background: url(../img/wiiu_arrow.png) right 101px no-repeat;
}
#section .wiiu_step2{
	left: 300px;
	width: 318px;
	background: url(../img/wiiu_arrow.png) right 101px no-repeat;
}
#section .wiiu_step3{
	left: 646px;
}
#section .n3ds_box{
	position: relative;
	width: 960px;
	height: 325px;
	margin: 0 auto;
	background: url(../img/line.png) 50px 298px no-repeat;
}
#section .n3ds_hd{
	top: 0;
	left: 48px;
}
#section .n3ds_step li{
	top: 42px;
}
#section .n3ds_step1{
	left: 47px;
	width: 191px;
	background: url(../img/n3ds_arrow.png) right 105px no-repeat;
}
#section .n3ds_step2{
	left: 243px;
	width: 227px;
	background: url(../img/n3ds_arrow.png) right 105px no-repeat;
}
#section .n3ds_step3{
	left: 473px;
	width: 229px;
	background: url(../img/n3ds_arrow.png) right 105px no-repeat;
}
#section .n3ds_step4{
	left: 707px;
}
#section .attention_box{
	position: relative;
	width: 960px;
	height: 41px;
	margin: 0 auto;
}
#section .attention_box .attention{
	top: 0;
	left: 50px;
}



/*-------------------------------------------------------------------
	btn_close_box
---------------------------------------------------------------------*/
.btn_close_box{
	position: relative;
	width: 960px;
	height: 56px;
	margin: 0 auto;
}
.btn_close{
	position: absolute;
	top: 0;
	left: 50%;
	width: 190px;
	margin-left: -95px;
}


