<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* html start */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* html end */
/* map start */
#mapid {
  position: absolute;
  top:60px;
  left: 5px;
  height: 85%;
  width: 95%;
  margin: 0;
  padding: 0;
  float: left;
}
/* map end */
/* table start */
.topmenu{
  height: 40px;
  width: 100%;
  border: inset 2px #00FFAA;
  background-color: #AAFFDD;
}
.rightblank{
  width: 40px;
}
.leaflet-bottom.leaflet-left{
  width: 100%;
}
.popuptable{
  border-collapse: collapse;
  table-layout: fixed;
  width: 300px;
  border: thin solid #000000;
}
.popuptable td{
  overflow: visible;
  border: thin solid #000000;
  word-wrap: break-word;
}
.popuplabel{
  width: 80px;
}
.popupvalue{
  width: 220px;
}
/* table end */
/* 繝峨Ο繝ｯ繝ｼ(縺薙％縺九ｉ) */
.btndrawr {
  display: block;
  width:30px;
  height: 30px;
  position: absolute;
  top:5px;
  right:10px;
  cursor: pointer;
  z-index: 10001;
}
.peke {
  background-position: -35px 0;
}
.drawr {
  display: none;
  background-color:rgba(255,255,255,0.9);
  position: absolute;
  top: 0px;
  right:0;
  width:300px;
  padding:60px 0 0px 0px;
  z-index: 10000;
}

/* 繝峨Ο繝ｯ繝ｼ(縺薙％縺ｾ縺ｧ) */
/* 繧ｿ繝�(縺薙％縺九ｉ) */
.nav-link{
  font-size: 14px;
  padding: 5px;
}
.tab-pane{
  padding: 5px;
}
.scroll-pane {
  width:270px;
  height:500px;
  overflow:auto;
}
/* 繧ｿ繝�(縺薙％縺ｾ縺ｧ) */

/* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ(縺薙％縺九ｉ) */
#acMenu dl {
  width: 270px;
}
#acMenu dt {
  border: 1px solid #ccc;
  background: #00BB00;
  padding: 5px;
  font-size: 16px;
  position: relative;
}
#acMenu dt:after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
}
#acMenu dt.ac:after {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  width: 10px;
  right: 10px;
  bottom: 18px;
  height: 10px;
  transform: rotate(45deg);
}
#acMenu dd {
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  padding: 5px;
  display: none;
  font-size: 14px;
}
/* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ(縺薙％縺ｾ縺ｧ) */

/* 逕ｻ蜒上�繝��繧｢繝��(縺薙％縺九ｉ) */

/* 逕ｻ蜒上�繝��繧｢繝��(縺薙％縺ｾ縺ｧ) */
</pre></body></html>