#gamebase{
	position: absolute;
	width:1920px;
	height:1080px;
	top:0;
	left:0;
}
#menubtnimg{
	border-color:#9e7534;
}
#questionTitle{
	position: absolute;
	width: 1700px;
	height: 100px;
	top:40px;
	left:150px;
	margin:auto;
	overflow:hidden;	
}
#textquestion{
	position: absolute;
	width:1700px;
	height:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
#questionArea{
	position: absolute;
	width: 880px;
	height: 650px;
	top:230px;
	left:125px;
	margin:auto;
	overflow:hidden;
}
#imgquestion{
	position: absolute;
	width:auto;
	height: 640px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
#q_bg{
	position:absolute;
	width:900px;
	height:auto;
	top:220px;
	left:115px;
	margin:auto;
}
#q_back{
	width:900px;
	height:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	margin:auto;
}
#questions{
	bottom:80px;
}
#btn1_back,#btn2_back,#btn3_back,#btn4_back{
	position: absolute;
	width: 700px;
	height: 155px;
	right:110px;
}
#btn1_back{top:185px;}
#btn2_back{top:385px;}
#btn3_back{top:585px;}
#btn4_back{top:785px;}

.btn{
	position: absolute;
	width: 780px;
	height: 155px;
	right:70px;/*150*/
	overflow:hidden;
	/*border:solid 2px #F8AFFF;*/
	/*Hover用に角丸にする*/
	/*border-radius: 100px;*/
}
#btn1{top:185px;}
#btn2{top:385px;}
#btn3{top:585px;}
#btn4{top:785px;}
#objbtn1,#objbtn2,#objbtn3,#objbtn4{
	cursor:pointer;
	position: absolute;
	width:auto;
	height:155px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
#imgbtn1,#imgbtn2,#imgbtn3,#imgbtn4{
	cursor:pointer;
	position: absolute;
	width:600px;
	height: auto;
	top:0;
	right:80px;
	bottom:0;
	margin:auto;
}

.btnflash{
	display:none;
	position: absolute;
	width:700px;
	height:147.5px;
	right:90px;
	overflow:hidden;
	/*Hover用に角丸にする*/
	border-radius: 150px;
	background:magenta;
	border:solid 20px magenta;
}
#btn1_flash{top:170px;}
#btn2_flash{top:370px;}
#btn3_flash{top:570px;}
#btn4_flash{top:770px;}

.check{
	display:none;
	position: absolute;
	width: 130px;
	height:auto;
	right:80px;
	overflow:hidden;
}
#check1{top:170px;}
#check2{top:370px;}
#check3{top:570px;}
#check4{top:770px;}