@charset "utf-8";

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


/*============================================================
 コンテンツ全体
=============================================================*/

	div#contents {
		max-width: 960px;
		margin: 0 auto;
	}


/*============================================================
 コンテンツ　access
=============================================================*/
#access h2 {
	margin-bottom:30px;
}
div#gmap {
	width:420px;
	float:left;
	margin-bottom:30px;
}
div#map {
	width:540px;
	float:right;
}


#dataBox{
	margin-bottom:30px;
	}

#dataBox h3,
#dataBox dt,
#dataBox dd{
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:2px;
	}

#dataBox dl{
	width:341px;
	}

#dataBox dt{
	float:left;
	clear:left;
	width:60px;
	}

#dataBox dd{
	margin-left:60px;
	width:275px;
	}


