@charset "UTF-8";
/* CSS Document */

@import url("base.css");
@import url("navi.css");
@import url("print.css");


/* access */
/* - - - - - - - - - - - - - - - - - - - - - - */
.map{
	position: relative;
	padding-bottom: 56.25%;/* 9/16*100=56.25 16:9 */
	margin: 10px 0;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map2 {
	margin: 10px 0;
	text-align: center;
}
.map2 img {
	width: 100%;
	height: auto;
}