@charset "utf-8";

/* ===============================================

 アクセス / access
 
=============================================== */

/* -----------------------------------------------
 リスト
-------------------------------------------------- */
div.section dl.access dt {
	display:block;
	float:left;
	clear:left;
	width:11em;
	font-weight:bold;
	color:#5BA710;
}
div.section dl.access dd {
	margin-left:11em;
	padding-bottom:1em;
}


/* -----------------------------------------------
 googlemap
-------------------------------------------------- */
div.section p.map {
	width:594px;
	height:350px;
	margin-bottom:0;
	border:#E0E0E0 3px solid;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div.section dl.access:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.section dl.access {
	zoom:1;
} 