#content .introduction {
	position: relative;
}
#content .introduction .title-img {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
}
#content .introduction div.text {
	position: absolute;
	top: 200px;
	right: 60px;
	width: 450px;
	height: 325px;
	z-index: 2;
}
#content .introduction div.text:before {
	content: '';
	position: absolute;
	top: 20px;
	right: -20px;
	width: 450px;
	height: 325px;
	background: #efc52a;
}
#content .introduction div.text .filed {
	position: relative;
	width: 450px;
	height: 325px;
	padding: 45px;
	background: #fff;
	z-index: 2;
}
#content .introduction div.text .filed h4 {
	font-size: 150%;
	margin-top: 0;
}
#content .introduction div.info {
	margin-top: 100px;
}
#content .introduction div.info table {
	width: 90%;
	margin: 0 auto;
}
#content .introduction div.info table td {
	padding: 15px 0;
	background-color: #fafafa;
}
#content .introduction div.info table td.td-left {
	font-weight: 400;
	padding-left: 25px;
	background-color: #fff;
}
#content .introduction div.info table td:first-child {
	border-left: 0 none;
}
#content .introduction div.info table td:last-child {
	border-right: 0 none;
}