/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  JASMES Catalog Monitor CSS


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@charset "UTF-8";
@import url(./jquery-ui.min.css);

/* 
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family:  'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
}

body{
  margin: 0px;
  padding: 0px;
  height:100%;
  min-width: 610px;
  width: 100%;
}

/* 1. Header
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
header {
  position: relative;
  top: 0px;
  height:88px;
  width: 100%;
  background-color: rgb(255,255,255);
  z-index:1;
  border-bottom: 4px solid rgb(112,112,112);
  box-sizing: border-box;
}

  div#titleA {
    display: block;
    font-size: 14pt;
    color:steelblue;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    position: relative;
    top: 2px;
    left: 0px;
    padding-left: 7px;
  }
    div#titleA>a {
      color:steelblue;
      text-decoration: none;
    }

  div#titleB {
    font-size: 28pt;
    color:steelblue;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    left: 5px;
    letter-spacing: 5px;
  }

  div#titleB2 {
    font-size: 23pt;
    color:steelblue;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    left: 5px;
    letter-spacing: -0.05em;
  }

  div#titleC {
    font-size: 22pt;
    color:steelblue;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: 25px;
    left: 5px;
    letter-spacing: -1px;
  }

    div#mainlogo img {
      height: 70px;
    }

  /* Language Select
  ---------------------------- */
  button[name='chglang'] {
    position: absolute;
    right: 12px;
    bottom: 2px;
    padding: 2px;
    font-size: 8pt;
    width: 80px;
    line-height: 1.0em;
    cursor: pointer;
  }
    button[name='chglang']:hover {
      background-color: rgb(255,255,255);
    }

  /* Last update
  ---------------------------- */
  div#updatearea {
    position: absolute;
    bottom: 0px;
    left: 5px;
    color: black;
    font-size: 7.5pt;
  }

  /* Select date
  ---------------------------- */
  div#datemenu_areaA {
    position: absolute;
    top: 10px;
    left: 350px;
    color: black;
    z-index:9;
    padding: 0px;
  }

    div#datemenu_areaA select{
      border: inset 1px white;
      background-color: black;
      margin-left: 0px;
      margin-right: 4px;
      color: white;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
      font-size: 12pt;
      height: 25px;
    }
      div#datemenu_areaA select:hover {
        border: inset 1px rgb(124,0,230);
      }

    div#datemenu_areaA select[name='year']{
      width: 70px;
    }
    div#datemenu_areaA select[name='month']{
      width: 50px;
    }
    div#datemenu_areaA select[name='day']{
      width: 50px;
    }
    div#datemenu_areaA select[name='hour']{
      width: 70px;
    }

    div#timediv {
      display: inline;
    }

  /* Change Date (Button)
  ---------------------------- */
  div#datemenu_areaB {
    position: absolute;
    top: 35px;
    left: 350px;
    z-index:9;
  }
    div#datemenu_areaB button{
      border-radius: 2px;
      border: outset 1px rgb(127,127,127);
      background-color: rgb(230,230,230);
      padding:0px;
      font-size:10pt;
      cursor: pointer;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
      height: 20px;
      line-height:1.0em;
    }

      div#datemenu_areaB button:hover {
        background-color: rgb(255,255,255);
        color: black;
      }

      div#datemenu_areaB button[name='prvd'], button[name='nxtd'],button[name='prvh'],
                         button[name='nxth'] {
        width: 55px;
      }
      div#datemenu_areaB button[name='renew'] {
        width: 100px;
      }

  /* Submit and Slide button
  ---------------------------- */
  div#datemenu_areaC {
    position: absolute;
    top: 10px;
    left: 735px;
    text-align: center;
    z-index:8;
  }
    div#datemenu_areaC button{
      position: relative;
      top: 0px;
      border-radius: 3px;
      border: outset 1px rgb(0,135,230);
      background-color: rgb(218,227,243);
      color: rgb(0,0,0);
      font-weight: normal;
      font-size: 9.5pt;
