@charset "utf-8";

body {
	color: #fff;
	background: #003;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 100%;
}
#container {
	font-size: 110%;
}
a:link {
	color: #ff0;
	background: transparent;
}
a:visited {
	color: #ff9;
	background: transparent;
}
a:hover, a:active {
	color: #fcf;
	background: transparent;
}
img {
	border: none;
}
p.hide {
	display: inline;
	margin-right: 1em;
}
hr {
	clear: both;
}
h1 {
	font-size: 200%;
	line-height: 1.5;
}

h2 {
	font-size: 170%;
	border-left: 8px solid #fff;
	padding-left:8px;
}

h3 {
	font-size: 130%;
	line-height: 1.75;
}

h4, p, li, dd {
	font-size: 100%;
	line-height: 1.75;
}
ul {
	margin-left: 20px;
	padding-left: 0;
}
ol {
	margin-left: 30px;
	padding-left: 0;
}

.design {
	float: left;
	margin-right: 30px;
}
.fontsize {
	float: left;
}
.button p {
	float: left;
	margin-right: 5px;
}
.button li {
	display: inline;
	list-style: none;
}

.button:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.button {
	display: inline-block;
}
/* \*/
* html .button {height: 1%;}
.button {display: block;}
/* */

#head-menu li, #foot-menu li {
	margin-bottom: 0.5em;
}

#content {
	margin-left: 20px;
}
#content h1, #content h2 {
	margin-left: -20px;
}


/*--- トップ ---*/

.top-roadmap {
	width: 100%;
	height: 355px;
	overflow: auto;
}


/*--- バリアフリーマップ ---*/

#map #kinenkan table {
	border-collapse: collapse;
	border: 1px solid #fff;
	empty-cells: show;
}
#map #kinenkan caption {
	text-align: left;
}
#map #kinenkan th, #map #kinenkan td {
	border: 1px solid #999;
	padding: 2px 7px;
}
#map #kinenkan tr.table-head {
	text-align: center;
}
#map #kinenkan tr.handi {
	background: #006;
}
#map #kinenkan td {
	text-align: right;
	white-space: nowrap;
}
#map #kinenkan dt {
	clear: left;
	float: left;
	margin-right: 0.5em;
}
#map #toilet .detail p {
	float: left;
	margin: 5px 10px 5px 0;
}

#map #toilet:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#map #toilet {
	display: inline-block;
}
/* \*/
* html #map #toilet {height: 1%;}
#map #toilet {display: block;}
/* */


/*--- イベント情報 ---*/

#event #content dt {
	margin-left: -20px;
	font-size: 170%;
	border-left: 8px solid #fff;
	padding-left:8px;
	margin-bottom: 0.5em;
}
#event #content dd {
	margin-left: 0;
}

/*--- リンク ---*/

#link #content dt {
	display: list-item;
	margin-left: 10px;
}
#link #content dd {
	margin-bottom: 1em;
}

/*--- 店舗一覧ページ ---*/

#shoplist .roadmap {
	width: 100%;
	height: 355px;
	overflow: auto;
}

