/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@charset "utf-8";

html, body {
  -webkit-text-size-adjust: 100%;
  background-color: rgb(170,170,170);
  font-family:'メイリオ',Meiryo,
               'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
               'ＭＳ Ｐゴシック',sans-serif;
  line-height: 150%;
  color: #555;
  margin: 0px;
  height: 100%;
  min-width: 1190px;
}

/* 1. Header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#header {
  position: relative;
  box-sizing: border-box;
  top: 0px;
  height: 140px;
  width: 100%;
  background-color: rgb(248,248,248);
  background-image: url(../img/bg_header.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  z-index:2;
}

  h2#title_text {
    position: relative;
    box-sizing: border-box;
    top: 10px;
    left: 10px;
    width: 50%;
    margin: 0px;
    padding: 0px;
    font-size: 24pt;
    line-height: 1.0em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: rgb(30, 111, 217);
    background: -webkit-linear-gradient(90deg, rgb(26,70,187), rgb(35,141,238));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  div#header img.logo {
    margin: 10px 10px 0px 0px;
    float: right;
    height: 60px;
  }

  div#header img.title {
    margin: 10px 0px 0px 5px;
    float: left;
  }

  div#links {
    position: absolute;
    top: 10px;
    right: 200px;
  }
    div#links ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      float: left;
    }
      div#links ul li {
        float: left;
        margin: 0px 3px;
        width: 80px;
        height: 30px;
        border-radius: 3px;
      }
        div#links ul li a {
          margin-top: 3px;
          padding-top: 10px;
          line-height: 1.4em;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:10.5pt;
          height: 40px;
          border-radius: 3px;
          cursor: pointer;
        }
        div#links ul li a span {
          font-size: 12pt;
        }

        div#links ul li#menubtn > div{
          margin-top: 4px;
          display: block;
          text-decoration: none;
          text-align: center;
          text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
          font-size:8pt;
          background-color: rgba(0,0,0,0.8);
          border: 1px solid rgb(180,180,180);
          height: 40px;
          padding-top:10px;
          line-height: 1.5em;
          border-radius: 3px;
          color: rgb(255,255,255);
          cursor: pointer;
          box-shadow:
            0px 36px 5px rgba(255,255,255,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
        }
          div#links ul li#menubtn > div:first-line {
            font-size: 10pt;
          }

        div#links ul li#menubtnj > div{
          margin-top: 4px;
          display: block;
          text-decoration: none;
          text-align: center;
          text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
          font-size:8pt;
          background-color: rgba(0,0,0,0.8);
          border: 1px solid rgb(180,180,180);
          height: 40px;
          padding-top:10px;
          line-height: 1.5em;
          border-radius: 3px;
          color: rgb(255,255,255);
          cursor: pointer;
          box-shadow:
            0px 36px 5px rgba(255,255,255,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
        }
          div#links ul li#menubtnj > div:first-line {
            font-size: 8pt;
          }

          div#links ul li.reg a{
            line-height: 1.2em;
            background-color: rgba(255,137,2,1.0);
            border: 1px solid rgb(255,255,255);
            border-radius: 3px;
            font-size: 10pt;
            color: rgb(255,255,255);
            text-shadow: 1px 1px 2px rgba(128,0,0,0.8);
            box-shadow:
              0px -12px 5px rgba(255,0,0,0.2) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

          div#links ul li.toplink a{
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            font-size: 9pt;
            color: rgb(50,50,50);
            text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
            box-shadow:
              0px -12px 5px rgba(0,0,0,0.1) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }
            div#links ul li.toplink a:first-line {
              font-size: 12pt;
            }

          div#links ul li.toplinkA a{
            line-height: 1.2em;
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            font-size: 11pt;
            color: rgb(50,50,50);
            text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
            box-shadow:
              0px -12px 5px rgba(0,0,0,0.1) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

          div#links ul li#gsmapbtn > div{
            margin-top: 4px;
            display: block;
            text-decoration: none;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
            font-size:8pt;
            background-color: rgba(0,0,0,0.8);
            border: 1px solid rgb(180,180,180);
            height: 40px;
            padding-top:10px;
            line-height: 1.5em;
            border-radius: 3px;
            color: rgb(255,255,255);
            cursor: pointer;
            box-shadow:
              0px 36px 5px rgba(255,255,255,0.1) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
         }
          div#links ul li#selectedItem > div{
            margin-top: 3px;
            display: block;
            text-decoration: none;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(0,0,0,0);
            font-size:9pt;
            background-color: rgba(0,59,157,1.0);
            border: 3px solid rgb(0,  0,  0);
            height: 53px;
            padding-top:6px;
            line-height: 1.5em;
            border-radius: 3px;
            color: rgb(255,255,255);
            box-sizing: border-box;
            box-shadow:
              0px 36px 5px rgba(255,255,255,0.1) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }
            div#links ul li#selectedItem > div:first-line {
              font-size: 11pt;
            }



  div#header ul#info {
    position: absolute;
    top: 43px;
    left: 5px;
    font-size: 85%;
    color: #555555;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  div#header ul#info li {
    margin-right: 10px;
    line-height: 25px;
    float: left;
  }

  div#header div#latest {
    font-size: 85%;
    color: #555555;
    list-style: none;
  }

  div#console {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background-image: url(../img/bg_console.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: rgb(74,74,74);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  }
    div#dateSelect {
      position: absolute;
      top: 7px;
      left: 5pt;
      height: 25px;
      color: rgb(255,255,255);
    }

    div#changeImgCtrl {
      position: absolute;
      top: 39px;
      left: 10px;
      height: 25px;
    }

    div#console select {
      height: 30px;
      border: 1px solid #777;
      background-color: #444;
      color: #FFF;
      font-size: 14pt;
    }
    div#console option {
      border: 1px solid #555;
      font-weight: normal;
      color: #FFF;
      font-size: 14pt;
    }
      div#console div#clim {
        float:left;
      }



    div#btnGroup {
      position:absolute;
      top: 10px;
      right: 10px;
      width: 400px;
      background-color:rgba(0,0,0,0.4);
      border-radius: 5px;
      border: 1px solid dimgray;
      box-shadow :
        1px 1px 2px rgba(0,0,0,0.8) inset,
        1px -1px 1px rgba(255,255,255,0.5) inset
      ;
      padding: 5px;
      color:white;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
      text-align:center;
      line-height: 0.9em;
      display:flex;
    }

      button.overlaybtn {
        width: 60px;
        height: 25px;
        border-radius: 5px;
        background-color: rgba(87,87,87,1.0);
        border-top: 1px solid rgb(210,210,210);
        border-bottom: 1px solid rgb(113,113,113);
        border-left: 1px solid rgb(101,101,101);
        border-right: 1px solid rgb(101,101,101);
        box-shadow: 
          0px 4px 4px rgba(255,255,255,0.1) inset,
          0px -4px 4px rgba(20,20,20,0.1) inset,
          1px 1px 3px rgba(0,0,0,0.8)
        ;
        cursor: pointer;
        padding: 0px;
        color: white;
        margin: 0px 5px;
      }
        button.overlaybtn div {
          line-height: 0.85em;
          font-size: 9pt;
          padding: 0px;
          margin: 0px;
        }

        div#btnGroup button.on {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
          font-weight: bold;
          color: black;
        }

    div#logoview_now {
      position     : absolute;
      top: 5px;
      right: 400px;
      width: 105px;
      height: 35px;
    }

    div#sidebtn {
      position:absolute;
      top: 10px;
      right: 10px;
      width: 25px;
      height: 20px;
      margin: 0px auto;
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      background-color: rgba(0,0,0,0.8);
      box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
      cursor: pointer;
      z-index: 3;
    }

      div#sidebtn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 70%;
        left: 15%;
        background-color: rgba(255,255,255,1.0);
        border-radius: 2px;
        opacity: 1.0;
        -weblit-transform: rotate(0deg):
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
      }

        div#sidebtn span:nth-child(1) {
          top: 2px;
          width: 0%;
          left: 50%;
        }
        div#sidebtn span:nth-child(2) {
          top: 9px;
          -weblit-transform: rotate(45deg):
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        div#sidebtn span:nth-child(3) {
          top: 9px;
          -weblit-transform: rotate(-45deg):
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        div#sidebtn span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

        div#sidebtn.open span:nth-child(1) {
          top: 3px;
          width: 70%;
          left: 15%;
        }
        div#sidebtn.open span:nth-child(2) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 9px;
        }
        div#sidebtn.open span:nth-child(3) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 9px;
        }
        div#sidebtn.open span:nth-child(4) {
          top: 15px;
          width: 70%;
          left: 15%;
        }


    div#sidemenu {
      position:absolute;
      top: 30px;
      right: 10px;
      width: 248px;
      background-color: rgba(0,0,0,0.6);
      border: 1px solid rgb(0,0,0);
      border-radius: 0px 0px 3px 3px;
      box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
      text-align: center;
      line-height: 1.0em;
      z-index: 2;
    }
      div.sublbl {
        margin: 0px;
        padding: 0px 0px 0px 5px;
        width: calc(100% - 10px);
        text-align: left;
        font-size: 9pt;
        color: rgb(245,245,245);
        position: relative;
      }

      /* Opacity Slider  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
      div#sliderbox {
        position : relative;
        top: 0px;
        left: 10px;
        width: 230px;
        height   : 18px;
        background-color:rgba(0,0,0,0.6);
        border-radius: 3px;
        border: 1px solid dimgray;
        color: snow;
        font-size: 7.5pt;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
        padding-top: 6px;
        margin-bottom: 10px;
        z-index: 3;
        line-height: 1.0em;
      }

        div#slider {
          float:right;
          margin: 0px 10px 2px 2px;
          width    : 150px;
          height   : 8px;
          background-color:rgba(255,255,255,0.5);
        }

      div#baseswitch {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
        z-index: 3;
      }
        div#baseswitch>select {
          border-radius: 3px;
          margin-top: -1px;
          background-color:rgba(0,0,0,0.6);
          border: 1px solid dimgray;
          color: snow;
          width: 230px;
          height: 25px;
          font-size: 8pt;
          text-align:center;
        }

      div#geoinfoGroup {
        position: relative;
        top: 0px;
        left: 10px;
        height: 55px;
        width: 228px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        padding: 0px;
        margin-bottom: 10px;
        color:white;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        text-align:center;
        line-height: 0.9em;
      }
        div#geoinfoGroup button {
          width: 105px;
          height: 20px;
          border-radius: 5px;
          background-color: rgba(87,87,87,1.0);
          border-top: 1px solid rgb(210,210,210);
          border-bottom: 1px solid rgb(113,113,113);
          border-left: 1px solid rgb(101,101,101);
          border-right: 1px solid rgb(101,101,101);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          cursor: pointer;
          padding: 0px;
          color: white;
          margin: 3px 0px;
        }
          div#geoinfoGroup button>div {
            font-size: 8pt;
            padding: 0px;
            margin: 0px;
          }

      div#areasearch {
        position: relative;
        top: 0px;
        left: 10px;
        width: 224px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
        padding: 2px;
      }

        div#areasearch select {
          width: 220px;
        }

      div#user_location {
        position: relative;
        top: 0px;
        left: 10px;
        width: 230px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
      }
        div#user_location table {
          margin: 10px;
          padding: 0px;
          width: 95%;
          border-collapse: collapse;
        }
          div#user_location td {
            font-size: 10pt;
            color:white;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
            text-align: left;
            padding-left: 10pt;
          }
        div#user_location input {
          text-align: center;
          width: 90px;
        }

        div#user_location button {
          border-radius: 3px;
          background-color: rgba(87,87,87,1.0);
          border-top: 1px solid rgb(210,210,210);
          border-bottom: 1px solid rgb(113,113,113);
          border-left: 1px solid rgb(101,101,101);
          border-right: 1px solid rgb(101,101,101);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          color: white;
          width: 180px;
          margin-bottom: 10px;
          cursor: pointer;
        }

      div#other_func {
        position: relative;
        top: 0px;
        left: 10px;
        width: 230px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
      }

        div#other_func button {
          border-radius: 3px;
          background-color: rgba(240,240,240,1.0);
          border-top: 1px solid rgb(250,250,250);
          border-bottom: 1px solid rgb(180,180,180);
          border-left: 1px solid rgb(221,221,221);
          border-right: 1px solid rgb(221,221,221);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          color: black;
          width: 180px;
          margin: 5px auto;
          cursor: pointer;
        }
        div#other_func button.on {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
        }
          div#other_func button.nosel {
            background-color: rgba(100,100,100,1.0);
          }

      /*  Show link
      %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
      div#linkcont {
        width: 90%;
        background-color: white;
        color: black;
        word-break: break-all;
        text-align: left;
        padding: 3px;
        border: 2px solid red;
        border-radius: 3px;
        display: none;
      }

        /*  Graph Menu
        %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
        div#graphmenu {
          position: absolute;
          top: 50%;
          left: -102%;
          width: calc(100% - 10px);
          height: calc(50% - 10px);
          z-index:6;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(0,0,0);
          border-radius: 0px 0px 3px 3px;
          box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
          font-size: 10pt;
          text-align: left;
          padding: 5px 0px 5px 10px;
          display: none;
        }
          div#graphmenu div#grpcls {
            position:absolute;
            bottom: 45px;
            right: -11px;
            border-top: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 0px solid black;
            border-left: 0px solid black;
            background-color: rgba(255,255,255,1.0);
            width: 20px;
            height: 20px;
            -weblit-transform: rotate(45deg):
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        
          }
            div#grpcls  span {
              position: absolute;
              left: 10%;
              height: 1px;
              width: 80%;
              display: block;
              background-color: rgba(0,0,0,1.0);
              border-radius: 1px;
        
            }
                div#grpcls  span:nth-child(1) {
                  top: 10px;
                  -weblit-transform: rotate(45deg):
                  -moz-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg);
                }
                div#grpcls  span:nth-child(2) {
                  top: 10px;
                  -weblit-transform: rotate(-45deg):
                  -moz-transform: rotate(-45deg);
                  -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
                }
        
          div#graphmenu button {
            width: 72px;
            font-size: 8pt;
            cursor: pointer;
            text-align: center;
          }
        
            div#graphmenu button.on {
              background-color: rgba(181,230,29,1.0);
              border-radius: 3px;
              border: inset 1px gray;
            }

          div#point_menu {
            margin-top: 10px;
            display: block;
          }
          div#box_menu, div#boundary_menu {
            margin-top: 10px;
            display: none;
          }

        div#graphmenu button[name='shwgrp']{
          position: relative;
          top: 20px;
          left: calc(10% - 5px);
          width: 80%;
          /* height: 25px; */
          background-color: rgba(128,128,255,1.0);
          border: 1px solid rgba(45,0,95,1.0);
          box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
          border-radius: 3px;
          transition: 0.2s;
          color: rgb(255,255,255);
          font-weight: bold;
          cursor: pointer;
        }

          div#graphmenu button[name='shwgrp']:hover {
            background-color: rgba(255,255,255,1.0);
            border: 2px solid rgba(128,128,255,1.0);
            color: rgb(128,128,255);
          }

        div#graphmenu input[type='text']{
          text-align: center;
          width: 100px;
        }


        /*  Graph Menu - boundaries -
        %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
        div#boundary_menu ul {
          list-style: none;
          margin: 0px 10px 0px 0px;
          padding: 0px;
        }
        div#boundary_menu li {
          position:relative;
          text-align: right;
        }
        div#boundary_menu li:nth-child(n+2) {
          display: none;
        }
        div#boundary_menu li select {
          width: 220px;
          margin-bottom:2px;
          text-align:left;
        }
          div#boundary_menu select[name='boundaryB'] {
            width: 200px;
          }
          div#boundary_menu select[name='boundaryC'] {
            width: 180px;
          }
          div#boundary_menu select[name='boundaryD'] {
            width: 160px;
          }
          div#boundary_menu select[name='boundaryE'] {
            width: 140px;
          }
          div#boundary_menu select[name='boundaryF'] {
            width: 120px;
          }

/* 2. Map area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#main {
  position: relative;
  box-sizing: border-box;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  height: calc(100% - 140px);
  min-height: 600px;
  z-index: 0;
}

div#gmap {
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  width: 100%;
  background-color: rgb(230,230,230);
  z-index:1;
}

div#note {
  position:absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

div#cbararea {
  position:absolute;
  bottom: 100px;
  left: 10px;
  z-index: 6;
  background-color: rgb(255,255,255);
  border:1px solid rgb(0,0,0);
  text-align: center;
}

div#graph_plot {
  position:relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  z-index: 1;
}

/* for trouble information */
div#alert {
  position:relative;
  top: 8px;
  left: 50px;
  width: 400px;
  border: 1px solid crimson;
  padding: 0px 0px;
  line-height: 1.2em;
  background-color: rgba(255,255,255,0.8);
  display: none;
  font-size: 10pt;
  z-index: 9;
}
  div#alert h2{
    font-size: 11pt;
    color:white;
    background-color: crimson;
    background-image: none;
    margin:0px 0px;
    padding: 5px;
  }
  div#alert p{
    color: red;
    font-weight: bold;
    padding: 7px 5px;
    margin: 0px 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  }

  /* Information */
  input[name='wnewbtn'] {
    position:absolute;
    top: 10px;
    left: 50px;
    width: 100px;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    border: 2px solid white;
    background-color: rgba(150,150,150,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
  }

  div#wnew {
    position:relative;
    top: 10px;
    left: 50px;
    width: 400px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid black;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(0,0,0,0.9);
    font-size: 10.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 9;
  }
    div#wnew h2{
      margin: 2px 0px;
      padding: 2px 0px 0px 0px;
      width: calc(100% - 2px );
      font-size: 11pt;
      color: rgb(240,240,240);
    }
      div#wnew h2 img#close_btn{
        position: absolute;
        top: 2px;
        right: 5px;
      }
    div#wnew dl {
      font-size: 10pt;
      width: 100%;
      text-align: left;
      color: white;
      overflow: auto;
      margin: 2px 0px 0px 0px;
      padding: 2px 0px;
      letter-spacing: normal;
    }
      div#wnew dl dt{
        font-size: 9pt;
        float:left;
        width: calc(100% - 20px);
        font-weight:bold;
        border-top: 1px dotted #CCC;
        padding: 2px 5px;
      }
      div#wnew a{
        color: orange;
      }



