@charset "utf-8";
/*----------------------------------------------------
	                 styles
------------------------------------------------------*/
.sectionBox{
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
.sectionTit{
	margin-bottom: 20px;
}
/*----------------------------------------------------
	                 philosophy
------------------------------------------------------*/
.philosophyList{
	width: 240px;
	margin: 0 auto 20px;
}
.philosophyList .thum{
	width: 240px;
	margin: 0 auto 20px;
}
.philosophyList h3{
	font-size: 17px;
	padding-bottom: 10px;
}
.philosophyList .thum img{
	width: 240px;
	height: 150px;
}
/*----------------------------------------------------
	                 profile
------------------------------------------------------*/
#profileTbl th,
#profileTbl td{
	padding: 10px 5px;
}
#profileTbl td{
	padding-left: 0;
}
#profileTbl td span{
	display: block;
	border-left:solid 1px #e9e9e9;
	padding-left: 10px;
}
#profile .profileInner{
	display: block;
}
#profile .profileInner .thum{
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}
#profile .profileInner .thum img{
	max-width: 100%;
	height: auto;
}
#profile .profileInner .areaTxt{
	width: 100%;
}
/*----------------------------------------------------
	                 access
------------------------------------------------------*/
#tabs{
	width: 100%;
}

.tab{
	width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 4%;
	text-align: center;
}
.tab a{
	padding: 10px;
}
.tab:last-child{
	margin-right: 0;
}
#panel{
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
}
.tabContents{
	padding: 15px 0;
}
#access .txtArea dt{
	width: 130px;
	height: 20px;
	padding: 5px;
}
.mapArea,
.mapArea img{
	width: 100%;
}
.txtWrap,
#gMapTokyo,
#gMapFukuoka{
	width: 90%;
	margin: 0 auto;
}
.gMap{
	height: 211px;
	}
.mapArea{
	padding-bottom: 10px;
}
#access .txtArea dd:last-child{
	margin-bottom: 10px;
}