<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#logo {
	padding: 15px 10px 30px;
	background: #FFF url(bu.png) no-repeat right center;
	margin-bottom: 10px;
}

p img {
	max-width: 100%;
	height: auto;
}
p.center {
	text-align: center;
}
.list01 {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
.list01 li, ol li {
	margin: 0px 0px 8px;
	padding: 0px;
}
div#video{
	margin: 0px 0px 0px -15px;
	padding: 0px;
}
div#map{
  width:100%;
  height:400px;
  border:4px solid white;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;
}
.ui-header .ui-title, /* header */
.ui-footer .ui-title, /* footer */
.ui-btn-inner, /* button */
.ui-li-heading, /* listview heading */
.ui-li .ui-btn-text a.ui-link-inherit, /* listview link */
.ui-li-desc /* listview description */
{
overflow: visible;
white-space: normal;
}

table.form { border:1px solid #7777bb; border-collapse:collapse; margin-top:1em; }
table.form th,td { text-align:left; border:1px solid #7777bb; padding:8px; font-weight:normal; }
table.form th { background:#cccce6; }
table.form td { background:#f0f0f0; }
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:1.5em; }
</pre></body></html>