/*
      text-shadow:
        0px 1px 1px  rgba(0,0,0,0.3),
        1px 0px 1px  rgba(0,0,0,0.3),
        0px -1px 1px rgba(0,0,0,0.3),
        -1px 0px 1px rgba(0,0,0,0.3)
      ;
*/
      box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
      width: 110px;
      padding: 0px;
      height: 22px;
      cursor: pointer;
      transition: 0.1s;
    }
      div#datemenu_areaC button:hover {
        background-color: rgba(17,27,222,1.0);
        color: rgb(255,255,255);
        text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
      }

  /* User's Guide, Data accsess etc.
  ---------------------------- */
  div#global_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    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: 120px;
        height: 30px;
        border-radius: 3px;
      }

        div#global_menu ul li a{
          margin-top: 3px;
          padding-top: 7px;
          line-height: 1.2em;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:10pt;
          height: 35px;
          border-radius: 3px;
          cursor: pointer;
          border-radius: 3px;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(0,0,0);
          color: rgb(0,0,0);
          text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
          box-shadow:
            2px 2px 4px rgba(0,0,0,0.3)
          ;
        }

        div#global_menu ul li#toggleInfo {
          margin-top: 3px;
          padding-top: 7px;
          line-height: 30px;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:10pt;
          height: 35px;
          border-radius: 3px;
          cursor: pointer;
          border-radius: 3px;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(0,0,0);
          color: rgb(0,0,0);
          text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
          box-shadow:
            2px 2px 4px rgba(0,0,0,0.3)
          ;
        }

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

  div#logo {
    position: absolute;
    bottom:15px;
    right: 5px;
  }

  /* 2-2. Map canvas
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#map {
    position: absolute;
    top:0px;
    left:0;
    width: 100%;
    height: 100%;
    min-height: 760px;
    background-color: rgb(192,192,192);
    cursor: pointer;
    z-index:1;
  }

/*
    div#container div.attrlist {
      margin:0px 2px;
      font-size: 8pt;
      border-left: 1px dotted white;
      padding: 0px 4px;
    }
      div#container div.attrlist a {
        color:rgb(255,255,255);
        text-decoration: none;
      }
      div#container div.attrlist a:visited {
        color:rgb(200,200,200);
      }
*/
  
/* 3. Footer
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
footer {
  position: relative;
  top: 0px;
  height: 24px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(39,60,44,1.0);
  font-size: 10pt;
  color: white;
  padding: 2px 5px;
  border-top: 2px solid rgb(137,178,201);
  margin-top: auto;
}

  footer ul{
    position: absolute;
    top: 0px;
    right: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

    footer ul li{
      float:left;
      padding: 0px 10px;
    }
      footer ul li a{
        color:white;
      }
      footer ul li a:hover{
        color:rgb(137,178,201);
      }

      footer ul li#toggleInfo {
        text-decoration: underline;
        cursor: pointer;
      }
        footer ul li#toggleInfo:hover {
          color:rgb(137,178,201);
        }



/* 4. Product select menu
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* a. button
 ----------------------------------- */
div#prodmenubtn {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  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-radius: 3px;
  cursor: pointer;
  z-index: 3;
}
  div#prodmenubtn 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#prodmenubtn span:nth-child(1) {
      top: 4px;
      width: 0%;
      left: 50%;
    }
    div#prodmenubtn span:nth-child(2) {
      top: 13px;
      width: 70%;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#prodmenubtn span:nth-child(3) {
      top: 13px;
      width: 70%;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#prodmenubtn span:nth-child(4) {
      top: 20px;
      width: 0%;
      left: 50%;
    }

    div#prodmenubtn.close {
      border-radius: 2x;
    }

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

  div#depthbox {
    position: relative;
    top: 1px;
    left: 35px;
    width: 200px;
    text-align: center;
    margin-bottom: 0.5em;
  }
     ul#depthcbar {
       list-style-type:none;
       margin:0px 0px;
       padding:0px;
       display:flex;
       width: 100%;
     }
       ul#depthcbar li{
         border:0px solid rgb(150,150,150);
         padding: 0px;
         margin: 0px 1px;
       }
         ul#depthcbar li button {
           width: 50px;
         }
           ul#depthcbar li button.on {
             background-color: rgba(0,55,164,1.0);
             color: rgb(255,255,255);
             border: 1px solid rgb(255,255,255);
             box-shadow:
               0px 2px 2px rgba(255,255,255,0.1) inset,
               0px -2px 2px rgba(20,20,20,0.1) inset,
               1px 1px 2px rgba(0,0,0,0.8)
             ;
           }

    div#aboutlink {
      box-sizing: border-box;
      font-size: 10pt;
      color: white;
      width: 80%;
      margin: 3px auto;
      padding: 2px 5px;
      cursor: pointer;
    }

    div#datastat {
      box-sizing: border-box;
      width: 60%;
      margin: 3px auto;
      padding: 2px 5px;
      text-align: center;
      border: 2px solid white;
      color: white;
      font-weight: bold;
    }

      div.anal {
        background-color: green;
      }
      div.fcst {
        background-color: orange;
      }

