@charset "utf-8";
/*------------------------------------------------------------
	スタッフ一覧
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 48px;
}

#main {
	margin-bottom: 140px;
}

#main h3 {
height: 120px;
background-image: url(../search/images/h3_bg.png);
background-repeat: no-repeat;
background-position: center;
font-size: 24px;
line-height: 120px;
text-align: center;
box-sizing: border-box;
margin-bottom: 20px;
}

#sitemap {
	margin-bottom:100px;
}

.section h4{
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 18px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

.section{
	margin:0 0 50px;
	overflow:hidden;
}
.section ul{
}

.section li{
	display:block;
	width:320px;
	background:url(../sitemap/images/arrow.png) no-repeat left center;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	box-sizing: border-box;
}

.section li a{
	color: #333;
}

.section li a:hover{
	color: #06C;
}