@charset "Shift_JIS";

#titlearea {
	height: 160px;
	background-color: #005AA0;
	text-align: center;
}


#step1 {
	position: relative;
	width: 788px;
	height: 369px;
	margin: 0 auto;
	background: url(../img/bg_step1.png) 0 112px no-repeat;
}
#step1 .stitle {
	position: absolute;
	top: 30px;
	left: 0;
}
#step1 .yes {
	position: absolute;
	top: 211px;
	left: 0;
}
#step1 .no {
	position: absolute;
	top: 154px;
	left: 249px;
}
#step1 .btn_no {
	position: absolute;
	top: 287px;
	left: 416px;
}


#step2 {
	position: relative;
	width: 788px;
	height: 291px;
	margin: 0 auto;
	background: url(../img/bg_step2.png) 0 84px no-repeat;
}
#step2 .stitle {
	position: absolute;
	top: 0;
	left: 0;
}
#step2 .yes {
	position: absolute;
	top: 155px;
	left: 0;
}
#step2 .no {
	position: absolute;
	top: 125px;
	left: 249px;
}
#step2 .btn_no {
	position: absolute;
	top: 209px;
	left: 416px;
}


#step3 {
	position: relative;
	width: 788px;
	height: 297px;
	margin: 0 auto;
	background: url(../img/bg_step3.png) 0 82px no-repeat;
}
#step3 .stitle {
	position: absolute;
	top: 0;
	left: 0;
}
#step3 .yes {
	position: absolute;
	top: 161px;
	left: 0;
}
#step3 .no {
	position: absolute;
	top: 124px;
	left: 249px;
}


#info {
	position: relative;
	width: 788px;
	height: 299px;
	margin: 0 auto;
}
#info .text_play {
	position: absolute;
	top: 0;
	left: 0;
}
#info .text_notplay {
	position: absolute;
	top: 105px;
	left: 0;
}
#info .btn_notplay {
	position: absolute;
	top: 192px;
	left: 538px;
}


#eshop {
	background-color: #EF8200;
	text-align: center;
}
#eshop .box {
	position: relative;
	width: 788px;
	height: 214px;
	margin: 0 auto;
}
#eshop .box .text1_eshop {
	position: absolute;
	top: 24px;
	left: 0;
}
#eshop .box .text2_eshop {
	position: absolute;
	top: 83px;
	left: 0;
}
#eshop .box .text3_eshop {
	position: absolute;
	top: 83px;
	left: 395px;
}
#eshop .box .attention_eshop {
	position: absolute;
	top: 160px;
	left: 0;
}


#footer {
	position: relative;
	width: 788px;
	height: 67px;
	margin: 0 auto;
}
#footer .btn_close {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -85px;
}
