#areaBox{
	margin-bottom: 40px;
	}

#areaBox div{
	margin: 0;
	padding: 20px;
	border: 1px solid #336fb7;
}

#main #areaBox h1{
	position: relative;
	margin: 0;
	overflow: hidden;
	background: -webkit-gradient(linear,left top, left bottom,from(#458dc8),to(#2d5cac));
	background: linear-gradient(#458dc8,#2d5cac);
}

#main #areaBox h1:after{
	position: absolute;
	content: "";
	width: 84px;
	height: 87px;
	top:0;
	bottom: 0;
	right: 30px;
	margin: auto;
	background: url(../img/top/map.png) no-repeat 0 0;
	background-size: 84px 87px;
	}

#areaBox div h2:first-of-type{
	margin-top: 20px;
	
}

#areaBox .boldX{
	font-size: 113%;
	font-weight: bold;
	}



@media only screen and (max-width: 767px){
	#areaBox .boldX{
		font-size: 100%;
		}
	#main #areaBox h1:after{
		width: 49px;
		height: 51px;
		right: 20px;
		background-size: 49px 51px;
		}
	}