/* b. menu
 ----------------------------------- */
div#prodmenu {
  position: absolute;
  top: 5px;
  left: 40px;
  width: 400px;
  padding-top: 0px;
  background-color: rgba(50,50,50,0.8);
  border-radius: 3px;
  z-index: 9;
}

  ul#btnexp {
    margin: 0px 5px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }
    ul#btnexp li {
      font-size: 6pt;
      text-decoration: underline;
      color: white;
      width: 40px;
    }
    ul#btnexp li:nth-child(2) {
      width: 215px;
    }

  div#prodmenu h1 {
    position: relative;
    margin: 0px auto 5px auto;
    padding: 2px 2px 2px 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 12pt;
    color: rgb(245,245,245);
    border: 2px solid white;
    font-weight: bold;
    background-color: rgb(147, 4,176);
  }

  div#prodmenu h2 {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    color: rgb(245,245,245);
  }

  img[name='closebtnA'] {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
  }

  img[name='closebtnB'] {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
  }

  div#prodmenu button {
    margin: 0px 2px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-weight: normal;
/*
    text-shadow:
      0px 1px 2px rgba(0,0,0,0.4),
      1px 0px 2px rgba(0,0,0,0.4),
      0px -1px 2px rgba(0,0,0,0.4),
      -1px 0px 2px rgba(0,0,0,0.4)
    ;
*/
    background-color: rgb(200,200,200);
    border-radius: 3px;
    border: 
      outset 1px rgba(255,255,255,1.0)
    ;
    cursor: pointer;
    line-height: 1.0em;
  }
    div#prodmenu button.on {
      background-color: rgba(255,255,255,1.0);
      color: rgb(255,255,255)
      border: 
        inset 1px rgba(255,255,255,1.0)
      ;

    }

  div#prodmenu img {
    vertical-align: middle;
    height: 20px;
  }

  div#prodmenu div#adexp {
    color: rgb(255,255,255);
    font-size: 9pt;
  }
    div#adexp dl {
      margin-left:20px;
      pading: 0px;
      color: rgb(255,255,255);
      font-size: 9pt;
    }
      div#adexp dd {
        margin-left:20px;
      }

div#layU, div#layM, div#layB {
  position: relative;
  top: 5px;
  left:1%;
  display: flex;
  width: 98%;
  margin-bottom: 15px;
}

