#map {
	clear : both;
	width : 100%;
	height: 500px;
	margin-bottom : 6%;
	border : solid 1px #b4b4b4;
	box-sizing : border-box;
}

.gmapinfo p {
	margin : 5px 0 5px 0;
	line-height : 1.6em;
	font-size : 100%;
}

.gmapinfo p a {
	color : #0064c8;
	text-decoration : underline;
}

.gmapinfo p a:hover {
	color : #0064c8;
	text-decoration : none;
}

/*----------headerNavi----------*/

ul#pintype {
	display : none;
}

ul#hnavi {
	list-style : none;
	width : 200px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

ul#hnavi li {
	float : left;
	text-align : center;
}

ul#hnavi li a {
	display : block;
	width : 200px;
	padding : 7px 0 7px 0;
	color : #ffffff;
	background : #0078dc;
	text-decoration : none;
}

ul#hnavi li a:hover {
	display : block;
	width : 200px;
	padding : 7px 0 7px 0;
	color : #ffffff;
	background : #053c9b;
	text-decoration : none;
}