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

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

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

/* 1. Header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#header {
  position: relative;
  top: 0px;
  height: 136px;
  width: 100%;
  background-color: rgb(253,253,253);
  /* border-top: 7px solid rgb(199,131,238); */
  border-top: 7px solid rgb(65,157,255);
  /* background-image: url(../images/bg_header.png); */
  background-position: 0px 0px;
  background-repeat: repeat-x;
  z-index:2;
}
  div#header h1 {
    position: relative;
    top: 0px;
    left: 5px;
    margin:0px;
    padding: 12px 0px 0px 0px;
    width: 99%;
  }

  div#header img#header_title {
    position: absolute;
    top: 6px; 
    left: 8px;
    z-index:3;
  }

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

  div#header ul#info {
    position: relative;
    top: 36px;
    left: 5px;
    font-size: 85%;
    margin: 0px;
    padding: 0px;
    width: 90%;
    list-style-type: none;
  }
  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: relative;
    top: 65px;
    width: 100%;
    height: 71px;
    background-image: url(../images/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#console select {
      height: 25px;
      border: 1px solid #777;
      background-color: #444;
      color: #FFF;
      font-size: 11pt;
    }
    div#console option {
      border: 1px solid #555;
      font-weight: normal;
      color: #FFF;
      font-size: 14pt;
    }

      div#selday {
        position: absolute;
        top: 5px;
        left: 10px;
        color: white;
        display: flex;
      }

      div#seldayB {
        position: absolute;
        top: 35px;
        left: 10px;
        color: white;
      }
        div#seldayB input {
          height: 25px;
          width: 80px;
          margin-top: 2px;
          background-color: rgba(230,230,230,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 2px 2px 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)
          ;
          border-radius: 3px;
          cursor: pointer;
        }
          div#seldayB input:nth-child(3) {
            width: 120px;
          }

    div#sidebtn {
      position:absolute;
      top: 8px;
      right: 5px;
      width: 35px;
      height: 25px;
      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: 10px;
          -weblit-transform: rotate(45deg):
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        div#sidebtn span:nth-child(3) {
          top: 10px;
          -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: 2px;
          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: 10px;
        }
        div#sidebtn.open span:nth-child(3) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 10px;
        }
        div#sidebtn.open span:nth-child(4) {
          top: 18px;
          width: 70%;
          left: 15%;
        }

    div#sidemenu {
      position:absolute;
      top: 33px;
      right: 5px;
      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: 6;
    }
      div#sidemenu div.sublbl {
        margin: 0px;
        padding: 0px 0px 0px 5px;
        width: calc(100% - 10px);
        text-align: left;
        font-size: 9pt;
        color: rgb(245,245,245);
      }

      /* Opacity Slider  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
      div#sliderboxA {
        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#sliderA {
          float:right;
          margin: 0px 10px 2px 2px;
          width    : 150px;
          height   : 8px;
          background-color:rgba(255,255,255,0.5);
        }

  /* Dateselect Slider  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#sliderboxB {
  position: absolute;
  top: 38px;
  left: 10px;
  width  : 580px;
  height : 25px;
  margin : 0px auto;
  background-color:rgba(0,0,0,0.4);
  border-radius: 3px;
  border: 1px solid dimgray;
  box-shadow :
    1px 1px 2px rgba(0,0,0,0.8) inset,
    1px -1px 1px rgba(255,255,255,0.8) inset
  ;
}

  div#selectvalue {
    border : 1px solid gray;
    background-color: white;
    border-radius   : 4px;
    position  : absolute;
    top    : -30px;
    left   : 290px;
    font-size : 9pt;
    text-align: center;
    height : 20px;
    width  : 150px;
    display: none;
    color:black;
  }

  div#sliderB {
    position: absolute;
    left: 180px;
    width: 170px;
    height: 8px;
    margin: 7px 0px;
  }

    div#sliderboxB input {
      height: 20px;
      width: 60px;
      margin-top: 2px;
      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 2px 2px 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#sliderboxB input:hover {
        background-color : rgba(149,191,21,1.0);
      }

      div#sliderboxB input:active {
        box-shadow : 0px 0px 0px rgba(0,0,0,0.8);
      }

      div#sliderboxB input#prvbtn {
        position: absolute;
        left: 100px;
      }

      div#sliderboxB input#nxtbtn {
        position: absolute;
        right: 150px;
      }

      div#sliderboxB input#playbtn {
        position: absolute;
        right: 80px;
      }

      div#sliderboxB input#stopbtn {
        position: absolute;
        right: 10px;
      }
 
      div#sliderboxB input#ltst {
        position: absolute;
        width: 80px;
        left: 10px;
      }

      div#vec_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#vec_func > button#vecdat {
          width: 200px;
          margin: 5px auto 5px auto;
          cursor: pointer;
        }
        div#vec_func button.on {
          background-color: lightgreen;
        }


      div#prodGroup {
        position: relative;
        top: 0px;
        left: 10px;
        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#prodGroup>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: 14pt;
          text-align:center;
        }

      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#geoinfoGroup button.on {
        background-color: rgba(50,205,50,1.0);
      }

      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 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;
        }

/* 2. Map area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#container {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  height: calc( 100% - 143px );
  z-index: 0;
}

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

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

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

  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.selectedCont {
      background-color: lawngreen;
      color: navy;
    }

    ul.mainlink>li>a.l2 {
      padding: 4px 2px 4px 2px;
    }

  /* for trouble information */
  div#alert {
    position:relative;
    top: 8px;
    left: 45px;
    width: 500px;
    border: 1px solid crimson;
    padding: 0px 0px;
    line-height: 1.2em;
    background-color: rgba(255,255,255,0.8);
    display: none;
    font-size: 10pt;
  }
    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);
    }

  /* Analysis date */
  div#anlstart {
    position:relative;
    top: 5px;
    left: 50px;
    width: 400px;
    border: 1px solid yellow;
    color: yellow;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(0,0,0,0.8);
    font-size: 14pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 4;
  }

  /* Information */
  input[name='wnewbtn'] {
    position:relative;
    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;
    box-sizing: border-box;
    z-index: 5;
    cursor: pointer;
  }

  div#wnew {
    position:absolute;
    top: 40px;
    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: 7;
  }
    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 dl dd{
        margin-left: 20px;
        border-top: 1px dotted #CCC;
        line-height: 1.3em;
        padding: 2px 5px;
      }
        div#wnew a {
          color: orange;
        }

