
body {
	background-color: #eee;
}
.faq {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #969696;
	border: 1px solid #ddd;
	margin-bottom: 50px;
}
.faq h2 {
	font-size: 23px;
/*	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;*/
	font-weight: bold;
	color: #9f7e5a;
	border-bottom: 1px solid #9f7e5a;
	padding: 0px 0px 9px 0px;
}
.faq .qTitle {
	font-weight: bold;
	font-size: 18px;
	/*text-decoration: underline;*/
}
.faq .aTitle {
	font-weight: bold;
}
.faq .sec {
	font-size: 15px;
	line-height: 1.8em;
	color: #555;
	margin-bottom: 40px;
	word-break: break-word;
}
.em {
	color: #ff0000;
}
table td {
	line-height: 2em;
}
.tableBanner {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
}