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

#scrollNavi {
	height: 40px;
	background: #fff;
	box-shadow: 0px 3px 3px -3px rgba(128, 128, 128, 0.6);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(128, 128, 128, 0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(128, 128, 128, 0.6);
}
#scrollNavi ul {
	overflow: hidden;
	padding: 0 4px;
	margin-top: 11px;
}
#scrollNavi ul li {
	float: left;
	border-right: 1px solid #ccc;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
}
#scrollNavi ul li:first-child {
	border-left: 1px solid #ccc;
}
#scrollNavi ul li a {
	color: #298320;
	padding: 0 17px 2px;
	transition: all 1.0s ease;
}
#scrollNavi ul li a:hover {
	color: #3aba2d;
}
.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.pageHeader {
	background: url(../images/bg_services.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
.pageHeader h2 {
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
}
.pageHeader h2 span {
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 1px  #000000;
}
.blank {
	position: relative;
	width: 100%;
	height:520px;
	overflow: hidden;
}
.blank img {
	position: absolute;
	height:520px;
	margin-left: -1000px;
	left: 50%;
}
.service {
	width: 620px;
	margin: -40px auto 0;
	padding-top: 40px;
}

h3 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 45px;
}
h3 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
h3 span i {
	font-size: 25px;
	font-style: normal;
}
.service p {
	font-size: 14px;
}
section {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 2px dashed #000;
}
section:last-child {
	border: none;
}
.borderBox {
	width: 570px;
	padding: 20px;
	border: 2px solid #000;
	margin-top: 25px;
}
.borderBox h5 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.borderBox ul,section h4 ~ ul {
	overflow: hidden;
}
.borderBox ul li {
	display: inline-block;
	font-size: 14px;
}
.borderBox ul li {
	display: inline-block;
	font-size: 14px;
}
#contract .borderBox ul li {
	display: inline-block;
	font-size: 13px;
}
.borderBox ul li:nth-child(2) {
	margin: 0;
}
section {
	position: relative;
}
section h4 {
	font-size: 16px;
	margin-top: 25px;
}
section h4:first-child {
	margin: 0;
}
section h4 ~ ul li {
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
}
section table {
	width: 100%;
	border: 2px solid #000;
	margin-bottom: 5px;
}
section table caption {
	font-size: 16px;
	margin-bottom: 20px;
}
section table tr th {
	font-weight: normal;
	background: #E0EDDF;
	font-size: 14px;
}
section table tr td {
	font-size: 16px;
}
section table tr th, section table tr td {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #000;
}
section table tr th:first-child {
	width: 175px;
}
section table tr th:nth-child(2) {
	width: 225px;
}
.service .notes {
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
}
#subsidy h4 ~ ul li {
	margin-top: 15px;
	text-indent: -2em;
	margin-left: 2em;
}
#subsidy .price p {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
#subsidy .price p span {
	font-size: 14px;
}
#regulations section h4 {
	margin-top: 40px;
	margin-bottom: 15px;
}
#regulations section h4 ~ ul li {
	display: block;
	margin-top: 15px;
}
#regulations section h4 ~ ul li:first-child {
	margin-top: 0;
}
#regulations section dl {
	margin-top: 15px;
	overflow: hidden;
	font-size: 16px;
}
#regulations section dl:first-child {
	margin-top: 0;
}
#regulations section dl dt,#regulations section dl dd {
	float: left;
}
#regulations section dl dt {
	width: 312px;
	background: url(../images/dot.gif) repeat-x;
	background-position: 0 center;
}
#regulations section dl dt span {
	background: #fff;
	padding-right: 2px;
}
#regulations section dl dd {
	padding-left: 6px;
}
#regulations .price {
	text-align: center;
}
#regulations .price div {
	text-align: left;
	display: inline-block;
}
#insurance .price p,#k401 .price p, #laborAudit .price p {
	font-size: 20px;
	text-align: center;
}
#salary .price{
	width: 430px;
	margin: 0 auto 45px;
}