﻿
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	background: #f4f4f4;
}
#main {
	padding: 30px 0;
}
#main .wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	position: relative;
}
#main h2 {
	margin-bottom: 20px;
	color: #333;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}
#main h2 span {
	color: #fb5a00;
}
#main .section {
	padding: 20px 50px 45px;
	border: 1px solid #ddd;
	background: #fff;
}
#main .section .text {
	margin-bottom: 15px;
	color: #767676;
	font-size: 14px;
	text-align: center;
}
#main .section table {
	width: 100%;
	border-collapse: collapse;
}
#main .section th {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
}
#main .section tbody th {
	padding: 10px;
	background: #f2f2f2;
}
#main .section thead th {
	font-size: 26px;
	font-weight: normal;
}
#main .section thead th span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
#main .section td {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
}
#main .section td.center {
	text-align: center;
}
#main h3 {
	margin: 36px 0 20px;
	position: relative;
	font-size: 20px;
	font-weight: normal;
}
#main h3:before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 14px;
	background: #e3e3e3;
	content: "";
}
#main h3 span {
	margin-left: 20px;
	padding: 0 20px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
}
#main .text02 {
	font-size: 14px;
	line-height: 1.35;
}