div#fileinfo {
  position:relative;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 210px;
  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.8) inset
  ;
  padding: 3px;
  color:white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  text-align:center;
  font-size: 16pt;
}

  input[name='srch'] {
    height: 25px;
    width: 140px;
    margin-top: 1px;
    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 2px 2px 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)
    ;
    border-radius: 3px;
    cursor: pointer;
    color: white;
  }

  input[name='slidelink'] {
    height: 25px;
    margin: 1px 10px 0px 10px;
    cursor: pointer;
    font-size:9pt;
  }

  input[name='rtnlink'] {
    height: 25px;
    margin: 1px 10px 0px 10px;
    cursor: pointer;
    font-size:9pt;
  }

  div#ltime {
    width: 70px;
    height: 25px;
    line-height: 1.0em;
    margin: 0 10px;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    box-shadow :
      1px 1px 2px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.8) inset
    ;
    padding: 0px 0px;
    color:white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-align:center;
    font-size: 14pt;
    background-image:  url(../images/arrow01.png);
    background-repeat: no-repeat;
    background-position: 92% 30%;
  }

  div#ltime select[name='time'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearace: none;
    width: 100%;
    padding-left: 10px;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
  }
    div#ltime select[name='time'] option {
      background-color: rgba(0,0,0,0.8);
    }

  select::-ms-expand {
    display: none;
  }

  div#cbararea {
    position:absolute;
    bottom: 10px;
    height: 50px;
    left: 240px;
    z-index: 6;
    cursor: pointer;
  }

  div#initdate {
    position:absolute;
    top: 11px;
    left: 160px;
    color: yellow;
    background-color: rgba(0,0,0,0.6);
    border: 1px solid rgb(0,0,0);
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    padding: 5px;
    text-align: center;
    line-height: 1.0em;
    font-size: 10.5pt;
    z-index: 6;
  }

  /* 2-1. Openlayer control style
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  .ol-scale-line{
    bottom: 5px;
    left: 10px;
    background-color: rgba(0,0,0,0.4);
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  div#container .ol-attribution{
    height: auto;
    bottom: 0px;
    background-color: rgba(0,0,0,0.4);
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }

    div#container .ol-attribution ul{
      margin: 0px;
      padding: 0px;
    }
    div#container .ol-attribution ul li{
      color: white;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      font-size: 8pt;
      float: left;
    }
    div#container  div.attrlist {
      float:left;
      margin:0px 2px;
      font-size: 8pt;
      border-left: 1px dotted white;
      padding: 0px 4px;
    }
      div#container  div.attrlist a {
        color:darkorange;
        text-decoration: none;
      }
  
  .ol-zoom {
    top: 5px;
    left: 5px;
    background-color: rgba(0,0,0,0.4);
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
    .ol-zoom button {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
      background-color: rgba(60,60,60,1.0);
      cursor: pointer;
    }
  
    .ol-zoom button:active {
      background-color: rgba(100,100,100,1.0);
      border-top: 1px solid silver;
      border-left: 1px solid silver;
      border-right: 1px solid gray;
      border-bottom: 1px solid gray;
    }
  
  .ol-zoomslider {
    top: 70px;
    left: 5px;
    right: auto;
    width: 26px;
    border-radius: 2px;
    margin: 0px;
    padding: 0px 2px;
  }
  
    .ol-zoomslider {
      background-color: rgba(0,0,0,0.2);
      border-top: 1px solid dimgray;
      border-left: 1px solid dimgray;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
    }
  
      .ol-zoomslider button {
        top:0px;
        left:0px;
        width: 26px;
        margin: 0px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        background-color: rgba(60,60,60,1.0);
        cursor: pointer;
      }
  
      .ol-zoomslider button:active {
        background-color: rgba(200,200,60,1.0);
        border-top: 1px solid silver;
        border-left: 1px solid silver;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
      }

/* 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;
        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 table{
        width: 250px;
      }
      .ol-popup table th{
        text-align: left
      }


div#latloninfo {
  position: absolute;
  bottom: 45px;
  left: 10px;
  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;
}

div#maxmin {
  position: relative;
  top: 0px;
  color: rgb(255,255,255);
  font-size: 10pt;
  margin: 10px auto;
}
  div#maxmin input {
    width: 45px;
  }
  div#maxmin button {
    font-size:8pt;
    height: 20px;
    width: 40px;
    margin: 0px 5px;
    padding: 0px;
    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;
    cursor: pointer;
  }
    div#maxmin button:active {
      box-shadow:
        0px 4px 4px rgba(255,255,255,0.1) inset,
        0px -4px 4px rgba(20,20,20,0.1) inset,
        0px 0px 1px rgba(0,0,0,0.8) inset
      ;
    }

  div#cbar_custom {
    position:absolute;
    top:12px;
    left:0px;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  }
    div#lm {
      position:absolute;
      top: 0px;
      left: 0px;
      width: calc(100%/3 - 30px);
      font-size: 9pt;
      text-align: left;
    }
    div#cm {
      position:absolute;
      top: 0px;
      left: 280px;
      width: calc(100%/3 - 30px);
      font-size: 9pt;
      text-align: center;
    }
    div#rm {
      position:absolute;
      right: 40px;
      top: 0px;
      width: calc(100%/3 - 30px);
      font-size: 9pt;
      text-align: right;
    }
    div#unit {
      position:absolute;
      top: 0px;
      right: 10px;
      width: 30px;
      font-size: 9pt;
      text-align: right;
    }

  div#header img.logo {
    display: none;
  }

  div#links {
    position: absolute;
    top: 0px;
    right: 290px;
    display: block;
  }

  div#links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }
    div#links ul li {
      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 > a{
        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(60,0,120,0.8);
        /* background-color: rgba(0,125,0,1.0); */
        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.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.toplink2 a{
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(150,150,150);
          border-radius: 3px;
          font-size: 9.5pt;
          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.toplink2 a:first-line {
            font-size: 8pt;
          }

  div.linksB {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 360px;
    display: block;
    background-color: transparent;
    border-left: 0px solid gray;
  }
    div.linksB ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      list-style-type: '■';
    }
      div.linksB ul li {
        margin: 0px 3px 2px 3px;
        border-radius: 3px;
        width: 170px;
        font-size: 9pt;
        line-height: 1.0em;
      }
      div.linksB ul li > a {
        width: 100%;
      }
      div.linksB h4 {
        padding: 0;
        margin: 0;
        border: 1px solid white;
      }

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;
  }

    div#linkBbtn {
      position:absolute;
      top: 3px;
      right: 5px;
      width: 35px;
      height: 25px;
      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: 11;
      display: none;
    }
      div#linkBbtn 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#linkBbtn span:nth-child(1) {
          top: 2px;
          width: 0%;
          left: 50%;
        }
        div#linkBbtn span:nth-child(2) {
          top: 10px;
          -weblit-transform: rotate(45deg):
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        div#linkBbtn span:nth-child(3) {
          top: 10px;
          -weblit-transform: rotate(-45deg):
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        div#linkBbtn span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

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

  div#cbararea {
    width: 70%;
  }
    div#cbararea img {
      width: 100%;
    }

