@charset "utf-8";


/*----------------position-------------------*/

.access-unit {
	margin-bottom: 35px;
	display: inline-block;	
}

.access-unit:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;	
}

/* hide from MacIE \*/
* html .access-unit {
	height: 1em;
}

.access-unit {
	display: block;
}
/* end of clearfix */

.access-unit p {
	float: left;
	display: inline;
	width: 500px;
	margin-right: 0;
}

.access-unit p img {
	margin-left: 25px;
}

.access-unit p.google-map {
	float: right;
	width: 210px;
	margin-left: 0;
	margin-right: 15px;
}

.access-unit p.google-map img {
	margin-left: 0;
}


/*----------------定義リスト-------------------*/

#access .contents dt {
 clear: both;
 float: left;
	display: inline;
	border-bottom: 1px dotted #cccccc;
 width: 10em;
	margin: 0;
 padding: 8px 0;
}

#access .contents dd {
	border-bottom: 1px dotted #cccccc;
 margin-left: 10em;
 padding: 8px 0;
}
