@charset "utf-8";

body{
	margin:0px;
	padding:0px;
}
.ok,.ng{
	position:absolute;
	left:0px;
	top:0px;
	filter: Alpha(opacity=60);
    opacity: 0.6;
	display:none;
}
#DIV_WRAP{
	float:left;
	width:800px;
	height:200px;
	position:absolute;
	background-image:url("images/bg_selectMode.png");
}
#dbg{
	width:800px;	
	height:auto;
	position:absolute;
	margin-top:200px;
	border: 1px #000000 solid;
	display:none;
}
/*----------------------------------------------------*/
#DIV_INNER{	width:780px; height:180px; margin:10px 10px 10px 10px ;}
/*----------------------------------------------------*/
#DIV_MAIN{
	height:140px;
	width: 780px;
	text-align: center;
}
#DIV_PROP{	width:100%;	height: 40px; text-align:center; clear:both;}
/*----------------------------------------------------*/
#DIV_MODE{	width:195px;	height:30px;	float:left;	 margin: 0 auto;}
#DIV_TIME{	width:195px;	height:30px;	float:left;	 margin: 0 auto;}
#DIV_SCOR{	width:195px;	height:30px;	float:left;	 margin: 0 auto;}
#DIV_COMM{	width:195px;	height:30px;	float:left;	 margin: 0 auto;}
#DIV_LIMIT{	width:100%;		height:5px;		float:right; margin: 0 auto ;}
.prop_valign{margin: 5px 0 auto 0;}

#question{
	display:block;
	height: 14px;
	border-bottom: 4px outset #003366;
	background:#fff;
	font-size:14px;
	line-height:1;
	padding: 11px 0;
	width:auto;
}
#btnExit{
	display:block;
	height: 14px;
	width:90px;
	float:right;
	position:absolute;
	left:700px;
	top:0px;
	font-size:14px;
	line-height:1;
}
#select{
	width:780px;
	height:100px;
	margin:0;
	padding:0;
	list-style-type:none;
	background:rgba(255,255,255,0.55);
}	
#select li{
	width:259px;
	height:49px;
	border-right:1px  #ccc solid;
	border-bottom:1px #ccc solid;
	display:block;
	float:left;
}
#select li.first{
	border-left:1px #ccc solid;
	width:258px;
}
#select li a{
	width:259px;
	height:49px;
	line-height:54px;
	display:block;
	float:left;
	text-decoration:none;
	color:#111;	
}
.border_color1	{	border: 1px solid #ff9132;}
.border_color2	{	border: 2px solid #808080;}

table{
	min-width: 300px;
	margin-bottom: 5px;
}
th, td{
	padding:0 10px;
	font-size:0.9em;
}
.recL	{text-align:left;}
.recR	{text-align:right;}
.recC	{text-align:center;}
.recB{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.bonus{
	font-size: 0.7em;
	text-indent: 1em;
}
.bonus-score{
	font-size: 0.7em;
}
.text-b{
	font-weight: 600;
}
/*----------------------------------------------------
background
---------------------------------------------------*/
.phpText_select	{ background:#ffffee;}
.bg_record		{ background:#ffffee;}