/* 3. Footer 
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#footer {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  background-color: rgb(58,114,168);
  border-top: 3px solid rgb(255,179,0);
  font-size: 10pt;
  z-index:2;
}

/*
    border: 1px solid dimgray;
    background-color: rgb(117,117,117);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow :
      1px 1px 1px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.6) inset
    ;
*/
  }

  div#footer img {
    vertical-align: middle;
  }

  ul#logo {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
    ul#logo li {
      float: left;
      margin-right: 15px;
    }
  address {
    margin-top: 5px;
    margin-right: 15px;
    text-align: left;
    line-height: 120%;
    float: left;
  }
    address .copy {
      font-size: 77%;
      color: rgb(200,200,200);
    }
  div#caution {
    margin-top: 7px;
    margin-right: 20px;
    float: left;
  }
  
  ul#footerLink {
    margin: 7px 5px 0px 0px;
    text-align: left;
    list-style-type: none;
    float: right;
  }
    ul#footerLink li {
    margin: 0px 0px 0px 10px;
      float:left;
      background-image: url(../img/linkmarker.png);
      background-position: 0px 7px;
      padding-left: 14px;
      background-repeat: no-repeat;
    }
  div#footer a:link    {color: #FFF; text-decoration: none;}
  div#footer a:visited {color: #FFF; text-decoration: none;}
  div#footer a:hover   {color: #ffcc00; text-decoration: underline;}
  div#footer a:active  {color: #ff9c00; text-decoration: underline;}


