@charset "UTF-8";

/* 
	map setting file
	create : 080805 
	update : 081016
*/

/* -------------------------------------------------- header */
div#header {
	clear: both;
	padding-bottom: 10px;
}

div#header p { height: 25px; }

div#header p.btnClose {
	float: right;
	clear: right;
	width: auto;
	height: auto;
	line-height: 1.3;
	margin-top: 18px;
	font-size: 80%;
}

div#header p.btnClose a {
	padding-left: 14px;
	background-image: url(/common/images/marker-pageclose.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/* -------------------------------------------------- footer */
div#footer {
	/*height: 33px;*/
	margin-top: 50px;
}

div#footer address {
	margin-bottom: 0;
	/*padding-bottom: 10px;*/
}

/* -------------------------------------------------- mainContents */
div#mainContents div.mapArea {
	margin: 0 auto;
	text-align: center;
}

div#mainContents div.mapArea div#map { margin: 0 auto 20px auto; }

div#mainContents div.mapArea p.mapPrintBtn {
	line-height: 0;
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}

div#mainContents div.mapArea p.guide,
div#platform.typeS div#mainContents table {
	width: 544px;
	margin: 0 auto 20px auto;
	text-align: left;
}

div#platform.typeS div#mainContents table { margin-bottom: 50px; }

* html div#platform.typeS div#mainContents table { margin-bottom: 0; }
*:first-child+html div#platform.typeS div#mainContents table { margin-bottom: 0; }

div#platform.typeS div#mainContents table th { width: 150px; }

/* -------------------------------------------------- extra */
span#tracerBlock {
	line-height: 0;
	font-size: 0;
}

/* -------------------------------------------------- clearfixes */
div#header:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}

div#header {
	display: inline-table;
	min-height: 1%;
}

/* for macIE \*/
* html div#header { height: 1%; }

div#header { display: block; }

/* end of for macIE */

/* EOF */
