
.company_box {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.company_box01 {
	height: auto;
	width: 100%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../img/company/company_box_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: left;
}

.company_box dl {
	height: auto;
	width: 100%;
	margin-top: 50px;
	border-bottom: 1px dotted #E8F2FD;
}

.company_box dl dt {
	float: left;
	display: inline;
	width: 18%;
	padding-left: 5em;
	font-weight: bold;
	color: #388FCE;
}

.company_box dl dd {
	height: auto;
	padding-left: 22em;
	color: #444;
}