/* 4. ボタンデザイン
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
/* W180pxボタン ***************/
input.w180btn {
	cursor: pointer;
	width: 180px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w180.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w180btn:hover {
    background: url(../img/consoleBtn_w180.png) no-repeat 0 -30px;
}
input.w180btn:active {
    background: url(../img/consoleBtn_w180.png) no-repeat 0 -60px;
}
/* W170pxボタン ***************/
input.w170btn {
	cursor: pointer;
	width: 170px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w170.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w170btn:hover {
    background: url(../img/consoleBtn_w170.png) no-repeat 0 -30px;
}
input.w170btn:active {
    background: url(../img/consoleBtn_w170.png) no-repeat 0 -60px;
}
/* W160pxボタン ***************/
input.w160btn {
	cursor: pointer;
	width: 160px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w160.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w160btn:hover {
    background: url(../img/consoleBtn_w160.png) no-repeat 0 -30px;
}
input.w160btn:active {
    background: url(../img/consoleBtn_w160.png) no-repeat 0 -60px;
}
/* W150pxボタン ***************/
input.w150btn {
	cursor: pointer;
	width: 150px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w150.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w150btn:hover {
    background: url(../img/consoleBtn_w150.png) no-repeat 0 -30px;
}
input.w150btn:active {
    background: url(../img/consoleBtn_w150.png) no-repeat 0 -60px;
}
/* W140pxボタン ***************/
input.w140btn {
	cursor: pointer;
	width: 140px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w140.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w140btn:hover {
    background: url(../img/consoleBtn_w140.png) no-repeat 0 -30px;
}
input.w140btn:active {
    background: url(../img/consoleBtn_w140.png) no-repeat 0 -60px;
}
/* W130pxボタン ***************/
input.w130btn {
	cursor: pointer;
	width: 130px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w130.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w130btn:hover {
    background: url(../img/consoleBtn_w130.png) no-repeat 0 -30px;
}
input.w130btn:active {
    background: url(../img/consoleBtn_w130.png) no-repeat 0 -60px;
}
/* W120pxボタン ***************/
input.w120btn {
	cursor: pointer;
	width: 120px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w120.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w120btn:hover {
    background: url(../img/consoleBtn_w120.png) no-repeat 0 -30px;
}
input.w120btn:active {
    background: url(../img/consoleBtn_w120.png) no-repeat 0 -60px;
}
/* W110pxボタン ***************/
input.w110btn {
	cursor: pointer;
	width: 110px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w110.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w110btn:hover {
    background: url(../img/consoleBtn_w110.png) no-repeat 0 -30px;
}
input.w110btn:active {
    background: url(../img/consoleBtn_w110.png) no-repeat 0 -60px;
}
/* W100pxボタン ***************/
input.w100btn {
	cursor: pointer;
	width: 100px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w100.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w100btn:hover {
    background: url(../img/consoleBtn_w100.png) no-repeat 0 -30px;
}
input.w100btn:active {
    background: url(../img/consoleBtn_w100.png) no-repeat 0 -60px;
}
/* W90pxボタン ***************/
input.w90btn {
	cursor: pointer;
	width: 90px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w90.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w90btn:hover {
    background: url(../img/consoleBtn_w90.png) no-repeat 0 -30px;
}
input.w90btn:active {
    background: url(../img/consoleBtn_w90.png) no-repeat 0 -60px;
}
/* W80pxボタン ***************/
input.w80btn {
	cursor: pointer;
	width: 80px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w80.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w80btn:hover {
    background: url(../img/consoleBtn_w80.png) no-repeat 0 -30px;
}
input.w80btn:active {
    background: url(../img/consoleBtn_w80.png) no-repeat 0 -60px;
}
/* W70pxボタン ***************/
input.w70btn {
	cursor: pointer;
	width: 70px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w70.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w70btn:hover {
    background: url(../img/consoleBtn_w70.png) no-repeat 0 -30px;
}
input.w70btn:active {
    background: url(../img/consoleBtn_w70.png) no-repeat 0 -60px;
}
/* W60pxボタン ***************/
input.w60btn {
	cursor: pointer;
	width: 60px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w60.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w60btn:hover {
    background: url(../img/consoleBtn_w60.png) no-repeat 0 -30px;
}
input.w60btn:active {
    background: url(../img/consoleBtn_w60.png) no-repeat 0 -60px;
}
/* W50pxボタン ***************/
input.w50btn {
	cursor: pointer;
	width: 50px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w50.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w50btn:hover {
    background: url(../img/consoleBtn_w50.png) no-repeat 0 -30px;
}
input.w50btn:active {
    background: url(../img/consoleBtn_w50.png) no-repeat 0 -60px;
}
/* W40pxボタン ***************/
input.w40btn {
	cursor: pointer;
	width: 40px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w40.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w40btn:hover {
    background: url(../img/consoleBtn_w40.png) no-repeat 0 -30px;
}
input.w40btn:active {
    background: url(../img/consoleBtn_w40.png) no-repeat 0 -60px;
}
/* W30pxボタン ***************/
input.w30btn {
	cursor: pointer;
	width: 30px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w30.png) no-repeat 0 0;
	color: #FFFFFF;
}
input.w30btn:hover {
    background: url(../img/consoleBtn_w30.png) no-repeat 0 -30px;
}
input.w30btn:active {
    background: url(../img/consoleBtn_w30.png) no-repeat 0 -60px;
}

/* フォーム用ボタン-押下
********************************************/
/* W180px押下状態ボタン ***************/
input.w180Dwnbtn {
	cursor: pointer;
	width: 180px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w180Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w180Dwnbtn:hover {
    background: url(../img/consoleBtn_w180Dwn.png) no-repeat 0 -30px;
}
input.w180Dwnbtn:active {
    background: url(../img/consoleBtn_w180Dwn.png) no-repeat 0 -60px;
}
/* W170px押下状態ボタン ***************/
input.w170Dwnbtn {
	cursor: pointer;
	width: 170px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w170Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w170Dwnbtn:hover {
    background: url(../img/consoleBtn_w170Dwn.png) no-repeat 0 -30px;
}
input.w170Dwnbtn:active {
    background: url(../img/consoleBtn_w170Dwn.png) no-repeat 0 -60px;
}
/* W160px押下状態ボタン ***************/
input.w160Dwnbtn {
	cursor: pointer;
	width: 160px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w160Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w160Dwnbtn:hover {
    background: url(../img/consoleBtn_w160Dwn.png) no-repeat 0 -30px;
}
input.w160Dwnbtn:active {
    background: url(../img/consoleBtn_w160Dwn.png) no-repeat 0 -60px;
}
/* W150px押下状態ボタン ***************/
input.w150Dwnbtn {
	cursor: pointer;
	width: 150px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w150Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w150Dwnbtn:hover {
    background: url(../img/consoleBtn_w150Dwn.png) no-repeat 0 -30px;
}
input.w150Dwnbtn:active {
    background: url(../img/consoleBtn_w150Dwn.png) no-repeat 0 -60px;
}
/* W140px押下状態ボタン ***************/
input.w140Dwnbtn {
	cursor: pointer;
	width: 140px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w140Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w140Dwnbtn:hover {
    background: url(../img/consoleBtn_w140Dwn.png) no-repeat 0 -30px;
}
input.w140Dwnbtn:active {
    background: url(../img/consoleBtn_w140Dwn.png) no-repeat 0 -60px;
}
/* W130px押下状態ボタン ***************/
input.w130Dwnbtn {
	cursor: pointer;
	width: 130px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w130Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w130Dwnbtn:hover {
    background: url(../img/consoleBtn_w130Dwn.png) no-repeat 0 -30px;
}
input.w130Dwnbtn:active {
    background: url(../img/consoleBtn_w130Dwn.png) no-repeat 0 -60px;
}
/* W120px押下状態ボタン ***************/
input.w120Dwnbtn {
	cursor: pointer;
	width: 120px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w120Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w120Dwnbtn:hover {
    background: url(../img/consoleBtn_w120Dwn.png) no-repeat 0 -30px;
}
input.w120Dwnbtn:active {
    background: url(../img/consoleBtn_w120Dwn.png) no-repeat 0 -60px;
}
/* W110px押下状態ボタン ***************/
input.w110Dwnbtn {
	cursor: pointer;
	width: 110px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w110Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w110Dwnbtn:hover {
    background: url(../img/consoleBtn_w110Dwn.png) no-repeat 0 -30px;
}
input.w110Dwnbtn:active {
    background: url(../img/consoleBtn_w110Dwn.png) no-repeat 0 -60px;
}
/* W100px押下状態ボタン ***************/
input.w100Dwnbtn {
	cursor: pointer;
	width: 100px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w100Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w100Dwnbtn:hover {
    background: url(../img/consoleBtn_w100Dwn.png) no-repeat 0 -30px;
}
input.w100Dwnbtn:active {
    background: url(../img/consoleBtn_w100Dwn.png) no-repeat 0 -60px;
}
/* W90px押下状態ボタン ***************/
input.w90Dwnbtn {
	cursor: pointer;
	width: 90px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w90Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w90Dwnbtn:hover {
    background: url(../img/consoleBtn_w90Dwn.png) no-repeat 0 -30px;
}
input.w90Dwnbtn:active {
    background: url(../img/consoleBtn_w90Dwn.png) no-repeat 0 -60px;
}
/* W80px押下状態ボタン ***************/
input.w80Dwnbtn {
	cursor: pointer;
	width: 80px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w80Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w80Dwnbtn:hover {
    background: url(../img/consoleBtn_w80Dwn.png) no-repeat 0 -30px;
}
input.w80Dwnbtn:active {
    background: url(../img/consoleBtn_w80Dwn.png) no-repeat 0 -60px;
}
/* W70px押下状態ボタン ***************/
input.w70Dwnbtn {
	cursor: pointer;
	width: 70px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w70Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w70Dwnbtn:hover {
    background: url(../img/consoleBtn_w70Dwn.png) no-repeat 0 -30px;
}
input.w70Dwnbtn:active {
    background: url(../img/consoleBtn_w70Dwn.png) no-repeat 0 -60px;
}
/* W60px押下状態ボタン ***************/
input.w60Dwnbtn {
	cursor: pointer;
	width: 60px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w60Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w60Dwnbtn:hover {
    background: url(../img/consoleBtn_w60Dwn.png) no-repeat 0 -30px;
}
input.w60Dwnbtn:active {
    background: url(../img/consoleBtn_w60Dwn.png) no-repeat 0 -60px;
}
/* W50px押下状態ボタン ***************/
input.w50Dwnbtn {
	cursor: pointer;
	width: 50px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w50Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w50Dwnbtn:hover {
    background: url(../img/consoleBtn_w50Dwn.png) no-repeat 0 -30px;
}
input.w50Dwnbtn:active {
    background: url(../img/consoleBtn_w50Dwn.png) no-repeat 0 -60px;
}
/* W40px押下状態ボタン ***************/
input.w40Dwnbtn {
	cursor: pointer;
	width: 40px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w40Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w40Dwnbtn:hover {
    background: url(../img/consoleBtn_w40Dwn.png) no-repeat 0 -30px;
}
input.w40Dwnbtn:active {
    background: url(../img/consoleBtn_w40Dwn.png) no-repeat 0 -60px;
}
/* W30px押下状態ボタン ***************/
input.w30Dwnbtn {
	cursor: pointer;
	width: 30px;
	height: 22px;
	border: none;
	background: url(../img/consoleBtn_w30Dwn.png) no-repeat 0 0;
	color: #fffb8e;
}
input.w30Dwnbtn:hover {
    background: url(../img/consoleBtn_w30Dwn.png) no-repeat 0 -30px;
}
input.w30Dwnbtn:active {
    background: url(../img/consoleBtn_w30Dwn.png) no-repeat 0 -60px;
}

button.w110btn {
	cursor: pointer;
	width: 132px;
	height: 60px;
	border: none;
	background: url(../img/consoleBtn_imgTab.png) no-repeat 0 0;
	color: #FFFFFF;
}
button.w110btn:hover {
    background: url(../img/consoleBtn_imgTab.png) no-repeat 0 -60px;
}
button.w110btn:active {
    background: url(../img/consoleBtn_imgTab.png) no-repeat 0 -120px;
}
  button.w110btn div {
    position: relative;
    top: -10px;
  }

.ol-scale-line{bottom: 60px;}
.ol-attribution{
  bottom: 65px;
  background-color: rgba(255,255,255,0.6);
}
  .ol-attribution ul {
    margin: 0px;
    padding: 0px;
  }
    .ol-attribution ul li {
      float: left;
      margin: 0px 2px;
      font-size: 8pt;
      border-left: 1px dotted silver;
      padding: 0px 4px;
    }

/*
div#menubtn {
  position: absolute;
  bottom:40px;
  right: 5px;
  width: 100px;
  height: 25px;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  text-align: center;
  font-size: 16pt;
  color: rgb(255,255,255);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  padding: 5px;
  z-index: 8;
  cursor: pointer;
}
*/

div#gsmap_menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 1190px;
  background-color:rgba(0,0,0,0.8);
  height: 140px;
  z-index: 8;
  border-top: 1px solid rgb(0,0,0);
  display: block;
  margin: 0px;
  padding: 0px;
}


div#linkmenu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 1190px;
  background-color:rgba(0,0,0,0.8);
  height: 140px;
  z-index: 7;
  border-top: 1px solid rgb(0,0,0);
  display: none;
  margin: 0px;
  padding: 0px;
}
  div#linkmenu img{
    position: absolute;
    top: 0px;
    right: 0px;
  }

  ul.mainlink {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
  }
    ul.mainlink>li {
      float: left;
      position: relative;
      width: 220px;
      background-color: rgba(100,100,100,0.7);
      box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
      margin: 3px 5px 0px 5px;
      display: block;
    }

    ul.mainlink>li>div {
      color: white;
      font-size: 10.5pt;
      padding: 5px;
      line-height: 1.2em;
    }
    ul.mainlink>li>h4 {
      margin: 0px;
      padding: 0px 0px 0px 5px;
      border-radius: 2px;
      border: 1px solid rgb(0,0,0);
      background-color: rgb(255,255,255);
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
      font-size: 11pt;
    }
    ul.mainlink>li>a {
      width: 97%;
      border-radius: 3px;
      border: 1px solid rgb(255,255,255);
      background-color: rgb(24,43,132);
      color: rgb(255,255,255);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.1) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
      font-size: 10pt;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      margin: 3px 1%;
      padding: 7px 2px 7px 2px;
      cursor: pointer;
      display: block;
      line-height: 1.0em;
      transition: 0.2s;
      box-sizing: border-box;
    }

    ul.mainlink>li>a:hover {
      background-color: rgb(160,210,242);
      color: rgb(24,43,132);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.2) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
    }
    ul.mainlink>li>a.l2 {
      padding: 4px 2px 4px 2px;
    }

    ul.mainlink>li>a.selectedCont {
      background-color: lawngreen;
      color: navy;
    }


  div#linkmenu ul#mainlink {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
  }
    div#linkmenu ul#mainlink>li {
      float: left;
      position: relative;
      width: 220px;
      background-color: rgba(100,100,100,0.7);
      box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
      margin: 3px 5px 0px 5px;
      display: block;
    }

    div#linkmenu ul#mainlink>li>div {
      color: white;
      font-size: 10.5pt;
      padding: 5px;
      line-height: 1.2em;
    }
    div#linkmenu ul#mainlink>li>h4 {
      margin: 0px;
      padding: 0px 0px 0px 5px;
      border-radius: 2px;
      border: 1px solid rgb(0,0,0);
      background-color: rgb(255,255,255);
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
      font-size: 11pt;
    }

/*
    div#linkmenu ul#mainlink>li>button {
      width: 96%;
      height: 35px;
      border-radius: 3px;
      border: 2px solid rgb(255,255,255);
      font-size: 10pt;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
      box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
      margin: 1px 2%;
      cursor: pointer;
      line-height: 1.2em;
    }
*/
    div#linkmenu ul#mainlink>li>a {
      width: 97%;
      height: 21px;
      border-radius: 3px;
      border: 1px solid rgb(255,255,255);
      background-color: rgb(24,43,132);
      color: rgb(255,255,255);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.1) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
      font-size: 10pt;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      margin: 3px 1%;
      padding-top: 9px;
      cursor: pointer;
      display: block;
      line-height: 1.0em;
      transition: 0.2s;
    }

    div#linkmenu ul#mainlink>li>a:hover {
      background-color: rgb(160,210,242);
      color: rgb(24,43,132);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.2) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
    }

    div#linkmenu ul#mainlink>li>a.l2 {
      height: 28px;
      padding-top: 2px;
    }

/*
  div#linkmenu ul.sublink {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    height: 60px;
    list-style-type: square;
    color: white;
    overflow-y: scroll;
  }
    div#linkmenu ul.sublink>li {
      width: 100%;
      margin: 0px 0px 0px 0px;
      background-color: transparent;
      box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
      height: auto;
      font-size: 9pt;
      line-height: 1.2em;
    }
      div#linkmenu ul.sublink>li a{
        color: white;
      }
      div#linkmenu ul.sublink>li a:hover{
        color: orange;
      }
*/

/* Pop-up content  */
      .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 20px;
        width: 250px;
        margin-left: -20px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        bottom: 10px;
        font-size: 10pt;
        z-index:9;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 20px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 20px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "close";
      }

      .ol-popup h4 {
        margin: 5px 0px;
        border-bottom: 1px dotted gray;
      }
      .ol-popup h5 {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        font-size: 11pt;
        border-bottom: 1px dotted gray;
      }
      .ol-popup div>div {
        text-align: right;
      }
      .ol-popup ul {
        margin: 0px;
        padding: 10px;
      }
      .ol-popup ul li {
        line-height: 1.2em;
        margin-bottom: 6px;
      }

/* Media screen  */
@media screen and (max-width: 1440px) {
  div#linkmenu ul.sublink {
    overflow-y: scroll;
  }
  div#gsmap_menu ul.sublink {
    overflow-y: scroll;
  }
}

  div#gmap .ol-zoom {
    top: 40px;
    left: 8px;
    border-radius: 2px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
    div#gmap .ol-zoom button {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
      cursor: pointer;
    }

    div#gmap .ol-zoom button:active {
      border-top: 1px solid silver;
      border-left: 1px solid silver;
      border-right: 1px solid gray;
      border-bottom: 1px solid gray;
    }

  div#gmap .ol-zoomslider {
    top: 105px;
    left: 8px;
    right: auto;
    width: 26px;
    border-radius: 2px;
    margin: 0px;
    padding: 0px 2px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }

      div#gmap .ol-zoomslider button {
        top:0px;
        left:2px;
        width: 26px;
        height: 15px;
        margin: 0px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        cursor: pointer;
      }

      div#gmap .ol-zoomslider button:active {
        border-top: 1px solid silver;
        border-left: 1px solid silver;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
      }

div#latloninfo {
  position: absolute;
  bottom: 62px;
  left: 150px;
  width: 200px;
  height: 25px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 5px;
  border: 1px solid rgb(0,0,0);
  z-index: 4;
  display: block;
  color: rgb(255,255,255);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  text-align: center;
}

/* Data list
------------------------------------------------ */
div#statbtn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 20px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 3px;
  border: 1px solid rgb(50,50,50);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  padding: 0px;
  -weblit-transform: rotate(0deg):
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
  div#statbtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    left: 15%;
    background-color: rgba(255,255,255,1.0);
    border-radius: 2px;
    opacity: 1.0;
    -weblit-transform: rotate(0deg):
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
    div#statbtn span:nth-child(1) {
      top: 4px;
      width: 0%;
      left: 50%;
    }
    div#statbtn span:nth-child(2) {
      top: 9px;
      width: 70%;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#statbtn span:nth-child(3) {
      top: 9px;
      width: 70%;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#statbtn span:nth-child(4) {
      top: 20px;
      width: 0%;
      left: 50%;
    }

    div#statbtn.close {
      border-radius: 3px 0px 0px 3px;
      width: 30px;
    }

    div#statbtn.close span:nth-child(1) {
      top: 4px;
      width: 70%;
      left: 15%;
    }
    div#statbtn.close span:nth-child(2) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
      width: 70%;
    }
    div#statbtn.close span:nth-child(3) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
      width: 70%;
    }
    div#statbtn.open span:nth-child(1) {
      top: 3px;
      width: 70%;
      left: 15%;
    }
    div#statbtn.open span:nth-child(2) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
    }
    div#statbtn.open span:nth-child(3) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
    }
    div#statbtn.open span:nth-child(4) {
      top: 15px;
      width: 70%;
      left: 15%;
    }

