@charset "UTF-8";



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


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


/*-------------------------------------------------------------------
	main
---------------------------------------------------------------------*/
#main{
	position: relative;
	width: 810px;
	height: 212px;
	margin: 0 auto;
}
#main h1,
#main p{
	position: absolute;
}
#main .logo{
	top: 45px;
	left: 25px;
}
#main .title{
	top: 72px;
	left: 342px;
}



/*-------------------------------------------------------------------
	section1
---------------------------------------------------------------------*/
#section1{
	position: relative;
	width: 810px;
	height: 255px;
	margin: 0 auto;
	background: url(../img/s1_bg.png) 0 0 no-repeat;
}
#section1 h2,
#section1 p{
	position: absolute;
}
#section1 .s1_stitle{
	top: 40px;
	left: 29px;
}
#section1 .s1_text{
	top: 154px;
	left: 55px;
}
#section1 .s1_img{
	top: 22px;
	left: 527px;
}



/*-------------------------------------------------------------------
	section2
---------------------------------------------------------------------*/
#section2{
	position: relative;
	width: 810px;
	height: 275px;
	margin: 0 auto;
	background: url(../img/s2_bg.png) 0 0 no-repeat;
}
#section2 h2,
#section2 p{
	position: absolute;
}
#section2 .s2_stitle{
	top: 30px;
	left: 29px;
}
#section2 .s2_img{
	top: 8px;
	left: 453px;
}
#section2 .s2_attention{
	top: 210px;
	left: 54px;
}



/*-------------------------------------------------------------------
	section3
---------------------------------------------------------------------*/
#section3{
	position: relative;
	width: 810px;
	height: 462px;
	margin: 0 auto;
	background: url(../img/s3_bg.png) 0 0 no-repeat;
}
#section3 h2,
#section3 p{
	position: absolute;
}
#section3 .s3_stitle{
	top: 30px;
	left: 29px;
}
#section3 .s3_img{
	top: 158px;
	left: 79px;
}
#section3 .s3_attention{
	top: 399px;
	left: 296px;
}



/*-------------------------------------------------------------------
	section4
---------------------------------------------------------------------*/
#section4{
	position: relative;
	width: 810px;
	height: 224px;
	margin: 0 auto;
	background: url(../img/s4_bg.png) 0 0 no-repeat;
}
#section4 h2,
#section4 p{
	position: absolute;
}
#section4 .s4_stitle{
	top: 35px;
	left: 29px;
}
#section4 .s4_text{
	top: 114px;
	left: 54px;
}



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


