@charset "utf-8";

/* ========================================
* File Name: profile.css
* Created Date: 2014.03
* Author: TAM
======================================== */

#contentsWrap.profile{
	overflow: hidden;
	zoom: 1;
	width: 984px;
	margin: 0 auto;
	padding: 47px 0 26px;
}


/* base */
.profileWrap{
	overflow: hidden;
	zoom: 1;
	line-height: 1.8;
	margin: 0 0 48px;
}
.profileWrap.first{
	margin: 0 0 60px;
}
.profileWrapTitle{
	float: left;
	width: 252px;
	font-size: 12px;
	line-height: 1.8;
}
.profileContents{
	float: right;
	width: 732px;
	font-size: 12px;
}

/* profileContents */
.profileContents .profileRow{
	overflow: hidden;
	zoom: 1;
}
.profileContents .child{
	text-indent: 2em;
}
.profileContents .addressNum{
	padding: 0 19px 0 0;
}
.profileContents .tel{
	display: block;
}
.profileContents .profileRow .lCol{
	float: left;
}
.profileContents .profileRow .rCol{
	float: right;
}
.profileContents .profileRow .lCol.wrap{
	/*width: 150px;*/
}
.profileContents .profileRow .rCol.wrap{
	width: 582px;
}
.profileContents .profileRow .rCol.inner{
	width: 255px;
}
.profileContents .threeColWrap{
	overflow: hidden;
	zoom: 1;
	line-height: 1.6;
}
.profileContents .threeColWrap .col{
	float: left;
}
.profileContents .threeColWrap .col.one{
	width: 234px;
}
.profileContents .threeColWrap .col.two{
	width: 246px;
}
.profileContents .threeColWrap .col.three{
	width: 252px;
}

.profileContents .detailLinkBtn{
	width: 264px;
	margin: 14px 0 0;
	text-align: center;
}
.profileContents .detailLinkBtn a{
	display: block;
	padding: 7px 0;
	color: #FFF;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184',HY DaHeiTi,"Verdana",Simsun;
	font-weight: bold;
	border-radius: 5px;
	background: #666;
}
.profileContents .detailLinkBtn a:hover{
	text-decoration: none;
}