@charset "UTF-8";

html,body {
  position: relative;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  min-width: 1300px;
  font-family:  'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

div#wrapper {
  position:relative;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  background-color: ghostwhite;
}

header {
  position: relative;
  top: 0px;
  height:150px;
  width: 100%;
  min-width: 100%;
  background-color: rgb(0,0,0);
  z-index:1;
  border-bottom: 1px solid white;
  background-image: url('../images/back_header.png');
  background-position: bottom;
  background-repeat: repeat-x;
}

  header div#headerArea {
    position: relative;
    margin: 0px auto;
    width: 1280px;
  }

  header > img {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 150px;
    z-index:2;
  }

  header #updatearea {
    position: absolute;
    top: 23px;
    left: 190px;
    color: white;
    font-size: 9pt

  }

  div#topmenuarea {
    position: absolute;
    top: 5px;
    right: 10px;
  }
    div#topmenuarea ul{
      padding: 0px;
      margin: 0px;
/*      list-style-type: square;*/
      list-style-type: none;
      width: 100%;
      display: flex;
    }

    div#topmenuarea ul li {
      margin: 0px 3px;
      width: 80px;
      height: 30px;
      border-radius: 3px;
/*
      float:left;
      border: 0px solid gray;
      margin: 0px 20px;
      padding: 1px 0px 1px 0px;
      color: white;
      font-size: 10pt;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
*/
    }
      div#topmenuarea ul li a{
          margin-top: 3px;
          padding-top: 10px;
          line-height: 15px;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:0.9rem;
          height: 40px;
          border-radius: 3px;
          cursor: pointer;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(150,150,150);
          border-radius: 3px;
          color: rgb(50,50,50);
          text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
          box-shadow:
            0px -12px 5px rgba(0,0,0,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
      }

      div#topmenuarea ul li.top a{
        background-color: rgba(80,80,80,1.0);
        border: 1px solid rgb(255,255,255);
        border-radius: 3px;
        color: rgb(255,255,255);
        text-shadow: 1px 1px 2px rgba(128,0,0,0.8);
        box-shadow:
          0px -12px 5px rgba(0,0,0,0.2) inset,
          2px 2px 2px rgba(0,0,0,0.4)
        ;
      }

  div#topMenuContainer {
    position: absolute;
    top: 70px;
    height: 40px;
    width: 100%;
  }
    div#langarea {
      position: absolute;
      top: 11px;
      left: 10px;
      margin: 0px;
      padding: 0px;
      line-height: 0.0em;
    }

  div#pageSelect {
    position: absolute;
    top: 40px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }

  div#pageSelect div {
    height: 33px;
    line-height: 33px;
    color:white;
    font-size: 15pt;
    margin: 0 0 0 14px;
    font-weight: bold;
  }

  div#pageSelect ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }

    div#pageSelect ul li {
      padding-top: 3px;
      border: outset 1px white;
      border-radius: 5px;
      background-color: rgba(0,0,0,1.0);
      box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      width: 130px;
      height: 28px;
      line-height: 26px;
      color: white;
      text-align: center;
      font-size: 10pt;
      cursor: pointer;
      margin-left: 12px;
    }

    div#pageSelect ul li#calendar {
      background-color: rgba(168,217,38,1.0);
      color: rgb(128,0,128);
      cursor:default;
    }

    div#pageSelect ul li#scroll {
      background-color: rgba(40,40,40,1.0);
      color: white;
    }

  div#information {
    position:absolute;
    top: 5px;
    left: 180px;
    width: 550px;
    height: 90px;
    border: 1px solid rgba(0,0,0,1.0);
    background-color: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 0px 0px;
    line-height: 1.0em;
    display: block;
    font-size: 9pt;
    text-align: left;
    z-index: 9;
    display:block;
    box-sizing: border-box;
    overflow-y: scroll;
  }
    div#information span {
      color: rgb(255,0,0);
      font-weight: bold;
      text-decortation: italic;
    }
      div#information ul {
        margin:0px 0px 1.0em 0px;
        padding: 0px 0px 0px 1.0em;
      }
        div#information ul li {
          margin-bottom: 0.5em;
        }

  div#information table {
    border: 0px solid black;
    margin: 0px;
  }
  div#information td.date {
    width: 90px;
    vertical-align: top;
    border: 0px solid black;
    border-bottom: 1px dashed silver;
  }
  div#information td.cmnt{
    padding-left: 10px;
    width: 270px;
    border: 0px solid black;
    border-bottom: 1px dashed silver;
  }


/*
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div.main_container {
  position: relative;
  top:0px;
  left:0px;
  height: auto;
  min-height: 600px;
/*   height: calc(100% - 70px - 20px); */
  width: 100%;
  display: block;
  /* color: rgb(90,69,79); */
  color: rgb(30,0,30);
}

