@charset "utf-8";

/*
 *
 *	ACCESS style
 *
 */

/*======================================
	map
======================================*/
.map {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 30%;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*============================================================================

	responsive

============================================================================*/
@media screen and (max-width:480px) {
/*======================================
	map
======================================*/
.map {
	padding-bottom: 50%;
}

}
