@charset "utf-8";
/*----------------------------------------------------
	                 common
------------------------------------------------------*/
.sectionBox{
	padding-bottom: 40px;
	margin-bottom: 40px;
}
/*----------------------------------------------------
	                 message
------------------------------------------------------*/
.president{
	margin-top: 40px;
}

/*----------------------------------------------------
	                 philosophy
------------------------------------------------------*/
#philosophyLists{
	width: 1045px;
	margin: 0 -21px 0 0;
}
.philosophyList{
	width: 240px;
	display: block;
	float: left;
	margin-right: 21px;
}

.philosophyList .thum img{
	width: 240px;
	height: 150px;
}
.philosophyList h3{
	font-size: 17px;
	height: 60px;
	display: block;
	padding: 20px 0 10px;
}
.philosophyList p{
	font-size: 12px;
}
#philosophyLists:after{
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------------
	                 profile
------------------------------------------------------*/
#profileTbl th,
#profileTbl td{
	padding: 15px;
}
#profileTbl td{
	padding-left: 0;
}
#profileTbl td span{
	display: block;
	border-left:solid 1px #e9e9e9;
	padding-left: 10px;
}
#profile .profileInner{
	display: flex;
}
#profile .profileInner .thum{
	width: 300px;
	margin-right: 50px;
	text-align: center;
}
#profile .profileInner .thum img{
	max-width: 100%;
	height: auto;
}
#profile .profileInner .areaTxt{
	width: calc(100% - 350px);
}
/*----------------------------------------------------
	                 access
------------------------------------------------------*/
.tab a{
	width: 250px;
	height: 20px;
	padding: 20px;
	font-size: 18px;
	text-align: center;
}

.tab{
	margin-right: 10px;
}
.tab a,
.tab a:hover{
	color: #262626;
	text-decoration: none;
}
#panel{
	width: 962px;
	padding: 30px;
}
#access .txtArea dt{
	width: 130px;
	height: 20px;
	padding: 5px;
	margin-bottom: 10px;
}
#access .txtArea dd{
	padding-bottom: 30px;
}
.txtArea{
	width: 100%;
}
.txtArea,
.mapArea{
	padding-bottom: 0;
}
.mapArea,
.mapArea img{
	width: 482px;
	height: 370px;
}

.tabContents:after{
	content: "";
	display: block;
	clear: both;
}
#gMapTokyo,
#gMapFukuoka{
	width: 964px;
	height: 380px;
}