@media screen and (max-width: 600px) {
  div#header img#header_title {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 100%;
    z-index:6;
  }
  div#header ul#info {
    position: relative;
    top: 36px;
    left: 5px;
    font-size: 6pt;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
  }
  div#header ul#info li {
    margin-right: 10px;
    line-height: 25px;
    float: left;
  }

  div#header ul#info li {
    margin:0px;
  }

  div#ltime {
    font-size:9pt;
    width: 50px;
  }

  div#latloninfo {
    display:none;
  }

  div#cbararea {
    left:10px;
    width:80%;
  }
  input[name='srch'] {
    display:none;
  }
  input[name='slidelink'] {
    display:none;
  }
  span#t1 {
    display:none;
  }
  div#selday select {
    font-size: 8pt;
    margin:0px;
  }

  div#seldayB input {
    font-size: 6pt;
    width: 50px;
  }
    div#seldayB input:nth-child(3) {
      width: 80px;
    }

  input[name='wnewbtn'] {
    font-size:9pt;
  }
  div#wnew {
    width: 60%;
  }

}

@media screen and (max-width: 1150px) {
  div#gsmap_menu {
    display: none;
  }
  button#gsmapbtn {
    display: none;
  }

  div#links {
    display: none;
  }

  div#linkBbtn {
    display: block;
  }
  div.linksB {
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    width: 360px;
    color: white;
    background-color: rgba(0,0,0,0.9);
    border-left: 1px solid gray;
    z-index:10;
  }
    div.linksB ul {
      margin: 20px;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      list-style-type: '■';
      font-size: 10pt;
    }
      div.linksB ul li {
        margin: 0px 5px 1.0em 5px;
        border-radius: 3px;
        width: 100%;
        font-size: 10pt;
        line-height: 1.0em;
      }
      div.linksB ul li > a {
        color: white;
        width: 100%;
      }
      div.linksB ul li > a:hover {
        color: orange;
      }
      div.linksB h4 {
        margin: 0;
        padding: 0;
        border: 1px solid white;
      }
}

