@charset "utf-8";
/* CSS Document */

@import "reset.css";
body {
	text-align: left;
	font: 14px/30px Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Verdana, Helvetica, sans-serif;
	color: #231f20;
	background: #94b8c6;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
#mainContent {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;/*top:78px;-----menu------for the first picture*/
}
#qaZone {
	background: url(../img/qaimg_03.jpg) top no-repeat #deded4;
	padding-bottom: 3em;
}
.question {
	padding: 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgba(100%,100%,100%,0.6);
	width: 75%;
	margin: 0 auto;
	margin-bottom: 1.2em;
}
h3 {
	font-size: 16pt;
	margin: 0.2em;
	color: #ee592b;
}
.quiz-msg {
	padding: 0.5em;
	margin: 0.5em 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
}
.quiz-msg.correct {
	background: #36a7d8;
	color: #fff;
}
.quiz-msg.incorrect {
	background: #FFA7A1;
	color: #b9011f;
}
label {
	padding: 0.5em;
}
label.correct {
	background: #febd3a;
	color: #892608;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.explain-style {
	font: 14px/21px Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Verdana, Helvetica, sans-serif;
	color: #133442;
	padding: 0.5em;
	background: #c1dae2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.type {
	display: none;
}
.type.active {
	display: block;
}
#quiz-submit {
	margin: 5em auto;
	display: block;
	width: 20%;
	height: 40px;
	border: #F60 1px solid;
	background:#fff;
	font-size:14pt;
}

#quiz-submit:hover {
	background:#FFE1CF;
}

#scoreZone {
	padding: 2em;
	/*background: rgba(100%,100%,100%,0.6);8*/
	margin: 0 auto;
}

#scoreZone h3{
	text-align:center;
	}
	
#score{
	font-weight:bold;
	font-size:30pt;
	}
.type{
	padding: 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.protectText {
	color: #C8C8C8;
	font: 6px Verdana, Arial, Helvetica, sans-serif;
}
