a,
a:visited{
	color: #000;
}

a:hover{
	color: #999;
}

#About	{
	margin-top:15px;
}

#About h3	{
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0px 5px 5px;
	font-weight:normal;
	font-size:12pt;
}
/*
#About div.photo	{
	margin:5px 0px 10px 0px;
}
*/
#About div.mapUrl	{
	margin:5px 0px 0px 0px;
}

#About div.philosophy	{
	text-align:left;
}
#About div.philosophy div.text	{
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	/*font-size:12pt;*/
}
#About div.philosophy div.text2	{
	margin:20px 0 0 0;
	padding:0 20px 0 0 ;
	/*font-size:11pt;*/
	text-align:right;
}

#About div.aboutTitle	{
	margin: 1em 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

#About .about	{
	clear:both;
	width:100%;
}

#About .photo	{
	float:right;
	width:40%;
	text-align:right;
}
#About .photo img	{
	margin-bottom:5px;
}

#About .aboutTable	{
	float:left;
	width:60%;
}

#About table{
	border-top:1px solid #999;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #999;
	width:100%;
}

#About th,
#About td{
	border-top:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:none;
	padding:5px;
}

#About th.thDf,
#About td.tdDf{
	border-top:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:none;
	padding:10px 5px;
}

#About th.thDf{
	font-size: 80%;
}

#About th{
	background-color:#fff;
	width:20%;
	font-weight:normal;
	text-align:center;
}

#About .office th{
	width: auto;
	text-align: left;
}

#About .office td{
	width: 20%;
}

#About .office td:nth-child(1){
	text-align: center;
}
/*
#About td{
	width:80%;
}
*/

#About .cur_office a,
#About .cur_office a:visited{
	color: #999;
}

/* #About .cur_office a::before,
#About .cur_office a:visited::before,
#About .cur_office a:hover::before{
	content: "≫";
} */

.map{
	display: inline-block;
	margin-left: 0.8em;
	padding: 2px 5px;
	background: #7a8776;
	color: #fff;
	border-radius: 3px;
	font-size: 70%;
}

.map a,
.map a:visited{
	color: #fff;
}

dl.roots{
	width: 100%;
	display: block;
	/* margin: 0 0 2em 0 */
	/* flex-wrap: wrap; */
}

dl.roots dt{
	background: #d8d8ce;
	padding: 0.2em 0.1em;
	/* font-weight: bold; */
	/* width: 30%; */
	/* padding: 10px; */
	/* box-sizing: border-box; */
}

dl.roots dd{
	margin: 0 0 0.3em 2em;
	padding: 0.5em;
}


#About ul	{
	margin-left:10px;
}
#About li	{
	margin-left:10px;
}
