@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[access_map.css]

	@author S.Kaizu

============================================================*/

div.content h1 {
	height: 50px;
}

div.section h2 {
}

/* trace map */
div.section p.map {
	margin: 0 0 20px;
}

/* google map button */
div.section p#google-map {
	position: absolute;
	right: 0;
	top: -50px;
}

div.section p#google-map img {
	display: block;
}

/* information */
div.section div.address {
	float: left;
	width: 330px;
}

div.section div.access {
	float: right;
	width: 330px;
}

div.section h2 {
	height: 39px;
	margin: 0;
	padding: 5px 0 0;
}
* html div.section h2 {
	height: 44px;
}

/* address */
div.address dl {
	margin: 0;
}

div.address dt {
	float: left;
}

div.address dd {
	margin: 0 0 0 5em;
}

/* access */
div.access dl {
	margin: 0;
}

div.access dt {
	float: left;
}

div.access dd {
	margin: 0 0 0.5em 5em;
}

div.access dd ul {
	margin: 0;
}

div.access dd li {
	margin: 0 0 0 1.5em;
}

