@charset "utf-8";




div.access {
	zoom: 1;
	}

div.access:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.access h2 {
	margin-bottom: 30px;
	text-align: center;
	}

div#gmap {
	margin-bottom: 1em;
	width: 370px;
	height: 500px;
	float: left;
	}

div#streetView {
	margin-bottom: 1em;
	width: 370px;
	height: 500px;
	float: right;
	background: #000;
	}

div.help {
	
	}

div.help ul {
	
	}

div.help ul li {
	margin-left: 2em;
	list-style: disc;
	}



