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

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@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;
}

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

div#termsOfUse {
  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;
}

/* 1. Header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  nav {
    position: relative;
    top: 5px;
    right: 0px;
    margin: 0px 5px 0px auto;
    width: 1000px;
    height: 100%;
  }

div#header {
  position: relative;
  box-sizing: border-box;
  top: 0px;
  height: 135px;
  width: 100%;
  background-color: rgb(248,248,248);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  z-index:2;
}
  div#header h1 {
    margin: 0px;
    padding: 0px;
  }

  div#header h1 > div{
    position: absolute;
    top: 23px;
    left: 310px;
  }

  div#global_menu {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 500px;
    z-index:2;
  }

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

      div#global_menu ul li {
        margin: 0px 3px;
        width: 80px;
        height: 30px;
        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);
            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);
            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);
            box-shadow:
              0px -12px 5px rgba(0,0,0,0.2) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

  div#ltstdate {
    position: absolute;
    top:65px;
    left: 10px;
    font-size: 9pt;
  }

  button#chglng {
    position: absolute;
    top:15px;
    right: 10px;
    z-index:6;
    cursor: pointer;
  }

  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;
    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;
          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;
          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);
            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);
            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);
            box-shadow:
              0px -12px 5px rgba(0,0,0,0.1) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

  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);
  }
    div#dateSelect {
      position: absolute;
      top: 7px;
      left: 5pt;
      height: 25px;
      color: rgb(255,255,255);
      width: 580px;
    }
      div#predstat{
        position: absolute;
        top: 0px;
        right: 0px;
        color: red;
        border: 1px solid red;
        border-radius: 3px;
        padding: 2px 5px;
        background-color: rgba(255,255,255,1.0);
      }

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

      button.overlaybtn {
        width: 150px;
        height: 45px;
        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;
        margin: 0px 5px;
        box-sizing: border-box;
        color: white;
        
      }
        button.overlaybtn div {
          line-height: 0.85em;
          font-size: 9pt;
          padding: 0px;
          margin: 0px;
        }

    div#termGroup {
      position:absolute;
      top: 10px;
      right: 200px;
      width: 250px;
      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-align:center;
      line-height: 0.9em;
    }

        div#termGroup button.on {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
          font-weight: bold;
          color: black;
        }
        div#termGroup button.off {
          box-shadow: 0px 0px 0px rgba(0,0,0,0);
          background-color: rgba(100,100,100,1.0);
          border: inset 0px gray;
          color: rgb(50,50,50);
        }

    div#areaGroup {
      position:absolute;
      top: 10px;
      right: 10px;
      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-align:center;
      line-height: 0.9em;
      font-size: 8pt;
      display: flex;
    }
        div#areaGroup button.on {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
          font-weight: bold;
          color: black;
        }

    div#otherlinkA {
      color:white;
      padding-left:10px;
      display:none;
    }

    div#otherlinkB {
      color:white;
      padding-left:10px;
      display:none;
    }

    div#datainfoL {
      position:absolute;
      top: 3px;
      left: 500px;
      width: 200px;
      background-color:rgba(255,255,255,0.7);
      border-radius: 5px;
      border: 1px solid black;
      box-shadow :
        1px 1px 2px rgba(0,0,0,0.8) inset,
        1px -1px 1px rgba(255,255,255,0.5) inset
      ;
      padding: 4px;
      color: red;
      font-weight: bold;
      text-align:left;
      line-height: 1.1em;
      font-size: 14pt;
      display:none;
    }
      div#datainfoL > div {
        font-size: 9pt;
        line-height: 1.0em;
        padding: 2px 10px;
      }

    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-align:center;
      line-height: 0.9em;
    }

        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#areaGroup button.off {
          box-shadow: 0px 0px 0px rgba(0,0,0,0);
          background-color: rgba(100,100,100,1.0);
          border: inset 0px gray;
          color: rgb(50,50,50);
        }

    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;
        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-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#otherswitch {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
        z-index: 3;
      }
        div#otherswitch>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#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-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#linkcont {
        width:90%;
        background-color: white;
        color: black;
        word-break: break-all;
        text-align: left;
        border: 2px solid red;
        border-radius: 3px;
        margin: 0px auto;
        padding: 0px;
        display: none;
      }

        div#linkcont > textarea {
          resize: none;
          padding: 5px;
          height: 80px;
          width:100%;
          box-sizing: border-box;
        }

      button#linkcopy {
        display: none;
      }

      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.off {
          box-shadow: 0px 0px 0px rgba(0,0,0,0);
          background-color: rgba(100,100,100,1.0);
          border: inset 0px gray;
          color: rgb(50,50,50);
        }

        /*  Graph Menu
        %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
        img[name="closebtnB"] {
          position: absolute;
          top: 5px;
          right: 5px;
          cursor: pointer;
        }

        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#graphmenu h3 {
              margin: 5px 5px;
              padding: 0px;
              font-size: 14pt;
              font-weight: bold;
            }

            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% - 135px);
  min-height: 600px;
  z-index: 0;
}

div#map {
  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#note a {
    displae: inline-block;
    vertical-align: middle;
  }

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

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

  div#info_cont {
    position:relative;
    top: 375px;
    left: 40px;
    width: 410px;
  }
  div#info_cont h4 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: rgba(255,0,0,1.0);
    z-index: 7;
  }

  div#info_cont dl {
    font-size: 11pt;
    width: 100%;
    text-align: left;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
    letter-spacing: normal;
  }
    div#info_cont dl dt{
      position: relative;
      font-size: 10pt;
      width: calc(100% - 20px);
      font-weight:bold;
      padding: 7px 5px 5px 5px;
    }
    div#info_cont dl dd{
      position: relative;
      margin-left: 0px;
      font-size: 10pt;
      border-bottom: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 5px 5px 5px 5px;
    }

/* Trouble Information
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#alert {
  position: absolute;
  top: 5px;
  left: 470px;
  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;
  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;
    text-align:left;
  }
  div#alert h2:before{
    background-color: transparent;
  }
  div#alert p{
    color: red;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0px 0px;
  }



div#infobtn {
  position: absolute;
  top: 375px;
  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#infobtn 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#infobtn span:nth-child(1) {
      top: 4px;
      width: 0%;
      left: 50%;
    }
    div#infobtn span:nth-child(2) {
      top: 9px;
      width: 70%;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#infobtn span:nth-child(3) {
      top: 9px;
      width: 70%;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#infobtn span:nth-child(4) {
      top: 20px;
      width: 0%;
      left: 50%;
    }

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

    div#infobtn.close span:nth-child(1) {
      top: 4px;
      width: 70%;
      left: 15%;
    }
    div#infobtn.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#infobtn.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#infobtn.open span:nth-child(1) {
      top: 3px;
      width: 70%;
      left: 15%;
    }
    div#infobtn.open span:nth-child(2) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
    }
    div#infobtn.open span:nth-child(3) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 9px;
    }
    div#infobtn.open span:nth-child(4) {
      top: 15px;
      width: 70%;
      left: 15%;
    }

  div#wnew {
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid black;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(255,255,255,0.9);
    font-size: 10.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 5;
  }

    div#wnew li {
      list-style-type: none;
      margin-bottom: 10px;
    }
    div.date {
      font-weight: bold;
      border-bottom: 1px dotted silver;
    }

  div#info {
    position:relative;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    border: 1px solid black;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(255,255,255,0.9);
    font-size: 10.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 9;
  }


/* 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. Openalayer design
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
.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#linkmenu {
  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: 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);
      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-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;
    }

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

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

  div#map .ol-zoom {
    top: 50px;
    left: 6px;
    border-radius: 2px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
    div#map .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#map .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#map .ol-zoomslider {
    top: 110px;
    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#map .ol-zoomslider button {
        top:0px;
        left:-2px;
        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#map .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: 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-align: center;
}

/* Data list
------------------------------------------------ */
div#statbtn {
  position: absolute;
  top: 5px;
  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: 420px;
  top: 5px;
  left: 40px;
  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;
  box-sizing: border-box;
  
}
  div#statmenu > div.sublbl {
    height: 25px;
    font-size: 11pt;
    vertical-align: middle;
  }

