<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .map_area {
    width:100%;
    position: relative;
    z-index:1;
  }
  /*蜈ｱ騾�*/
  .disnone {
    display: none;
  }
  /*繝励Ο繧ｰ繝ｬ繧ｹ繝繧､繧｢繝ｭ繧ｰ*/
  .waitingmessage_panel {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .waitingmessage_panel span {
    position: absolute;
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari縲，hrome縺ｪ縺ｩ */
    -ms-user-select: none; /* IE10�� */
    unselectable="on"
  }

  /*蜃｡萓�*/
  #legendMap{
    max-height:200px;
    overflow:auto;
    background-color:#ffffff;
    overflow-y: scroll;
  }
  #legendTable{
    display:table;
  }
  .legendItem{
    display:table-row;
  }
  .legendImg{
    max-width:15px;
    max-height:15px;
    display:table-cell;
    padding:2px;
  }
  .legendName{
    white-space:nowrap;
    display:table-cell;
    padding:2px;
    vertical-align:middle;
    font-size:0.7rem
  }
  
  /*螻樊ｧ繝繧､繧｢繝ｭ繧ｰ*/
  .infoName{
    font-size:1rem;
  }
  .infoItem{
    font-size:0.8rem;
  }
</pre></body></html>