div#statmenu {
  position: absolute;
  width: 270px;
  top: 10px;
  left: 35px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 0px 3px 3px 3px;
  border: 1px solid rgb(50,50,50);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  padding: 0px 0px 5px 0px;
  z-index: 3;
}
  div#statmenu > div.sublbl {
    height: 25px;
    font-size: 11pt;
    vertical-align: middle;
  }

  div#statmenu ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
    div#statmenu ul li {
      position: relative;
      width: 96%;
      height: 25px;
      margin: 2px auto;
      padding: 0px;
    }
      div#statmenu ul li button {
        position: relative;
        width: 260px;
        height: 100%;
        margin: 0px auto;
        padding: 0px;
        border-radius: 5px;
        background-color: rgba(87,87,87,1.0);
        border-top: 1px solid rgb(210,210,210);
        border-bottom: 1px solid rgb(113,113,113);
        border-left: 1px solid rgb(101,101,101);
        border-right: 1px solid rgb(101,101,101);
        box-shadow:
          0px 4px 4px rgba(255,255,255,0.1) inset,
          0px -4px 4px rgba(20,20,20,0.1) inset,
          1px 1px 3px rgba(0,0,0,0.8)
        ;
        cursor: pointer;
        color: white;
      }
        div#statmenu ul li button.on {
          background-color: rgba(181,230,29,1.0);
          border: inset 1px gray;
          color: rgb(0,0,0);
        }

        div#statmenu ul li button.lock {
          background-color: rgba(0,0,0,1.0);
          border: 1px solid rgb(0,0,0);
          color: rgb(0,0,0);
          cursor: normal;
          box-shadow:
            0px 0px 0px rgba(0,0,0,0)
          ;
        }

   input.help {
     width:20px;
     height:20px;
     background-color: rgb(140,140,140);
     line-height:10px;
     vertical-align: middle;
     padding: 0px;
     margin: 0px 0px 0px 5px;
     text-align: center;
     border-radius: 20px;
     border: 2px solid white;
     color: rgb(255,255,255);
     box-shadow:
       0px 4px 4px rgba(255,255,255,0.1) inset,
       0px -4px 4px rgba(20,20,20,0.1) inset,
       1px 1px 3px rgba(0,0,0,0.8)
     ;
     font-size: 9pt;
     cursor: pointer;
     transition: 0.2s;
   }
     input.help:hover {
       background-color: rgb(0,0,200);
     }

  div#modal_cont {
    position: fixed;
    width: 600px;
    height: 400px;
    /* top: calc(50% - 300px); */
    top: 150px;
    left: calc(50% - 300px);
    margin: 1.5em auto;
    padding: 10px 5px;
    border: 1px solid rgb(0,0,0);
    border-radius: 3px;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    z-index:8;
    display: none;
    font-size: 11pt;
    line-height: 1.4em;
  }
    div#modal_cont h3 {
      margin: 5px 5px;
      padding: 0px;
      text-decoration: underline;
    }
    div#modal_cont h4 {
      margin: 5px 10px;
      padding: 0px;
    }
    div#modal_cont h5 {
      margin: 0px 15px;
      padding: 0px;
    }
    div#modal_cont p {
      width: 96%;
      margin: 0px 2% 15px 2%;
    }

    div#modal_cont > div {
      z-index:9;
    }

    div#modal_cont table.exptbl {
      width: 70%;
      margin: 0px 15% 20px 15%;
      border-collapse: collapse;
      border: 1px solid gray;
    }
      div#modal_cont table.exptbl td:nth-child(1) {
        width: 40%;
        padding: 5px;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
      }
      div#modal_cont table.exptbl td:nth-child(n+2) {
        text-align: center;
        width: 10%;
        padding: 5px;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
      }

  div#modal_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    display: none;
    z-index:5;
  }

  /* colorbar area */
  table.cbartbl {
    width: 500px;
    border-collapse: collapse;
    margin: 0px 2px 5px 2px;
  }
    table.cbartbl td {
      font-size: 11pt;
      text-align: center;
      padding: 0px;
      line-height: 1.0;
      width: 50px;
    }

      table.cbartlb td#tblprod {
        width: 40px;
      }
      table.cbartlb td#tblunit {
        width: 40px;
      }

    table.cbartbl tr:nth-child(1) td:nth-child(2) {
      width: 400px;
    }
    table.cbartbl img {
      width: 400px;
    }

    table.cbartbl tr:nth-child(2) td {
      width: 120px;
    }
    table.cbartbl tr:nth-child(2) td:nth-child(1) {
      text-align: center;
      width: 80px;
    }
    table.cbartbl tr:nth-child(2) td:nth-child(5) {
      text-align: center;
      width: 80px;
    }
    table.cbartbl tr:nth-child(2) td input {
      font-size: 10pt;
      text-align: center;
      width: 70px;
    }
    table.cbartbl td span {
      font-size: 9pt;
    }

    div#cbarbtn {
      position:absolute;
      top: 0px;
      left: 0px;
      width: 25px;
      height: 20px;
      margin: 0px auto;
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      background-color: rgba(0,0,0,0.8);
      box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
      cursor: pointer;
      z-index: 7;
    }

      div#cbarbtn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 70%;
        left: 15%;
        background-color: rgba(255,255,255,1.0);
        border-radius: 2px;
        opacity: 1.0;
        -weblit-transform: rotate(0deg):
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
      }
        div#cbarbtn span:nth-child(1) {
          top: 2px;
          width: 0%;
          left: 50%;
        }
        div#cbarbtn span:nth-child(2) {
          top: 9px;
          -weblit-transform: rotate(45deg):
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        div#cbarbtn span:nth-child(3) {
          top: 9px;
          -weblit-transform: rotate(-45deg):
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        div#cbarbtn span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

        div#cbarbtn.open span:nth-child(1) {
          top: 3px;
          width: 70%;
          left: 15%;
        }
        div#cbarbtn.open span:nth-child(2) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 9px;
        }
        div#cbarbtn.open span:nth-child(3) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 9px;
        }
        div#cbarbtn.open span:nth-child(4) {
          top: 15px;
          width: 70%;
          left: 15%;
        }

button[name='sbmt'] {
  font-size: 8pt;
  line-height: 1.0em;
  margin: 0px 5px;
  width: 50px;
}
button[name='rst'] {
  font-size: 8pt;
  line-height: 1.0em;
  margin: 0px 5px;
  width: 50px;
}

button#gsmapbtn {
  position: absolute;
  display: flex;
  bottom: 140px;
  left: 0px;
  font-size: 11pt;
  background-color: rgba(0,0,0,0.8);
  border: 0px solid rgb(180,180,180);
  border-radius: 0px 3px 0px 0px;
  color: rgb(255,255,255);
  cursor: pointer;
  box-sizing: border-box;
  z-index:9;
}
  button#gsmapbtn img {
    height: 20px;
    margin-right: 5px;
    box-sizing: border-box;
  }

