@charset "utf-8";

.profile_table {
	width: 800px;
	border-top: 1px solid #cccccc;
}
.profile_table th,
.profile_table td {
	border-bottom: 1px solid #cccccc;
	font-size: 109%;
	padding: 16px 20px 12px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.profile_table th {
	background: #f7f8f8;
	width: 162px;
	font-weight: normal;
}
.profile_table td span {
	margin: 0 0 0 27px;
}
#article h4 {
	background: url(/cn/company/img/profile/bg-blue.gif) 0 9px no-repeat;
	margin: 54px 0 17px 0;
	padding-left: 25px;
	padding-top: 3px;
	font-size: 134%;
}
.history {
	font-size: 109%;
}
.history dt {
	width: 90px;
	float: left;
}
.history dd {
	width: 700px;
	float: right;
}
.history:after {
	content:".";display:block;visibility:hidden;height:0px;font-size:0em;line-height:0;clear:both;
}

	