@charset "utf-8";

span.phone{
	display: block;
	padding: 3px 0 0 16px;
	background: url(/share/icon_phone.png) 0 50% no-repeat;
}

table{
	border-top: 1px dotted #ccc;
}

tr{
	border-bottom: 1px dotted #ccc;
}

th{
	width: 8em;
	padding: 2em 0;
}

td{
	padding: 2em;
}

th{
	font-weight: normal;
	white-space: nowrap;
	vertical-align: text-bottom;
}

h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 1em;
}

img.map{
	margin-bottom: 15px;
}

dl.access{
	
}

dl.access dt{
	font-size: 14px;
}

dl.access dd{
	margin-bottom: 15px;
}
dl.access dd.bottom{
	margin-bottom: 0;
}

a{
	color: #275795;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.map{
	background: url(/share/icon_map.png) 0 50% no-repeat;
	padding-left: 14px;
}

p.comment{
	margin-top: 15px;
	background-color: #fff;
	padding: 1em;