@charset "utf-8";
body {
	margin: 0;
	color: #333;
	font: normal 14px/22px "Microsoft Yahei", sans-serif;
	background-color: #f4f3ef;
	min-width: 320px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
	color: #765e00;
	text-decoration: none;
}
a:hover {
	color: #a58711;
}
body>h1 {
	margin: 0;
	height: 35px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #540;
	background-color: #e2e0d6;
	border-bottom: 1px solid #d9d5c5;
}
#info {
	margin: 20px auto 40px;
	max-width: 1000px;
}
#info>p {
	margin: 200px 0 0;
	text-align: center;
}
#infoList {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	background-color: #fbfaf7;
}
#infoList tr {
	padding: 0;
}
#infoList th, #infoList td {
	padding: 3px 6px;
	border: 1px solid #d9d5c5;
}
#infoList th {
	width: 10px;
	text-align: right;
	font-weight: normal;
	background-color: #f7f5f0;
	white-space: nowrap;
}
#infoList td {
	word-break: break-all;
}
#infoList .title {
	height: 24px;
	text-align: center;
	font-weight: bold;
	color: #540;
	background-color: #e2e0d6;
}
#infoList span {
	color: #765e00;
	text-decoration: underline;
	cursor: pointer;
}
#infoList span:hover {
	color: #a58711;
}