#main #access > h1 {
	height: 29px;
	margin-top: 10px;
	background: url(../img/h-access.png) no-repeat;
	text-indent: -9999px;
}

#main #access #list {
	margin-top: 30px;
	padding-bottom: 39px;
	overflow: hidden;
}

#main #access #list > h1 {
	height: 40px;
	background: url(../img/h-list.png) no-repeat left center;
	border-bottom: 1px solid #d8d8d8;
	text-indent: -9999px;
}

#main #access #list .container {
	margin: 40px 20px 0;
}

#main #access #list table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

#main #access #list table tr > * {
	border-top: 1px dotted #d8d8d8;
}

#main #access #list table tr:first-child > * {
	border-top: none;
}

#main #access #list table th {
	font-size: 100%;
	text-align: left;
	padding: 17px 15px;
	font-size: 93%;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
	width: 1px;
}

#main #access #list table th.department {
	padding-left: 0;
}

#main #access #list table td {
	font-size: 100%;
	padding: 17px 15px;
	font-size: 93%;
	line-height: 1.5;
}

#main #access #list table td.google-map {
	width: 139px;
	padding-right: 0;
	vertical-align: middle;
}

#main #access #list table tr.merge-above > * {
	border-top: none;
	padding-top: 0;
}

#main #access #list table td b {
	font-weight: bold;
}

#main #access #list ul {
	margin: 40px 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#main #access #list ul li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dotted #d8d8d8;
}

#main #access #list ul li:after {
	content: "";
	display: block;
	clear: both;
}

#main #access #list ul li .name {
	float: left;
	width: 110px;
	font-size: 93%;
	font-weight: bold;
}

#main #access #list ul li .address {
	float: left;
	margin: -.25em 0;
	font-size: 93%;
	line-height: 1.5;
}

#main #access #list ul li .google-map {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -13px -3px -4px -1px;
	padding: 0 3px 4px 1px;
}
