@charset "utf-8";

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

	* Contents:
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - Main -
	    - 02-07-01. 領域設定 - Contact -
*/


/* Load External Files */

@import url('../../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-07. 領域設定 - Main -
	======================================== */

	#main div.container ul {
		margin-bottom: 0;
	}


	/* ========================================
	   * 02-07-01. 領域設定 - Contact -
	======================================== */

	#main div.container div.location div#map_zoom {
		height: 450px;
	}

}
