@charset "utf-8";

.main{
	position:relative;
	width:1060px;
	padding:20px;
}

.main p{
	text-align:center;
}

.map_wrapper{
	width:90%;
	margin:0 auto;
}

p.kaijo span {
	font-size: 1.5em;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.main{
		width:94%;
		padding:1%;
	}

	.map_wrapper{
		width: 90%;
	}
	
	#map{
		height:300px !important;
	}
	.main h2 img { height: 40px; }
}