body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.que_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
}
.que_top{
	width: 1200px;
	margin: 0 auto;
}
.que_top .text{
	width: 100%;
	float: left;
}
.que_top .text .left{
	width: 67%;
	float: left;
	padding: 0 3% 0 0;
}
.que_top .text .right{
	width: 30%;
	float: left;
}
.que_top .text .right p{
	padding: 10px 15px;
	float: left;
	background: #e2ebc4;
}
.que_top #qa{
	width: 100%;
	float: left;
}
.que_top #qa h3{
	color: #4e6500;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.que_top #qa ul{
	width: 90%;
	float: left;
	margin: 0 5%;
}
.que_top #qa li{
	width: 17%;
	margin: 0;
	float: left;
	padding: 5px 1%;
}
.que_top table{
	width: 85%;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
.que_top td{
	padding: 5px 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.que_top td.tit{
	background: #abd46e;
	text-align: center;
	font-weight: 600;
}
.que_top tr.bg{
	background: #f0e8dc;
}
.que_top #qa .other{
	width: 85%;
	margin: 0 auto;
	text-align: center;
	color: #960014;
}
.que_top #qa .other input{
	padding: 5px 10px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}