@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 */
.contents{
	overflow: hidden;
	zoom: 1;
	line-height: 1.8;
	font-size: 12px;
}

.locationNav{
	float: left;
	width: 252px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
}
.main{
	float: right;
	width: 732px;
	font-size: 12px;
}

/* locationNav */
.locationNav{
	float: left;
	width: 228px;
}
.locationNav a{
	color: #1A1A1A;
}
.locationNav a:hover{
	text-decoration: none;
}
.locationNav dd {
	text-indent: 27px;
}
.locationNav .lWrap {
	padding: 1px 0 1px 9px;
}
.locationNav .rWrap {
	margin: 0 0 0 -9px;
	padding: 1px 9px 1px 9px;
}
.locationNav .lWrap:hover,
.locationNav .current .lWrap {
	background: url(../../../common/images/current-left02.gif) no-repeat left;
	-webkit-background-size: 9px auto;
			background-size: 9px auto;
	background: url(../../../common/images/current-left-s02.gif) no-repeat left\0/;
	*background: url(../../../common/images/current-left-s02.gif) no-repeat left;
}
.locationNav .rWrap:hover,
.locationNav .current .rWrap {
	background: url(../../../common/images/current-right02.gif) no-repeat right;
	-webkit-background-size: 9px auto;
			background-size: 9px auto;
	background: url(../../../common/images/current-right-s02.gif) no-repeat right\0/;
	*background: url(../../../common/images/current-right-s02.gif) no-repeat right;
}

/* areaWrap */
.areaWrap{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 48px;
}
.areaWrap .textArea{
	float: left;
	width: 228px;
}
.areaWrap .textArea .areaTitle{
	margin: -4px 0 22px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Bold 726184','Midashi Go MB31','メイリオ',Meiryo;
	font-weight: bold;
}
.areaWrap .textArea .areaTitle .chinaFace{
	font-family: "Microsoft YaHei","Hiragino Sans GB";
	font-weight: bold;
}
.areaWrap .textArea .areaTitle .englishFace{
	font-size: 12px;
}
.areaWrap .textArea .areaTitle .englishFace.thai{
	white-space: nowrap;
}
.areaWrap .textArea dl dt,
.areaWrap .textArea dl dd{
	display: inline;
}
.areaWrap .textArea .dataBox{
	margin: 0 0 25px;
}
.areaWrap .mapAera{
	float: right;
	width: 480px;
	text-align: right;
}
.map{
	width: 480px;
	height: 391px;
}