@media screen and (min-width: 1151px) {
  div#header img.logo {
    margin: 5px 5px 0px 0px;
    float: right;
    height: 55px;
    display: block;
  }

  button#gsmapbtn {
    display: flex;
  }

  div.linksBbtn {
    display: block;
  }
  div.linksB {
    position: absolute;
    top: 5px;
    right: 200px;
    width: 380px;
    display: none;
    background-color: transparent;
    border-left: 0px solid gray;
  }
    div.linksB ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      list-style-type: '■';
    }
      div.linksB ul li {
        margin: 0px 3px 2px 3px;
        border-radius: 3px;
        width: 180px;
        font-size: 10pt;
        line-height: 1.0em;
      }
      div.linksB ul li > a {
        width: 100%;
      }

  div#cbararea {
    width: 800px;
  }
    div#cbararea img {
      width: 100%;
    }
}

@media screen and (min-width: 1450px) {
  div#header img.logo {
    margin: 5px 5px 0px 0px;
    float: right;
    height: 55px;
  }

    div.linksBbtn {
      display: none;
    }
    div.linksB {
      display: none;
    }

  div#cbararea img {
    width: 100%;
  }

  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;
    }

}

div#terms_cont {
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0,0,0,0.6);
  display: fixed;
  z-index: 8;
}

div#termsOfUse {
  position: absolute;
  top:0px;
  left: calc(50% - 500px);
  width: 1000px;
  height: calc(100% - 80px);
  margin: 20px auto;
  padding: 20px;
  background-color: rgba(255,255,255,1.0);
  border: 2px solid black;
  border-radius: 10px;
  overflow: auto;
  display: fixed;
  z-index: 9;
}