div.layname {
  width: 250px;
  height: 40px;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0px 5px;
  background-color: rgba(255,255,255,1.0);
  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)
  ;
  padding: 3px 5px;
  color: black;
  font-size: 10.5pt;
  line-height: 1.2em;
}
  div.layname:first-line {
    font-size: 7.5pt;
  }

    button#prdBtn {
      position: absolute;
      top: 2px;
      right: 4px;
      height: 20px;
      background-color: rgba(255,0,0,0.8);
      border: outset 1px rgba(255,255,255,1.0);
      border-radius: 2px;
      margin: 0px;
      padding: 0px 5px 4px 5px;
      color: white;
      cursor: pointer;
      line-height: 1.0em;
    }
      button#prdBtn:active {
        background-color: rgba(255,0,0,1.0);
        border: inset 1px rgba(255,255,255,1.0);
      }

  div#layerArea ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
    div#layerArea ul li {
      margin: 5px auto;
      padding: 4px 10px;
      width: calc(90% - 20px);
      border: outset 1px white;
      border-radius: 3px;
      background-color: rgba(40,40,40,1.0);
      box-shadow: 1px 2px 1px rgba(0,0,0,1.0);
      color: white;
      font-size: 10pt;
      cursor: pointer;
      line-height: 1.1em;
    }

    div#layerArea ul li.on {
      background-color: rgba(0,55,164,1.0);
      color: rgb(255,255,255);
      border: 1px solid rgb(255,255,255);
      box-shadow:
        0px 2px 2px rgba(255,255,255,0.1) inset,
        0px -2px 2px rgba(20,20,20,0.1) inset,
        1px 1px 2px rgba(0,0,0,0.8)
      ;
    }

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

  div#drctArea ul li {
      margin: 2px auto;
      padding: 0px 10px;
      width: calc(90% - 20px);
      border: outset 1px white;
      border-radius: 3px;
      background-color: rgba(40,40,40,1.0);
      box-shadow: 1px 2px 1px rgba(0,0,0,1.0);
      color: white;
      font-size: 10pt;
      cursor: pointer;

  }
    div#drctArea ul li.on {
      background-color: rgb(0,128,255);
      color: rgb(255,255,255);
      border: 1px solid rgb(210,210,210);
      box-shadow:
        0px 2px 2px rgba(255,255,255,0.1) inset,
        0px -2px 2px rgba(20,20,20,0.1) inset,
        1px 1px 2px rgba(0,0,0,0.8)
      ;
   }

  div#drctArea ul li span {
    font-size: 9pt;
    padding-left:5px;
    color: gray;
  }

    div#layerArea li {
      display: none;
    }


