@charset "utf-8";

/*
	* Name: access.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.access {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.access #main div.map {
		border: 1px solid #e4e3df;
		margin: 0 0 60px 0;
		padding: 2px;
	}

	body.access #main div.map > iframe {
		border: none;
		height: 360px;
		width: 100%;
	}

}