#gamebase{
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
}
.btn_bg_area{
	position: absolute;
	width: 720px;
	height: 98px;
	right: 70px;
	overflow: hidden;
	border-radius: 100px;
	background: white;
}
.btn_area{
	position: absolute;
	width: 720px;
	height: 98px;
	right:70px;
	overflow:hidden;
	border-radius: 100px;
}
.btn_img{
	cursor:pointer;
	position: absolute;
	width: 720px;
	height: auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.btn_select{
	cursor:pointer;
	position: absolute;
	width: 720px;
	height: auto;
	top:0;
	right:0;
	bottom:0;
	margin:auto;	
}

.btnflash{
	right:55px;
	background:magenta;
	border:solid 15px magenta;
}

.check{
	display:block;
	position: absolute;
	width: 120px;
	height:auto;
	right:80px;
	overflow:hidden;
}
.questions{
	cursor:default;
	position: absolute;
	width:325px;
	height:auto;
	top:665px;
	left:1565px;
	text-decoration: none;
    text-align: center;
	font-size:45px;  
	font-family:"メイリオ", sans-serif;
	font-weight: bold;
	color:black;
}
#btn1_back,#btn1{top:775px;right:1015px;}
#btn2_back,#btn2{top:775px;right:80px;}
#btn3_back,#btn3{top:925px;right:1015px;}
#btn4_back,#btn4{top:925px;right:80px;}
#btn1_flash{top:760px;right:998px;}
#btn2_flash{top:760px;right:63px;}
#btn3_flash{top:910px;right:1000px;}
#btn4_flash{top:910px;right:65px;}			
#check1{top:780px;right:1010px;}
#check2{top:780px;right:75px;}
#check3{top:940px;right:1010px;}
#check4{top:940px;right:75px;}

/*エンドカード*/
#endcard{
	display:none;
}
section {
	position: absolute;
	width: 1000px;
	height: 600px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 40px 40px 40px 40px;
	border:skyblue 6px solid;
	z-index:300;
}
#comment1,#comment2{
	position: absolute;
	width: 1000px;
	height: 100px;
	left:0;
	right:0;
	margin:auto;
	font-size: 80px;
	font-weight: bolder;
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #000;
	text-align: center;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index:400;
}
#comment1{
	font-size: 100px;
	color: red;
	top:425px;
}
#comment2{
	top:575px;
}