/* 4. Information Windows
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* 4-2. Information Area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#infoArea {
  position: absolute;
  top: 350px;
  left: 40px;
  margin: 0px auto;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.8);
  border-raidus: 5px;
  width: 400px;
  height: 200px;
  box-sizing: border-box;
  z-index: 8;
  display: block;
  overflow: auto;
}
  div#infoArea h2 {
    margin: 0px;
    height: 21px;
    width: 100%;
    background-color: rgba(0,0,0,1.0);
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    font-size: 100%;
  }
    div#infoArea h2 img{
      position: absolute;
      top:0px;
      right: 0px;
    }


  /* 4-2. What's New
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#infoArea dl.whatsnew {
    font-size: 10pt;
    width: 100%;
    text-align: left;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
    letter-spacing: normal;
    box-sizing: border-box;
    color: white;
  }

    dl.whatsnew dt{
      position: relative;
      font-size: 10pt;
      width: calc(100% - 20px);
      font-weight:bold;
      padding: 7px 5px 5px 5px;
    }

    dl.whatsnew dd{
      position: relative;
      margin-left: 0px;
      border-bottom: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 5px 5px 5px 5px;
    }
    
    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;}

div#wnewtoggle {
  position: absolute;
  top: 350px;
  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#wnewtoggle 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#wnewtoggle.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#wnewtoggle.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#wnewtoggle 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#wnewtoggle 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);
    }


  /* 1-5. Alert Message ( ex)Image not found )
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#alertmsg {
    width: 500px;
    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;
    position: absolute;
    top: 80px;
    left: 300px;
    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 {
    background-color: rgba(255,255,255,0.9);
    margin: 0px auto;
    border: 1px solid crimson;
    padding: 0px 0px;
    line-height: 1.0em;
    display: none;
  }
    div#alert h2{
      background-color: crimson;
      background-image: none;
      margin:0px 0px;
    }
    div#alert p{
      color: red;
      font-weight: bold;
      padding: 2px 5px;
      margin: 0px 0px;
    }

div#about {
    position : absolute;
    top   : 2px;
    left    : 10px;
    width    : 45%;
    background-color:rgba(0,0,0,0.8);
    border-radius: 3px;
    border: 1px solid dimgray;
    box-shadow : 1px 1px 2px rgba(0,0,0,0.4);
    color: snow;
    font-size: 10.5pt;
    line-height: 1.5em;
    padding: 5px 10px;
    z-index: 9;
}
  div#about a {
    color: orange;
  }
  div#about img#close {
    position : absolute;
    top   : 5px;
    right    : 5px;
    cursor: pointer;
    z-index: 6;
  }

  a#aboutlink {
    font-size: 10.5pt;
    color: white;
    text-decoration: underline;
    margin-left: 1.0em;
    cursor: pointer;
  }

/*
  Selectable product list (modal window)
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#productList {
  position: absolute;
  top: 5px;
  left: 360px;
  width: 430px;
  padding-bottom: 10px;
  margin: 0px; auto;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid rgb(20,20,20);
  border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  font-size: 10pt;
  z-index: 9;
  display:none;
}

  div#productList h2{
    margin: 0px;
    height: 30px;
    font-size: 12pt;
    color: white;
  }
    div#productList img[name="lystat"] {
      position: absolute;
      top: 0px;
      right: 25px;
      height: 25px;
      border: 0px solid rgb(255,255,255);
      border-radius: 2px;
      margin: 2px 10px 4px 5px;
      background-color: white;
      vertical-align: middle;
      box-shadow: 0px 0px 2px rgba(0,0,0,0.6) inset;
    }

  div#productList h3{
    margin: 5px;
    padding: 0px 0px 0px 5px;
    width: calc(100% - 10px);
    text-align: left;
    font-size: 11pt;
    color: rgb(245,245,245);
  }

  div#productList button {
    width: 180px;
    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)
    ;
    font-size: 10pt;
    cursor: pointer;
    padding: 0px;
    color: white;
    margin: 1px auto;
  }

    div#productList button.emptybox {
      border: 0px solid rgb(0,0,0);
      background-color: transparent;
      cursor: default;
      box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    }

    div#productList button.on {
      background-color: rgba(0,55,164,1.0);
      color: rgb(255,255,255);
      border: 1px solid rgb(255,255,255);
      box-shadow:
        0px 0px 4px rgba(0,0,0,0.8) inset
      ;
    }

  div#prod div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    top: 0px;
    left: 3%;
    width: 94%;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    padding: 5px 0px;
    margin-bottom: 5px;
    color:white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-align:center;
    line-height: 0.9em;
    font-size: 10pt;
  }

  div#drct {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    top: 0px;
    width: 94%;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid white;
    padding: 5px 0px;
    margin: 10px auto;
    color:white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-align:center;
    line-height: 0.9em;
    font-size: 10pt;
  }
    div#drct button {
      line-height: 1.2em;
      border-radius: 3px;
      border: outset 1px rgb(0,135,230);
      background-color: rgb(218,227,243);
      color: rgb(0,0,0);
      font-weight: normal;
      font-size: 9.5pt;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
      padding: 5px;
      cursor: pointer;
      transition: 0.1s;
      margin: 0px 5px 0px 0px;
  }
    div#drct button:hover {
      background-color: rgba(17,27,222,1.0);
      color: rgb(255,255,255);
    }



/* ---------------------------------------- */
div#imageList {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,0.8);
  border-top: 2px solid solver;
  z-index: 9;
  color: white;
  display: none;
}
  div#imageList ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

    div#imageList ul li{
      float: left;
      margin: 0px 4px;
      width: calc((100% - 60px) / 7 );
    }
      div#imageList ul li img{
        width: 100%;
      }


div#imageList li img {
  border     : 1px solid black;
  opacity    : 0.5;
  transition : 0.2s;
}

div#imageList li img[name='thumb3'] {
  border: 2px solid red;
  opacity: 1.0;
}
  div#imageList li div {
    font-size: 9pt;
    margin: 0px;
    line-height: 1.0em;
  }



div.t0 {
  float: left;
  border: 2px solid rgb(255,255,255);
  border-radius: 3px;
  background-color: rgb(200,200,200);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  font-weight: bold;
  width: calc(100% / 3 - 12px - 6px);
  text-align: center;
  margin: 0px 2px;
  color: rgb(150,150,150);
}

