@charset "utf-8";
/**
 * base.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 *
 */
/**
 * 1. import
 */

/* misc_map*/
	.pop  #Header {
		padding-bottom: 18px;
	}
	.pop .title {
		float: left;
		margin-top: 18px;
	}
	
	table{
		border-collapse:collapse;
		width:100%;
	}
	table th{
		width:25%;
		background:#f2faeb;
		padding:10px;
		
		border:#ccc 1px solid;
	}
	
	table td{
		padding:10px;
		border:#ccc 1px solid;
	}
	
	p.notes{
		padding-top:20px;
		font-size:10px;
		margin-bottom:30px;
	}