/* ## DEBUG #################  */
  div#statmenu > div {
    margin-bottom: 6px;
    background-color: rgb(100,100,100);
    display: flex;
  }

  div#statmenu > div > ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 60%;
  }
    div#statmenu > div > ul > li{
      width: 100%;
    }
    div#statmenu label{
      font-size: 9pt;
      color: white;
      cursor: pointer;
    }

  div#statmenu button {
    cursor: pointer;
  }

  div#statmenu button.on {
    background-color: rgba(181,230,29,1.0);
    color: black;
    box-shadow:
      0px 4px 4px rgba(255,255,255,0.1) inset,
      0px -4px 4px rgba(20,20,20,0.1) inset
    ;
  }
  div#statmenu button.off {
    background-color: rgb(150,150, 150);
    color: rgb(50,50,50);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    transition: 0.2s;
    cursor: default;
  }

    button.b1 {
      width: 150px;
      padding: 5px;
    }
    button.b2 {
      width: 230px;
      margin-left: 10px;
      font-size: 9pt;
      padding: 5px;
    }
    button.b3 {
      width: 390px;
    }

    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_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    display: none;
    z-index:7;
  }

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


  input#areainfo {
    position: relative;
    top: 35px;
    right: 2px;
    height: 23px;
    font-weight: bold;
    cursor: pointer;
  }
  div#modal_contB {
    position: fixed;
    width: 600px;
    top: 150px;
    left: calc(50% - 300px);
    margin: 1.5em auto;
    padding: 10px 10px;
    border: 1px solid rgb(0,0,0);
    border-radius: 3px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    z-index:8;
    display: none;
    font-size: 12pt;
    line-height: 1.5em;
  }
    div#modal_contB h3 {
      margin: 5px 5px;
      padding: 0px;
      text-decoration: underline;
    }
    div#modal_contB p {
      width: 90%;
      margin: 5px 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;
      bottom: 115px;
      left: 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: 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%;
        }


      /* Opacity Slider C *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
      div#sliderboxC {
        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;
        padding-top: 6px;
        margin-bottom: 10px;
        z-index: 3;
        line-height: 1.0em;
      }

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

     ul#cbarcolor {
       positon: relative;
       list-style-type:none;
       margin:0px 0px 0px 40px;
       padding:0px;
       display:flex;
       width: 500px;
     }
       ul#cbarcolor li {
         line-height: 1.0em;
         border:1px solid rgb(0,0,0);
         height: 15px;
         text-align:center;
         box-sizing: border-box;
       }
     ul#cbarvalue {
       positon: relative;
       list-style-type:none;
       margin:0px 0px 0px 35px;
       padding:0px;
       display:flex;
       width: 500px;
       border:0px solid rgb(0,0,0);
     }
       ul#cbarvalue li {
         line-height: 1.5em;
         font-size: 8pt;
         text-align: left;
         box-sizing: border-box;
       }

     div#unit {
       position: absolute;
       height: 100%;
       width: 55px;
       vertical-align: middle;
       text-align: center;
       top:0px;
       right: 2px;
       font-size: 8pt;
     }

div#FLDRISK {
  position:relative;
  top: 3px;
  left: 35px;
  width: 420px;
  z-index: 5;
  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;
}
  div#FLDRISK div {
    position: absolute;
    top: 1px;
    left: 200px;
    width: 170px;
    text-align: center;
  }
     ul#riskcbar {
       list-style-type:none;
       margin:0px 0px;
       padding:0px;
       display:flex;
       width: 100%;
     }
       ul#riskcbar li {
         border:1px solid rgb(150,150,150);
         height: 15px;
         width: 35px;
         text-align:center;
         padding: 0px;
         margin: 0px 1px;
         line-height:1.0em;
       }

     ul#riskvalue {
       list-style-type:none;
       margin:2px 0px 0px 0px;
       padding:0px;
       display:flex;
       width: 100%;
     }
       ul#riskvalue li {
         height: 15px;
         width: calc(100% / 3);
         text-align:center;
         padding: 0px;
         margin: 0px 1px;
         line-height:1.0em;
         color: white;
         font-size: 9pt;
       }
         ul#riskvalue li:last-child {
           text-align: right;
         }

  div#FLDRISK button[name='riskicon'] {
    margin:3px 0px 0px 3px;
    width: 180px;
    height: 25px;
    background-color: rgba(100,100,100,1.0);
    border: 1px solid rgb(255,255,255);
    border-radius: 3px;
    color: rgb(255,255,255);
    box-shadow:
      0px -12px 5px rgba(0,0,0,0.2) inset,
      2px 2px 2px rgba(0,0,0,0.4)
    ;
    cursor: pointer;
  }
  div#FLDRISK button[name='riskicon'].on {
    background-color: rgba(0,200,0,1.0);
    box-shadow:
      0px -12px 5px rgba(0,200,0,0.2) inset,
      2px 2px 2px rgba(0,0,0,0.4)
    ;   
  }

  div#FLDRISK  button#riskinfo {
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: bold;
    cursor: pointer;
  }

  table.riskcont table {
    width: 300px;
  }

  table.riskcont th {
    width: 120px;
    text-align: left;
    padding-left: 10px;
    vertical-align: top;
  }

    div#riskhelp {
      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;
    }

div#reamebtn {
  position: absolute;
  top: 0px;
  left: 470px;
  z-index: 4;
}
  button#kmlred{
    width: 170px;
    background-color: red;
    color: white;
    cursor: pointer;
  }
  button#reame{
    width: 170px;
    background-color: blue;
    color: white;
    cursor: pointer;
  }

  div#reamebtn button.off {
    background-color: silver;
    color: black;
  }


/* Terms of Use for Prediction  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
ol.termList li {
  font-size: 14pt;
}

ol.closing_bracket {
  list-style-type:none;
  margin: 0px auto 20px auto;
  padding: 0 15px;
}
ol.closing_bracket li {
  counter-increment: cnt;
  text-indent: -1.0em;
  margin-bottom: 1.0em;
  font-size: 12pt;
}

ol.closing_bracket > li:before {
  content:" (" counter(cnt) ") ";
}

div#okarea {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
  div#okarea button {
    width: 300px;
    height: 40px;
    margin: 0px 10px;
    cursor: pointer;
  }

div#noarea {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
  div#noarea button {
    background-color: rgb(150,150,150);
    width: 300px;
    height: 40px; 
  }
    div#noarea button:hover {
      background-color: rgb(140,140,140);
      cursor: pointer;
    }

/*--- Slick setting ---- */
.slick-prev:before {
  font-size: 50px;
  margin-left: -30px;
}
.slick-next:before {
  font-size: 50px;
}

.slick-dots li {
  width: 40px;
}

.slick-dots li.slick-active button:before {
  opacity: 1.0;
  color: rgb(255,255,255);
  font-size: 20px;
}
.slick-dots li button:before {
  opacity: 0.85;
  color: rgb(160,160,160);
  font-size: 20px;
}