div.t1 {
  float: left;
  border: 2px solid rgb(255,255,255);
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  font-weight: bold;
  width: calc(100% / 3 - 12px - 6px);
  text-align: center;
  margin: 0px 2px;
  background-color: rgba(242,79,0,0.8);
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

/* 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#cbararea {
  position: absolute;
  bottom: 40px;
  left: 5px;
  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: block;
  z-index: 4;
}
  div#cbararea img {
    width: 400px;
  }

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

    table#cbarU, table#cbarM, table#cbarB {
      width: 600px;
      border-collapse: collapse;
      margin: 0px 2px 10px 2px;
      font-size:10pt;
    }
      td#tblprodU,td#tblprodM,td#tblprodB {
        width: 120px;
      }
      td#tblunitU,td#tblunitM,td#tblunitB {
        width: 40px;
      }

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

/*
table.cbartblU, table.cbartblM {
  display: none;
}
table#cbarU, table#cbarM {
  display: none;
}
*/

  td#tblprodU, td#tblprodM, td#tblprodB {
    font-size: 9pt;
  }

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  Right side menu 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
div#sidebtn {
  position:absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  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: 80%;
    left: 10%;
    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: 4px;
      width: 0%;
      left: 50%;
    }
    div#sidebtn span:nth-child(2) {
      top: 13px;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#sidebtn span:nth-child(3) {
      top: 13px;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#sidebtn span:nth-child(4) {
      top: 21px;
      width: 0%;
      left: 50%;
    }

    div#sidebtn.open span:nth-child(1) {
      top: 7px;
      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: 14px;
      width: 70%;
      left: 15%;
    }
    div#sidebtn.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#sidebtn.open span:nth-child(4) {
      top: 21px;
      width: 70%;
      left: 15%;
    }


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

  div#sidemenu div.sublbl {
    margin: 2px 0px 5px 2px;
    width: calc(100% - 10px);
    text-align: left;
    font-size: 9pt;
    color: rgb(245,245,245);
  }

  div.subcnt {
    position: relative;
    top: 0px;
    left: 2%;
    width: 96%;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    padding: 2px 0px;
    margin-bottom: 10px;
    color:white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-align:center;
    line-height: 0.9em;
    font-size: 10pt;
  }

    div.subcnt select {
      width: 90%;
    }

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

    div#sliderA { 
      margin: 5px auto;
      width    : 90%;
      height   : 8px;
      background-color:rgba(255,255,255,0.5);
    }

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

    div#sliderC {
      margin: 5px auto;
      width    : 90%;
      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;
    }

  button#ir {
    border-radius: 3px;
    background-color:rgb(200,200,200);
    color: rgb(0,0,0);
    font-weight: normal;
    font-size: 9.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    width: 40px;
    padding: 0px;
    height: 22px;
    cursor: pointer;
    transition: 0.1s;
    margin: 0px 5px 0px 0px;
  }

    button#ir.on {
      background-color:rgb(255,255,255);
      color: rgb(17,27,222);
    }

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

  div#areasearch {
    position: relative; 
    top: 0px;
    left: 2%;
    width: 94%;
    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: 2%;
    width: 94%;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    margin-bottom: 10px;
    padding: 2px;
    text-align: right;
  }
    div#user_location table {
      margin: 0px auto;
      padding: 0px;
      width: 95%;
      border-collapse: collapse;
    }
      div#user_location td {
        font-size: 10pt;
        color:white;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        text-align: left;
        padding-left: 10pt;
      }
    div#user_location input {
      text-align: center;
      width: 80px;
    }

    div#user_location > div {
      width: 100%;
      margin: 0px auto;
    }
    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;
      cursor: pointer;
    }

      div#user_location > div > button {
        width: 21%;
        margin: 2px auto;
     }
     div#user_location > div#setbtn {
       display: flex;
     }
     button#linkcopy {
       width: 90%;
       margin-right: 10px;
       display: none;
     }

      div#linkcont {
        background-color: white;
        color: black;
        word-break: break-all;
        text-align: left;
        border: 2px solid red;
        border-radius: 3px;
        padding: 0px;
        display: none;
      }
        div#linkcont > textarea {
          resize: none;
          padding: 5px;
          height: 80px;
          box-sizing: border-box;
          width: 100%;
        }

  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(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: 5px;
      padding:2px;
      cursor: pointer;
      line-height: 1.0em;
    }

    div#other_func button.on {
      background-color: rgba(0,55,164,1.0);
      color: rgb(255,255,255)
      border-radius: 3px;
      border: 1px solid rgb(255,255,255);
    }

    /*  Graph Menu
    %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
    div#graphmenu {
      position: absolute;
      top: 35%;
      left: -102%;
      width: calc(100% - 10px);
      height: calc(65% - 10px);
      z-index:6;
      background-color: rgba(255,255,255,1.0);
      border: 1px solid rgb(0,0,0);
      border-radius: 0px 0px 3px 3px;
      box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
      font-size: 10pt;
      text-align: left;
      padding: 5px 0px 5px 10px;
      display: none;
    }
      div#graphmenu div#grpcls {
        position:absolute;
        bottom: 45px;
        right: -11px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 0px solid black;
        border-left: 0px solid black;
        background-color: rgba(255,255,255,1.0);
        width: 20px;
        height: 20px;
        -weblit-transform: rotate(45deg):
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);

      }

        div#grpcls  span {
          position: absolute;
          left: 10%;
          height: 1px;
          width: 80%;
          display: block;
          background-color: rgba(0,0,0,1.0);
          border-radius: 1px;

        }
            div#grpcls  span:nth-child(1) {
              top: 10px; 
              -weblit-transform: rotate(45deg):
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
            }
            div#grpcls  span:nth-child(2) {
              top: 10px;
              -weblit-transform: rotate(-45deg):
              -moz-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
            }

      div#graphmenu button {
        width: 72px;
        font-size: 8pt;
        cursor: pointer;
        text-align: center;
      }

        div#graphmenu button.on {
          background-color: rgba(0,55,164,1.0);
          color: rgb(255,255,255);
          border-radius: 3px;
          border: 1px solid rgb(255,255,255);
        }

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

    div#term_select {
      margin-top: 10px;
      display: block;
    }
      div#term_select span {
        font-size: 8pt;
        color: crimson;
      }
      div#term_select table {
        margin: 0px auto 0px 0px;
      }
      div#term_select input[type='text'] {
        width: 120px;
      }


  /* 
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  button#geo0.on,button#geo1.on,button#geo2.on,button#geo3.on {
    background-color: rgba(0,55,164,1.0);
    color: rgb(255,255,255);
    border: 1px solid rgb(255,255,255);
    box-shadow:
      0px 2px 2px rgba(255,255,255,0.1) inset,
      0px -2px 2px rgba(20,20,20,0.1) inset,
      1px 1px 2px rgba(0,0,0,0.8)
    ;
  }


div#modal {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 760px;
  background-color: rgba(0,0,0,0.6);
  z-index: 6;
  display: none;
}

.leaflet-control-zoom {
  position: absolute;
  top: 30px;
  left: -5px;
}

div.loadmsgU, div.loadmsgM, div.loadmsgB {
  position:absolute;
  width: 150px;
  right: 10px;
  z-index: 9;
  color: white;
  font-size: 9pt;
  padding: 3px 10px;
  border: 1px solid black;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.6);
}
div.loadmsgU {
  bottom: 60px;
}
div.loadmsgM {
  bottom: 40px;
}
div.loadmsgB {
  bottom: 20px;
}

.is-hide {
  display: none;
}

/* Responsive style settings
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
/*
@media screen and (min-width: 480px) {
  div#mainlogo {
    display: none;
  }
}
*/
@media screen and (max-width: 950px) {
  div#mainlogo {
    display: none;
  }
  div#datemenu_areaA {
    left: 5px;
  }
  div#datemenu_areaB {
    left: 5px;
  }
  div#datemenu_areaC {
    left: 350px;
  }
}

