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

 JAXAひまわりモニタ 

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

html,body {
  position: relative;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family:'Bookman Old Style', "Century Gothic", "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro",
              "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",
              "Arial","Verdana","sans-serif";
}

/* Header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
header {
  position: relative;
  top:0px;
  left:0px;
  width: 100%;
  background-image: url(../images/header_bkgnd.png);
  background-color: rgb(248,248,248);
}

  /* 1-1. Title
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#title {
    position: relative;
    top: 0px;
    height: 85px;
    z-index:8;
    box-sizing: border-box;
  }
  
    div#title ul#info {
      position: absolute;
      top: 56px;
      left: 10px;
      margin: 0px;
      padding: 0px;
      font-size: 85%;
      color: #555555;
      list-style: none;
    }
    div#title ul#info li {
      margin-right: 10px;
      line-height: 25px;
      float: left;
    }
  
  
    div#maintitle {
      font-size: 20pt;
      font-weight: normal;
      color:steelblue;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
      position: relative;
      top: 10px;
      left: 0px;
      letter-spacing: 8px;
      line-height: 1.0em;
      box-sizing: border-box;
      padding-left: 10px;
    }
      div#subtitle {
        font-size: 12pt;
        font-weight: normal;
        color:steelblue;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        position: absolute;
        top: 28px;
        left: 0px;
        letter-spacing: 3px;
        border-bottom: 1px dotted rgba(70,130,180,0.4);
        box-sizing: border-box;
        line-height: 1.0em;
        padding-left: 10px;
      }
    
    div#maintitleE {
      font-size: 20pt;
      font-weight: normal;
      color:steelblue;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
      position: relative;
      top: 10px;
      left: 0px;
      letter-spacing: 8px;
      line-height: 1.0em;
    }
      div#subtitleE {
        font-size: 12pt;
        font-weight: normal;
        color:steelblue;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        position: absolute;
        top: 28px;
        width: 100%;
        left: 0px;
        letter-spacing: 3px;
        border-bottom: 1px dotted rgba(70,130,180,0.4);
        line-height: 1.0em;
      }
        /* タイトルのリンク色指定
        ********************/
        div#title a:link    {color: steelblue; text-decoration: none;}
        div#title a:visited {color: steelblue; text-decoration: none;}
        div#title a:hover   {color: steelblue; text-decoration: none;}
        div#title a:active  {color: steelblue; text-decoration: none;}

  div#global_menu {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 300px;
    z-index:2;
    box-sizing: border-box;
  }

    div#global_menu ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      box-sizing: border-box;
      display: flex;
    }

      div#global_menu ul li {
        margin: 0px 3px;
        width: 80px;
        height: 30px;
        box-sizing: border-box;
        border-radius: 3px;
      }

        div#global_menu ul li a{
          margin-top: 3px;
          padding-top: 10px;
          line-height: 15px;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:10pt;
          height: 40px;
          border-radius: 3px;
          cursor: pointer;
        }

          div#global_menu ul li a{
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            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#global_menu ul li.reg a{
            background-color: rgba(255,137,2,1.0);
            border: 1px solid rgb(255,255,255);
            border-radius: 3px;
            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#global_menu ul li.top a{
            background-color: rgba(80,80,80,1.0);
            border: 1px solid rgb(255,255,255);
            border-radius: 3px;
            color: rgb(255,255,255);
            text-shadow: 1px 1px 2px rgba(128,0,0,0.8);
            box-shadow:
              0px -12px 5px rgba(0,0,0,0.2) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

  /* 1-2. Console
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#console {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 70px;
    width: 600px;
    z-index:9;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.4);
  }

    div#dateSelect {
      position: relative;
      top: 5px;
      box-sizing: border-box;
      color: rgb(255,255,255);
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

      div#dateSelect select {
        border-top: 1px solid dimgray;
        border-left: 1px solid dimgray;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        background-color: #444;
        color: #FFF;
        font-size: 16pt;
        line-height: 29px;
        height: 29px;
        box-sizing: border-box;
        vertical-align: top;
      }
      div#dateSelect option {
        border: 1px solid #555;
        font-weight: normal;
        color: #FFF;
        font-size: 11pt;
      }

   input[name='obsdate'] {
     width: 200px;
     background-color: #444;
     border-top: 1px solid dimgray;
     border-left: 1px solid dimgray;
     border-right: 1px solid silver;
     border-bottom: 1px solid silver;
     color: rgb(255,255,255);
     font-size: 16pt;
     text-align: center;
     margin-right: 10px;
     cursor: pointer;
   }
   input[name='obstime'] {
     width: 120px;
     background-color: #444;
     border: 1px solid rgb(255,255,255);
     border-top: 1px solid dimgray;
     border-left: 1px solid dimgray;
     border-right: 1px solid silver;
     border-bottom: 1px solid silver;
     color: rgb(255,255,255);
     font-size: 16pt;
     text-align: center;
     margin-right: 10px;
     cursor: pointer;
   }
      .ui-menu-item {
        padding: 0px;
        font-size: 12pt;
      }


      div#dateSelect button {
        color: rgb(0,0,0);
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        background-color: rgba(220,220,220,1.0);
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        width: 100px;
        height: 30px;
        line-height: 15px;
        vertical-align: top;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
      }
      div#dateSelect button:hover {
        background-color: rgba(255,215,0,1.0);
      }

    div#changeImgCtrl {
      position: absolute;
      top: 40px;
      left: 0px;
      height: 25px;
      width: 600px;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
    }
      div#changeImgCtrl button {
        color: rgb(0,0,0);
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        background-color: rgba(220,220,220,1.0);
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        width: 55px;
        cursor: pointer;
        font-size: 9pt;
      }
      div#changeImgCtrl button[name='ltst'] {
        width: 80px;
      }
      div#changeImgCtrl button:hover {
        background-color: rgba(255,215,0,1.0);
      }
      div#renewCont {
        width: 120px;
      }
      div#changeImgCtrl button.off {
        background-color: rgba(10,10,10,1.0);
        color:  rgb(120,120,120);
      }

    div#btnGroup {
      position:absolute;
      top: 5px;
      right: 10px;
      height: 50px;
      width: 450px;
      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;
    }

  /* 1-3. 統計期間切り替え
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#changeTerm {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 1em;
  }
  div#changeTerm ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    color: white;
    display: flex;
    flex-wrap: wrap;
  }

    ul#termSel > li {
      margin-left: 5px;
      width: 46%;
      font-size: 9pt;
      text-align: center;
      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);
      border-radius: 2px;
      line-height: 25px;
      display: flex;
      justfy-content: center;
      flex-wrap: wrap;
      flex-direction: row;
      margin: 0px 2% 3px 2%;
      align-items: center;
      cursor:pointer;
      box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
      box-sizing: border-box;
      padding-right: 5px;
    }
  
    ul#termSel > li > span {
      flex-grow: 1;
    }

    ul#termSel > li.on {
      background-color: rgba(0,170,50,1.0);
      color: rgb(255,255,255)
    }
    ul#termSel > li.off {
      background-color: rgba(10,10,10,1.0);
      color: rgb(120,120,120)
    }

  /* 1-4. 偏差切り替え
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#changeMode {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 1em;
  }
  div#changeMode ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    color: white;
    display: flex;
    flex-wrap: wrap;
  }

    ul#modeSel > li {
      margin-left: 5px;
      width: 46%;
      font-size: 9pt;
      text-align: center;
      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);
      border-radius: 2px;
      line-height: 25px;
      display: flex;
      justfy-content: center;
      flex-wrap: wrap;
      flex-direction: row;
      margin: 0px 2%;
      align-items: center;
      cursor:pointer;
      box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
      box-sizing: border-box;
    }
    ul#modeSel > li > span {
      flex-grow: 1;
    }
  
    ul#modeSel > li.on {
      background-color: rgba(0,170,50,1.0);
      color: rgb(255,255,255)
    }
    ul#modeSel > li.off {
      background-color: rgba(10,10,10,1.0);
      color: rgb(120,120,120)
    }


    div#modelcnt {
      backgrounc-color: rgb(0,0,255);
      color: white;
      display: block;
      position: relative;  
      font-size: 9pt;
      margin-bottom: 10px;
      padding: 5px;
    }

  /* 1-4. Opacity control
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#sliderbox {
    position : absolute;
    top      : 105px;
    right    : 5px;
    width    : 218px;
    height   : 40px;
    background-color:rgba(0,0,0,0.6);
    border-radius: 6px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    color: snow;
    font-size: 7.5pt;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    padding-top: 4px;
    box-shadow :
      1px 1px 2px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.8) inset
    ;
    z-index: 5;
    line-height: 1.0em;
  }
  
    div#slider {
      margin: 5px auto 0px auto;
      width: 200px;
      height: 5px;
      border: 0px;
    }
      div#slider .ui-slider-handle {
        border: 0px;
        background-color: gray;
        border-radius: 10px;
        cursor: pointer;
      }
      div#slider .ui-slider-horizontal {
        height: 0.3em;
      }
      div#slider .ui-slider-horizontal,.ui-slider-handle {
        top: -.5em;
        margin-left: -.6em;
      }
      div#slider .ui-slider-range {
        background-color: gray;
      }

  div#calc_area {
    position: relative;
    top: 0px;
    width: 98%;
    background-color: rgba(0,0,0,0.3);
    font-size: 9pt;
    color: silver;
    border-radius: 2px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid dimgray;
    border-bottom: 1px solid dimgray;
    z-index:7;
    cursor: pointer;
    display: none;
    justify-content: center;
    margin: 5px auto;
    text-align: center;
  }
    div#calc_area h5 {
      margin: 0px;
      color: rgb(255,255,255);
    }

    div#calc_area button {
      width: 65px;
      height: 20px;
      font-size: 8pt;
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
      border-radius: 5px;
      cursor:pointer;
      box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
      margin: 5px 2px;
    }

      div#calc_area button.on {
        background-color: rgba(0,170,50,1.0);
        color: rgb(255,255,255)
      }

  /*  Graph Menu
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#graphmenu {
    position: absolute;
    top: 0%;
    left: -102%;
    width: calc(100% - 10px);
    height: 380px;
    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 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: 60%;
    }

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




/* 2. Map area
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#map_container {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  height: calc(100vh - 85px - 60px);
  width: 100%;
  min-height: 850px;
  z-index: 0;
}

  /* 2-1. Openlayer control style
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#map_container .ol-scale-line{
    bottom: 2px;
    left: 5px;
    background-color: rgba(255,255,255,0.6);
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  div#map_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#map_container .ol-attribution ul{
      margin: 0px;
      padding: 0px;
    }
    div#map_container .ol-attribution ul li{
      color: white;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      padding: 10px;
    }
    div#map_container div.attrlist {
      float:right;
      margin:0px 2px;
      font-size: 8pt;
    }
      div#map_container div.attrlist a {
        color:darkorange;
        text-decoration: none;
      }
  
  div#map_container .ol-zoom {
    top: 110px;
    left: 260px;
    background-color: rgba(255,255,255,0.8);
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
    div#map_container .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);
      font-size:14pt;
      color: white;
      cursor: pointer;
    }
  
    div#map_container .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;
    }
  
  div#map_container .ol-zoomslider {
    top: 170px;
    left: 260px;
    right: auto;
    width: 25px;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 2px;
  }
  
    div#map_container .ol-zoomslider {
      background-color: rgba(255,255,255,0.5);
      border-top: 1px solid dimgray;
      border-left: 1px solid dimgray;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
    }
  
      div#map_container .ol-zoomslider button {
        top:0px;
        left:0px;
        width: 23px;
        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;
      }
  
      div#map_container .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;
      }

  /* 2-2. Map canvas
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#map_canvas {
    position: relative;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    min-height: 850px;
    background-color: rgb(170,170,170);
    z-index:2;
  }

  /* 2-3. LatLon info
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#posinfo {
    position : absolute;
    right: 10px;
    width: 200px;
    height: 17px;
    bottom: 70px;
    background-color:rgba(0,0,0,0.6);
    border-radius: 5px;
    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: 4px;
    box-shadow :
      1px 1px 2px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.8) inset
    ;
    z-index: 5;
    line-height: 1.0em;
    display: none;
  }
  
  /* 2-4. Message box for Date change
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#timeout {
    position : absolute;
    top: 80px;
    left: 300px;
    background-color:rgba(240,200,200,1.0);
    border-radius: 5px;
    border: 1px solid red;
    color: snow;
    font-size: 14pt;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
    padding: 4px 10px;
    box-shadow :
      1px 1px 2px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.8) inset
    ;
    z-index: 9;
    line-height: 1.0em;
    display: none;
  }


/* 3. Map menu
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#menubtn {
  position:absolute;
  top: 80px;
  left: 255px;
  width: 35px;
  height: 27px;
  margin: 0px auto;
  -weblit-transform: rotate(0deg):
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: left 0.0s ease;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
  z-index: 3;
}
  div#menubtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    left: 30%;
    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: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
  }
    div#menubtn span:nth-child(1) {
      top: 4px;
      width: 0%;
      left: 50%;
    }
    div#menubtn span:nth-child(2) {
      top: 13px;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#menubtn span:nth-child(3) {
      top: 13px;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#menubtn span:nth-child(4) {
      top: 21px;
      width: 0%;
      left: 50%;
    }

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


div.map_menu {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 250px;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.6);
  padding: 2px 5px;
  box-sizing: border-box;
  z-index:3;
  display:block;
}

  div#tips {
    border: 1px dotted white;
    color:white;
    font-size:8pt;
    box-sizing: border-box;
    padding:4px;
    background-color:rgba(0,0,0,0.5);
  }

  div.map_menu img#toggle {
    position: absolute;
    right: 0px;
    top: 160px;
    cursor: pointer;
    z-index:9;
  }

  div.map_menu h3 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: rgb(255,255,255);
    box-sizing: border-box;
    font-size: 10pt;
  }

  /* 3-2. Overlayer menu
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  ul#prod {
    margin: 0px auto 10px auto;
    z-index:5;
    padding: 0px;
    box-sizing: border-box;
    list-style-type: none;
  }

    ul#prod > li {
      cursor: pointer;
      width: 230px;
      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);
      border-radius: 5px;
      box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
      align-items: center;
      color: #FFFFFF;
      line-height: 1.0em;
      margin: 5px auto;
      box-sizing: border-box;
      padding: 5px 0px 5px 10px;
      font-size: 10pt;
      display: flex;
    }
      ul#prod > li > span {
        flex-grow: 1;
      }

      ul#prod > li:hover{
        background-color: rgba(126,120,72,1.0);
      }

      ul#prod > li.on{
        background-color: rgba(0,170,50,1.0);
        color: rgb(255,255,255)
      }

  /* 3-3. OBS/Anom Icon
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  .icon-container {
    display: flex;
    gap: 4px;
    width: 16px;
    justfy-content: flex-end;
  }

  .icon-containerS {
    display: flex;
    gap: 4px;
    width: 8px;
    justfy-content: flex-end;
  }

  .icon {
    width: 3px;
    height: 15px;
    display: inline-block;
    border-radius: 2px;
  }

    .icon_obs {
      background-color: orange;
    }
    .icon_anom {
      background-color: #33aaff;
    }
    .icon_blank {
      visibility: hidden;
    }


/* 4. Information Windows
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* 4-2. Information Area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
button#wnewbtn {
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 8pt;
}
  button#wnewbtn.open {
    background-color: silver;
  }
  button#wnewbtn {
    background-color: white;
  }

div#infoArea {
  position: absolute;
  top: 80px;
  left: 305px;
  width: 300px;
  //height: 300px;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid black;
  margin: 0px auto;
  box-sizing: border-box;
  z-index: 8;
  display: block;
}
  div#infoArea h2 {
    margin: 0px;
    width: 100%;
    line-height: 22px;
    color: #FFF;
    text-align: left;
    font-size: 10pt;
    box-sizing: border-box;
  }
    div#infoArea h2 img{
      position: absolute;
      top:0px;
      right: 0px;
    }


  /* 4-2. What's New
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  span.new {
    color: gold;
    font-weight: bold;
  }


  dl.whatsnew {
    font-size: 9pt;
    width: 100%;
    //height: 100%;
    height: 300px;
    text-align: left;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
    letter-spacing: normal;
    border: 1px solid white;
    overflow: auto;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
  }
    dl.whatsnew dt{
      position: relative;
      font-size: 9pt;
      width: calc(100% - 20px);
      font-weight:bold;
      color: white;
      padding: 7px 5px 5px 5px;
      border-bottom: 1px dotted white;
      box-sizing: border-box;
    }
    dl.whatsnew dd{
      position: relative;
      margin-left: 0px;
      border-bottom: 1px dotted #CCC;
      line-height: 1.3em;
      color: white;
      padding: 5px 5px 5px 5px;
      box-sizing: border-box;
    }

/*
  div#infoArea dl.whatsnew {
    font-size: 10pt;
    width: 100%;
    height: 200px;
    text-align: left;
    overflow: auto;
    color: rgb(255,255,255);
    margin: 0px;
    padding: 0px;
  }  
    div#infoArea dl.whatsnew dt {  
      font-size: 9pt;
      width:90px;  
      padding:0px 0px;  
      font-weight:bold;  
      border-top: 1px dotted #CCC;
      padding: 0px 5px;
    }  
    div#infoArea dl.whatsnew dd {  
      margin-left: 90px;  
      border-top: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 0px 5px;
    }  
*/
      div#infoArea dl.whatsnew dd ul {
        text-align: left;
        list-style-type: none;
      }
      div#infoArea dl.whatsnew dd ul li {
        background-image: url(../images/linkmarker.png);
        background-position: 0px 3px;
        padding-left: 14px;
        background-repeat: no-repeat;
      }
    
    div#infoArea dl.whatsnew a:link    {color: #f04f00; text-decoration: none;}
    div#infoArea dl.whatsnew a:visited {color: #f04f00; text-decoration: none;}
    div#infoArea dl.whatsnew a:hover   {color: #ff7200; text-decoration: underline;}
    div#infoArea dl.whatsnew a:active  {color: #ff7e00; text-decoration: underline;}


  /* 1-5. Alert Message ( ex)Image not found )
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#alertmsg {
    position: absolute;
    top: 80px;
    left: 300px;
    border-top:2px solid rgb(255,101,101);
    border-left:2px solid rgb(255,101,101);
    border-right:2px solid rgb(185,0,0);
    border-bottom:2px solid rgb(185,0,0);
    border-radius: 5px;
    z-index: 5;
    background-color:rgba(230,200,200,0.8);
    box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
    color:black;
    font-size: 14pt;
    line-height: 1.5em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    padding: 5px 10px;
    display: none;
  }

    div#alertmsg h2{
      color: rgb(77,77,77);
      font-size: 12pt;
      margin: 0px auto;
      padding: 5px 10px;
    }


  /* 1-6. Trouble Information 
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#alert {
    position: absolute;
    top: 80px;
    left: 300px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid crimson;
    z-index: 9;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
    color:black;
    font-size: 11pt;
    line-height: 1.5em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    padding: 0px 0px;
    display: none;
  }
    div#alert h2{
      background-color: crimson;
      color: white;
      background-image: none;
      margin:0px 0px;
      padding: 0px 5px;
      font-size: 12pt;

    }
    div#alert p{
      color: red;
      font-weight: bold;
      padding: 2px 5px;
      margin: 0px 0px;
    }


/* color bar
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#cbartoggle {
  position: absolute;
  bottom: 42px;
  left: 7px;
  width: 25px;
  height: 25px;
  padding: 0px;
  line-height: 1.0em;
  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);
  border: 1px inset rgba(0,0,0,1.0);
  border-radius: 3px;
  cursor: pointer;
  z-index: 5;
}
  div#cbartoggle span {
    display: block;
    position: absolute;
    height: 2px;
    left: calc(25% - 2px);
    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#cbartoggle.open span:nth-child(1) {
      top: 5px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(60deg):
      -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg);
    }
    div#cbartoggle.open span:nth-child(2) {
      top: 15px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(-60deg):
      -moz-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
    }

    div#cbartoggle span:nth-child(1) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#cbartoggle span:nth-child(2) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

div#colorbar img {
  width: 600px;
}

div#cbararea {
  position: absolute;
  bottom: 40px;
  left: 260px;
  z-index: 9;
  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);
  color: rgb(255,255,255);
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 4;
  box-sizing: border-box;
}
  img[name='cbar'] {
    width: 100%;
  }

  /* colorbar area */
  table.cbartbl {
    width: 550px;
    border-collapse: collapse;
    margin: 0px 2px 0px 2px;
    font-size:10pt;
  }
    table.cbartbl td {
      text-align: center;
      padding: 0px;
      line-height: 1.0;
      width: 80px;
    }
    table.cbartbl td:nth-child(2) {
      width: 200px;
    }

    table#cbar {
      width: 550px;
      border-collapse: collapse;
      margin: 0px 2px 10px 2px;
      font-size:10pt;
    }
      td#tblprod {
        width: 120px;
        font-size: 9pt;
      }
      td#tblunit {
        width: 40px;
      }

    #cbar td {
      width: 80px;
    }

    #cbar td input {
      font-size: 10pt;
      text-align: right;
      width: 70px;
      margin: 0px;
      padding: 0px;
    }

  button.resetbtn {
    font-size: 8pt;
    padding: 0px;
    width: 50px;
    border-radius: 3px;
    border: 1px outset rgb(50,50,50);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }

