@charset "utf-8";
/* info CSS */

body { color:#FFFFFF; }
#access-map {
	width: 640px;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
}
section.container { margin:10px 0; }
.tl_round {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background:#251D1A;
	color:#FFFFFF;
}
.tl_round h2 {
	color:#FFFFFF;
	padding:10px;
	text-shadow:1px 1px 1px #000000;
	font-size:28px;
}
.inner {
	background:#FFFFFF;
	color:#000000;
	font-size:26px;
	padding:10px;
	line-height:1.4;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.cnt_round { }

dl.dlist01 { }
dl.dlist01 dt {
	font-size:28px;
	font-weight:bold;
	color:#A00000;
}
dl.dlist01 dd { }
ul#listview { margin-bottom:10px; }
ul#listview li.a {
	background:#333333;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color:#FFFFFF;
	padding:3px;
}
ul#listview li.d {
	background:#EFEfEF;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	color:#000000;
	padding:3px;
	border:solid 1px #999999;
}
table01 th { white-space:nowrap; }
/*電話ボタン*/
.othBtn { margin:5px; }
.othBtn a {
	display: block;
	padding: 5px 0;
	text-align:center;
	-webkit-border-radius: 5px;
	border-top: 1px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #ccc));
	color:#69308d;
	text-decoration:none;
	-webkit-box-shadow: 0 1px 3px #303;
	margin:0 auto;
	font-size:28px;
}
.othBtn a:vlink {
color:#69308d;
}
