@charset "utf-8";
/**考試卷樣式**/
.paperh{/*試卷表頭*/
	width:380px;
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	color:#03C;
	border:dashed 1px #CCC;
	padding:0 10px;
	font-family:"微軟正黑體", Arial, sans-serif;
	overflow:hidden;
}
.paperh2{/*試卷表頭-學生用*/
	width:95%;
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	color:#03C;
	border:dashed 1px #CCC;
	padding:0 10px;
	font-family:"微軟正黑體", Arial, sans-serif;
	overflow:hidden;
}
.paperexa{
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:30px;
	font-weight:bolder;
	color:#C00;
	float:right;
	clear:both;
	font-family:"微軟正黑體", Arial, sans-serif;
	border:#999 1px solid;
}

.paperdata{
	width:100%;
	height:auto;
	padding:5px;
	border:#CCC 1px solid;
	margin:10px auto;
}

.paperdata h1{
	font-size:18px;
	color:#333;
	line-height:30px;
}

.paperq{/*題目*/
	height:auto;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:30px;
}

.papera{/*答案*/
	height:auto;
	font-size:15px;
	color:#000;
	line-height:30px;
	padding-left:15px;
}
.papera2{/*正確解答*/
	height:auto;
	font-size:15px;
	color:#000;
	line-height:30px;
	padding-left:15px;
	font-weight:bold;
	background-color:#FF9;
}
.papera2 span.correct{
	height:auto;
	font-size:15px;
	color:#F00;
	line-height:30px;
	padding:0 15px;
	float:right;
}

.explained{/*解釋*/
/*width:550px;*/
height:auto;
border:#09F 1px solid;
padding:10px;

}

.explained p{/*解釋*/
width:550px;
height:auto;
font-size:13px;
color:#06F;
font-weight:bold;
line-height:20px;
word-wrap: break-word;
word-break: break-all;
overflow:hidden;
}


/*題型CSS*/

#questions{
	width:100%;
	margin:0 auto;
	padding:0;
}
#questions .qbox{
	border:none;
}
#questions .qbox table{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
}

#questions .qbox table tr{
	color:#000;
	font-size:13px;
	background-color:#E2FDA4;
}

#questions .qbox table tr td{
	width:auto;
	height:auto;
	padding:5px;
	line-height:20px;
}

#questions .qbox table tr td p{
	line-height:20px;
	color:#000;
}

#questions .qbox .qtext01{
	font-weight:bold;
	font-size:13px;
	width:100px;
	text-align:right;
}
#questions .qbox .qtext02{
	font-weight:bold;
	font-size:13px;
	font-family:"微軟正黑體", Arial, sans-serif;
	width:auto;
	text-align:center;
}
#questions .qbox .qtr1{
	background-color:#5FB4D3;
}
#questions .qbox .qtr2{
	background-color:#B5EA80;
}
#questions .qbox .qtr3{
	width:40px;
	padding:0;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
}
#questions .qbox .qtr3 a{
	padding:2px 0;
}
#questions .qbox .qtr3 a:hover{
	cursor:hend;
}
#questions .qbox .qtr4{
	background-color:#BBF8FD;
}

.testtime{
	width:100%;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:13px;
	font-family:"微軟正黑體", Arial, sans-serif;
	font-weight:bold;
	color:#900;
}