@charset "utf-8";

/* common
====================================== */

.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* content
====================================== */

#content {
	width: 655px;
	line-height: 1.66;
	font-size: 12px;
	color: #333;
}

#content ul,
#content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 0;
}

#content a {
	color: #1122cc;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#main-top {
	position: relative;
	background-color: #01bbb6;
	min-height: 265px;
}

#main-top h2 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#main-top .top_des {
	position: relative;
	z-index: 10;
	padding: 157px 0 10px 17px;
	width: 445px;
	color: #fff;
	line-height: 1.4;
}

#content h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0 0 4px 34px;
	background: url(../images/h3_bg.png) no-repeat left bottom;
	font-size: 18px;
}

/* sec1 */

#content .sec1 .col1 {
	float: left;
	width: 380px;
}

#content .sec1 .col2 {
	float: right;
}

/* sec2 */

#content .sec2 .col1 {
	float: left;
	width: 442px;
}

#content .sec2 .col2 {
	float: right;
}

/* sec3 */

#content .sec3 .col1 {
	float: left;
	width: 442px;
}

#content .sec3 .col2 {
	float: right;
}

/* prof */

#content .prof {
	overflow: hidden;
	width: 678px;
	margin-right: -24px;
	padding: 10px 0;
}

#content .prof .box {
	float: left;
	width: 315px;
	margin-right: 24px;
}

#content .prof h3 {
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 0 0 4px 38px;
	background: url(../images/prof_title.png) no-repeat left bottom;
	font-size: 14px;
	font-weight: normal;
}

#content .prof .photo_wrap {
	margin-bottom: 5px;
}

#content .prof .photo {
	float: left;
}

#content .prof .name_wrap {
	float: right;
	width: 150px;
	line-height: 1.3;
	padding-top: 5px;
}

#content .prof .name {
	padding: 5px 0;
	border-bottom: 1px solid #add7d6;
	font-weight: normal;
	font-size: 16px;
}

#content .prof .name span {
	font-size: 12px;
}

#content .prof .add {
	padding: 5px 0;
	border-bottom: 1px solid #add7d6;
}

#content .prof .add span {
	font-weight: bold;
}

#content .prof .label span {
	font-weight: bold;
}

#content .prof .area {
	padding-top: 5px;
}

#content .prof .area ul {
	padding-left: 2px;
	padding-top: 3px;
}

#content .prof .area li {
	display: block;
	float: left;
	width: 70px;
	height: 18px;
	line-height: 1.6;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #8fc320;
	color: #fff;
	text-align: center;
}

#content .prof .add {
	border-bottom: 1px solid #add7d6;
}

#content .prof .balloon {
	position: relative;
	margin-top: -14px;
	padding-top: 14px;
	background: url(../images/prof_balloon.png) no-repeat left top;
}

#content .prof .balloon_inner {
	padding: 14px 10px 10px 10px;
	border: 1px solid #8fc320;
	border-top: none;
}

#content .prof .balloon .col1 {
	float: left;
	width: 165px;
}

#content .prof .balloon .col2 {
	float: right;
	width: 120px;
}

#content .prof .balloon h4 {
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}

#content .prof .balloon hr {
	margin: 8px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #8fc320;
}

#content .prof .balloon .caption {
	line-height: 1.3;
	padding: 5px 0;
	text-align: center;
}

#content .prof .balloon li {
	padding-left: 10px;
	background: url(../images/prof_balloon_arrow.png) no-repeat left 5px;
}
div.btns_area {
margin-top:15px;
text-align: center;
}


