#access{
	height:1000px;
}
#access h1{
	color:#000080;
	text-align:center;
	font-size:1.8em;
}
#map{
	float:left;
	width:500px;
}
#map iframe{
	border: solid 1px #006699;
	border-radius:10px;

}
#address{
	float:right;
	height:800px;
	padding-left:50px;
}
#address h1{
font-size:2em;
	color:#ff0000;
}
#address h2{
	color:#003399;
}
#address h3{
	color:#cc3300;
}
#address p{
	line-height:2;
}
.place{
	padding:5px;
	border-radius:10px;
	border:1px solid #333399;

}
.mobile{
display:none;
}