h2 {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
}
  h2 div {
    position: relative;
    width: 1240px;
    height: 35px;
    margin: 0px auto;
    padding: 0px;
    color: rgb(255,255,255);
    font-weight: normal;
    text-shadow:
      1px 0px 1px rgba(0,0,0,0.8),
      0px 1px 1px rgba(0,0,0,0.8),
      -1px 0px 1px rgba(0,0,0,0.8),
      0px -1px 1px rgba(0,0,0,0.8)
    ;
  }
    h2 div>div:nth-child(1) {
      position: relative;
      top: 0px;
      left: 0px;
    }
    h2 div>div:nth-child(2) {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 49%;
    }

  h2#h001 {  background-color: rgb(219,100,36);  }
  h2#h002 {  background-color: rgb(204,93,57);  }
  h2#h003 {  background-color: rgb(236,163,122);  }
  h2#h004 {  background-color: rgb(243,212,161);  }
  h2#h005 {  background-color: rgb(136,125,74);  }

  button#chglng {
    margin-top: 5px;
    width: 80px;
    height: 25px;
    float: right;
  }


/* what's new ------------------------------------------------------- */
input[name='wnewbtn'] {
  position:absolute;
  top: 5px;
  right: 10px;
  width: 125px;
  font-size: 11pt;
  font-weight: normal;
  color: white;
  border: 1px solid white;
  background-color: rgba(100,100,100,1.0);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
  z-index: 9;
  cursor: pointer;
}
div#wnew {
  position:absolute;
  top: 5px;
  right: 10px;
  width: 320px;
  border: 2px solid rgba(0,0,0,1.0);
  background-color: rgba(50,50,50,1.0);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
  padding: 0px 5px 5px 5px;
  line-height: 1.0em;
  display: block;
  font-size: 10pt;
  text-align: left;
  z-index: 9;
  display:block;
}
  div#wnew h2{
    margin: 2px 0px;
    padding: 2px 0px 0px 0px;
    width: calc(100% - 2px );
    font-size: 12pt;
    color: rgb(240,240,240);
  }
  div#wnew h2{
    margin: 2px 0px;
    padding: 2px 0px 0px 0px;
    width: calc(100% - 2px );
    font-size: 12pt;
    color: rgb(240,240,240);
  }
    div#wnew h2 img#close_btn{
      position: absolute;
      top: 2px;
      right: 5px;
    }

  div#wnew dl {
    font-size: 10pt;
    width: 100%;
    text-align: left;
    color: white;
    overflow: auto;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
      letter-spacing: normal;
  }
    div#wnew dl dt{
      font-size: 9pt;
      float:left;
      width: calc(100% - 20px);
      font-weight:bold;
      border-top: 1px dotted #CCC;
      padding: 2px 5px;
    } 
    div#wnew dl dd{
      margin-left: 20px;
      border-top: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 2px 5px;
    }

div#slide {
  height: 510px;
  margin: 0px auto;
  overflow: hidden;
  background-color: rgb(158,140,107);
}

  div#slide ul {
    margin: 0px; auto;
    padding: 0px;
    list-style-type: none;
  }

    div#slide ul li{
      width: 100%;
      text-align: center;
    }

  div#slide img {
    height: 500px;
    margin: 5px;
    box-shadow: 3px 3px 4px rgb(0,0,0,0.6);
    border-radius: 3px;
  }


  dl#infoarea {
    font-size: 10pt;
    width: 100%;
    height: 220px;
    text-align: left;
    rgb(90,69,79);
    overflow-y: scroll;
    margin: 2px 0px 0px 0px;
    padding: 2px 0px;
    letter-spacing: normal;
  }
    dl#infoarea dt{
      font-size: 10pt;
      float:left;
      width: calc(100% - 20px);
      font-weight:bold;
      padding: 2px 5px;
    }
    dl#infoarea dd{
      font-size: 11pt;
      margin-left: 0px;
      border-bottom: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 2px 10px 2px 20px;
    }

footer {
  margin-top: auto;
  /* height: 40px; */
  width: 100%;
  /* background-color: rgba(51,91,135,1.0); */
  background-color: #113160;
  font-family:"Yu Gothic","Arial","Verdana","sans-serif";
}

  footer div {
    width: 1280px;
    margin: 0 auto;
    color: rgb(255,255,255);
    font-size: 1rem;
  }

    footer div a{
      color: white;
    }

footer div#sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;

}

footer div#sitemap ul {
  list-style-type: none;
  padding-left: 0;
}