/* LatLonInfo
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#latloninfo {
  position: absolute;
  bottom: 32px;
  right: 5px;
  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;
}

/* 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: 310px;
  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;
}



/* Modal Contents
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
input.help {
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 8pt;
}
  input.help:active {
    background-color: silver;
  }
  div#authBtn div {
    width: 95%;
    margin: 5px auto;
  }

  div#modal_cont {
    position: fixed;
    width: 600px;
    height: 400px;
    top: 150px;
    left: calc(50% - 300px);
    margin: 1.5em auto;
    padding: 10px 10px;
    border: 1px solid rgb(0,0,0);
    border-radius: 3px;
    box-sizing: border-box;
    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 h2 {
      margin: 10px auto;
    }

    div#modal_cont ul {
      margin: 0px auto;
    }

    div#drctinfotext div {
      width: 95%;
      margin: 5px auto;
    }
    div#anominfotext div {
      width: 95%;
      margin: 5px auto;
    }

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

/* 5. Footer 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#footer_container {
  position: relative;
  bottom: 0px;
  height: 60px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgb(0,89,156);
  border-top: 3px solid rgb(255,140,0);
  box-sizing: border-box;
  font-size: 10pt;
  z-index:9;
  display: flex;
  flex-wrap: wrap;
}

  /* 5-3. Logo
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  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;
    }

  /* 5-4. Address
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  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);
    }

  /* 5-5. Caution
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#caution {
    margin-top: 7px;
    margin-right: 20px;
    float: left;
  }

  /* 5-6. Footer Link
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  ul#footerLink {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style-type: none;
    display: flex;
    justfy-cintent: space-around;
  }
    ul#footerLink li {
      margin: 0px;
      float:left;
      background-image: url(../images/linkmarker.png);
      background-position: 0px 5px;
      padding-left: 14px;
      background-repeat: no-repeat;
    }

    ul#footerLink li#toggleInfo {
      color: rgb(255,255,255);
      cursor: pointer;
    }


  div#footer_container a:link    {color: #FFF; text-decoration: none;}
  div#footer_container a:visited {color: #FFF; text-decoration: none;}
  div#footer_container a:hover   {color: #ffcc00; text-decoration: underline;}
  div#footer_container a:active  {color: #ff9c00; text-decoration: underline;}

div#timediv {
  margin-left:10px;
}
  div#timediv > select {
    width: 100px;
  }

div#timedivB {
  display: none;
  height: 27px;
  color: #FFF;
  font-size: 11pt;
  margin-right: 5px;
}

/* レスポンシブ・ウェブデザイン設定 */
@media screen and (max-width: 900px) {
  div#colorbar { left: 0; }
  div#cbararea { left: 0; }
}

@media screen and (max-width: 780px) {
  div#latloninfo { display: none; }
  div#cbararea { width: 98%; }
  table.cbartbl { width: 98%; }
  table#cbar { width: 98%; }
  div#global_menu { display: none; }
  div#subtitle { font-size: 10pt; }
  div#map_container { height: 100vh; }
  div#console {
    width: 98%;
    left: 0px;
  }
  div#changeImgCtrl { width: 98%; }
  div#changeImgCtrl > div { 
    display: none;
    width: 33%;
    flex-wrap: wrap;
  }
  div#footer_container { height: 100%; }
  ul#logo { width: 100vh; }
  address { width: 100vh; }
  div#caution { width: 100vh; }
  div#sidemenu { display: none; }
  div#sidebtn { display: none; }
  div.map_menu { left: 0px; }
  div#infoArea { display: none; }
  ul#footerLink {
     position: relative;
     top: 0px;
     left: 7px;
     width: 100vh;
  }
  ul#info { display: none; }
  div#latest { font-size: 6pt; }
  div#colorbar { width: 90%; }
  div#colorbar { left: 0; }