footer div#sitemap ul li {
  padding-left: 10px;
  line-height: 1.5;
}

footer div#sitemap ul li.large {
  font-weight: bold;
  padding-left: 0;
  margin-top: 7px;
  font-size: 1.0rem;
}

footer div#sitemap ul li a {
  text-decoration: none;
}

footer div#copyright {
  text-align: center;
}

/*
  footer div {
    width: 1280px;
    margin: 5px auto;
    color: rgb(255,255,255);
    font-size: 11pt;
  }

    footer div a{
      color: white;
    }
*/

#page-top {
  position: fixed;
  bottom: 0px;
  right: 40px;
  font-size: 12pt;
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px 5px 0px 0px;
  height: 30px;
  width: 50px;0
  z-index:4;
  cursor: pointer;
}

#page-top span{
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: rgba(255,255,255,1.0);
  border-radius: 2px;
}
  #page-top span:nth-child(1){
    top: 10px;
    right: 2px;
    -weblit-transform: rotate(30deg):
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #page-top span:nth-child(2){
    top: 10px;
    left: 2px;
    -weblit-transform: rotate(-30deg):
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 for Monitor
 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#main_wrapper {
  position:relative;
  width: 1250px;
  margin: 0px auto;
  border: 1px solid transparent;
  padding: 0px;
  display: flex;
  min-height: 100vh;
}

div#imgarea {
  position: relatve;
  top: 0px;
  margin: 10px auto 10px auto;
  width: 100%;
}
  div#imgarea img{
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    cursor: pointer;
  }

div#cbararea {
  position: relatve;
  top: 0px;
  margin: 0px auto;
  width: 100%;
  height: 50px;
}
  div#cbararea img {
    width: 100%;
    border: 1px solid black;
  }

div#labelarea {
  display: flex;
}

div#label {
  position: relative;
  top: 2px;
  margin: 0px auto 10px auto;
  line-height: 1.0em;
  width: 50%;
  font-weight: bold;
  font-size: 16pt;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding-right: 5px;
}
  div#label > span {
    font-size: 14pt;
  }

  div#labelarea button {
    width: 25%;
    background-color: black;
    color: white;
    height: 40px;
    border-radius: 4px;
    margin-top: 5px;
  }
  div#labelarea button.off {
    background-color: gray;
    color: silver;
  }

  div#sensorinfo {
    width: 25%;
    height: 25px;
    position: relative;
    top: 3px;
    text-align: right;
    font-size: 14pt;
    line-height: 1.2em;
  }

div#searcharea {
  background-color: rgba(174,170,200,1.0);
  padding: 5px 0px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}

div#searcharea  div{
  margin: 0px 5px;
  width: 80px;
  text-align: center;
}

div#searcharea > div > select {
  font-family:"Century Gothic","ＭＳ Ｐゴシック", "Arial","Verdana","sans-serif";
  font-size: 12pt;
  width: 80%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgb(80, 80, 80);
}
  div#searcharea > div > select:hover {
    border: 1px solid rgb(255, 135, 0);
  }

  div#searcharea button {
    width: 60px;
    border-radius: 5px;
    border: 1px solid rgb(80, 80, 80);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    box-sizing: border-box;
    line-height: 20px;
    font-size: 8pt;
    margin: 0px 2px;
    padding: 0px;
    cursor: pointer;
  }
    div#searcharea button:hover {
      background-color: rgba(255,135,0);
    }
    div#searcharea button[name='reset'] {
      width: 80pt;
      margin-left: 10px;
    }



div#leftside {
  position:relative;
  top: 0px;
  left: 0px;
  width: 400px;
  font-size: 11pt;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  /* overflow-y: scroll; */
  border: 1px solid rgba(90,69,79,1.0);
  background-color: rgba(174,170,200,1.0);
  padding-bottom: 1em;
}
div#rightside {
  position:relative;
  top: 0px;
  left: 10px;
  width: calc(100% - 410px);
  padding-bottom: 1em;
}

div#leftside h3 {
  width: 95%;
  border-bottom: 1px solid rgba(90,69,79,1.0);
  font-size:13pt;
  margin: 10px auto 5px auto;
}


/* -- Select Menu --  */
div#sidemenu {
  position: relative;
  top: 0px;
  left:0px;
}

  div#sidemenu h4 {
    width: calc(95% - 5px);
    font-size:11pt;
    margin: 10px auto 5px 0px;
    padding-left: 5px;
    cursor: pointer;
    border-left: 1px solid rgb(255,255,255);
    border-bottom: 1px solid rgb(255,255,255);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.3);
  }
/*
    div#sidemenu h4:before {
      margin-right: 2px;
      content: url('../images/icon_plus.gif');
    }
    div#sidemenu h4.on:before {
      margin-right: 2px;
      content: url('../images/icon_minas.gif');
    }
*/

  div#sidemenu  ul {
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0px;
  }
    ul.prodlist {
      height: 300px;
      overflow-y: scroll;
      border: 1px solid black;
    }
      ul.prodlist div {
        margin-top: 10px;
      }

    div#sidemenu  ul.prodlist li {
      padding: 5px 5px;
      border-radius: 3px;
      border: 1px solid black;
      width: 85%;
      margin: 0px 0px 3px 15px;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
      line-height: 1.0em;
      font-size:10pt;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
      background-color: rgb(230,230,230);
      cursor: pointer;
    }

    div#sidemenu  ul.prodlist li.on {
      background-color: rgb(181,230, 29);
    }

    div#sidemenu  ul.prodlist li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }

    div#sidemenu  ul#area li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }

    div#sidemenu  ul#term li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }

    div#sidemenu  ul#mode li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }

    div#sidemenu  ul#sensor li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }

    div#sidemenu  ul#category li.off {
      background-color: rgb(150,150, 150);
      color: rgb(50,50,50);
      box-shadow: 1px 1px 2px rgba(0,0,0,0.0);
    }



ul.explist {
  display: flex;
  flex-wrap: wrap;
}
  ul.explist li {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid black;
    width: 40%;
    margin: 0px 0px 3px 15px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    line-height: 1.0em;
    font-size:10pt;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background-color: rgb(230,230,230);
    cursor: pointer;
  }
    ul.explist li.on {
      background-color: rgb(181,230, 29);
    }

    ul.short li {
      width: 24%;
      text-align: center;
    }

ul.explistS {
  display: flex;
  flex-wrap: wrap;
}
  ul.explistS li {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid black;
    width: 20%;
    margin: 0px 2px 0px 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    line-height: 1.0em;
    font-size:10pt;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background-color: rgb(230,230,230);
    cursor: pointer;
    text-align: center;
  }
    ul.explistS li.on {
      background-color: rgb(181,230, 29);
    }


    ul#category li {
      border-bottom: 0px black;
      border-radius: 3px 3px 0px 0px;

    }

div#docs p {
  width: 100%;
//  text-align: center;
//  margin-bottom: 30px;
  margin-left: 1%;
}

div#docs h3 {
  text-decoration: underline;
  margin-top: 2%;
  margin-bottom: 1%;
}
div#docs pre {
  font-family:'Bookman Old Style', "Century Gothic", "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro",
              "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",
              "Arial","Verdana","sans-serif";
//  font-size: 14pt;
  line-height: 1.4em;
}

div#docs span{
  margin-left: 1%;
}

div#docs table {
  font-family:"Century";
  border-collapse: collapse;
  width: 80%;
  margin-left: 1%;
}

div#docs th {
  background-color: rgb(250,192,144);
  text-decoration: none;
  font-weight: normal;
}

div#docs th, td{
  border: 2px solid #333;
  line-height: 1.4;
  padding: 0.8%;
}

input.help {
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 5px;
}
  input.help:active {
    background-color: silver;
  }

  div#modal_cont {
    position: fixed;
    width: 800px;
    height: 500px;
    top: 0px;
    left: calc(50% - 400px);
    margin: 1.5em auto;
    padding: 10px 10px;
    border: 1px solid rgb(0,0,0);
    border-radius: 3px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    z-index:8;
    display: none;
    font-size: 11pt;
    line-height: 1.4em;
    overflow-y: scroll;
  }
    div#modal_cont h2 {
      margin: 10px auto;
    }
  
    div#modal_cont ul {
      margin: 0px auto;
    }

    div#drctinfotext div {
      width: 95%;
      margin: 5px auto;
    }
    div#anominfotext div {
      width: 95%;
      margin: 5px auto;
    }

  div#modal_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    display: none;
    z-index:5;
  }

  div.expcmnt {
    width: 85%;
    margin:0px auto;
    padding: 0px;
    font-size: 9pt;
  }

div#grapharea {
  padding: 5px;
  box-sizing: border-box; 
  width: 100%;
  margin: 0px auto;
}
  div#grapharea h3 {
    width: 100%;
    background-color: gray;
    color: white;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
  }

div.grpcont {
  display: flex;
  justify-content: center;
  height: 220px;
}
  div.grpcont > img {
    margin: 0px 10px;
    height: 200px;
    border: 1px solid black;
    box-sizing: border-box;
  }
  div.grpcont > a  {
    margin: 0px;
    padding: 0px;
  }

  div.grpcont > a > img {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 200px;
    border: 1px solid blue;
    box-sizing: border-box;
  }

