/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */ @charset "UTF-8";
@import url(./jquery-ui.min.css);
/*
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-width: 1020px;
  font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
/* 1. Header
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
header {
  position: relative;
  top: 0px;
  height: 88px;
  width: 100%;
  min-width: 100%;
  background: linear-gradient(90deg, #fff 155px, #005096 310px);
  z-index: 1;
  border-bottom: 4px solid rgb(112, 112, 112);
  box-sizing: border-box;
  overflow: hidden;
}
div#mainlogo {  width: 400px;
    display: block;
}
div#mainlogo img {
  width: 400px;
}
/* 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);
}
header.top {
  position: relative;
  top: 0px;
  left: 0px;
  height: 370px;
  width: 100%;
  background-color: rgba(160, 160, 160, 1.0);
  border-bottom: 2px solid rgb(233, 71, 77);
}
header.top div {
  margin: 0px auto;
  background-image: none;
}
/*
    header.top div img {
      box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    }
*/
/* Global Menu (Header menu)
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
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: 100px;
  height: 30px;
  border-radius: 3px;
}
div#global_menu ul li a {
  padding-top: 3px;
  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);
  /*
          background-color: rgba(240,160,65,1.0);
          border: 2px solid rgb(255,255,255);
          color: rgb(255,255,255);
*/
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.3);
}
/* Main Wrapper
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div.main_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  color: rgb(90, 69, 79);
  background-color: rgb(255, 255, 255);
}
/* Portal TOP
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
ul#topmenu {
  position: relative;
  top: 5px;
  width: 1100px;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}
ul#topmenu li {
  float: left;
  width: calc(100% / 5 - 2px);
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid gray;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  cursor: pointer;
}
ul#topmenu li:hover {
  background-color: rgb(255, 165, 165, 1.0);
}
ul#topmenu li a {
  display: block;
  text-decoration: none;
}
ul#selitem {
  position: relative;
  top: 15px;
  margin: 0px auto;
  padding: 0px;
  width: 1100px;
  list-style-type: none;
}
ul#selitem li {
  float: left;
  width: calc(100% / 2 - 2px);
  text-align: center;
}
ul#selitem li img {
  width: 95%;
  border: 1px solid gray;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 5px;
}
ul#selitem li img:hover {
  border: 1px solid red;
}
div.main_container > h2 {
  position: relative;
  top: 10px;
  width: 1100px;
  margin: 10px auto;
  text-align: center;
}
div#wnew {
  position: relative;
  top 5px;
  width: calc(1100px - 20px);
  height: 150px;
  margin: 0px auto 20px auto;
  padding: 5px 10px;
  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;
  line-height: 1.0em;
  display: block;
  font-size: 10pt;
  text-align: left;
  z-index: 9;
  display: block;
  overflow: auto;
}
div#wnew dl {
  font-size: 11pt;
  width: 100%;
  text-align: left;
  margin: 2px 0px 0px 0px;
  padding: 2px 0px;
  letter-spacing: normal;
}
div#wnew dl dt {
  font-size: 10.5pt;
  width: calc(100% - 20px);
  font-weight: bold;
  padding: 2px 5px 0px 5px;
}
div#wnew dl dd {
  position: relative;
  margin-left: 0px;
  border-bottom: 1px dotted #CCC;
  line-height: 1.3em;
  padding: 0px 5px 5px 5px;
}
dd.TEG:before {
  position: relative;
  top: 8px;
  left: 0px;
  content: url("/water/images/info_TEG.png");
}
dd.TEJ:before {
  position: relative;
  top: 8px;
  left: 0px;
  content: url("/water/images/info_TEJ.png");
}
div#logoarea {
  position: relative;
  top: 0px;
  width: 600px;
  margin: 0px auto;
}
div#logoarea ul {
  position: relative;
  top: 0px;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}
div#logoarea ul li {
  float: left;
  width: calc(100% / 3);
  text-align: center;
  cursor: pointer;
}
div#logoarea ul li img {
  height: 80px;
}
/* Footer
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
footer {
  margin-top: auto;
  background-color: rgba(30, 18, 16, 1.0);
  z-index: 1;
  color: rgb(255, 255, 255);
}
footer > div {
  position: relative;
  top: 0px;
  left: 0;
  width: calc (100% - 1.0em);
  margin: 0px auto;
  padding-left: 1.0em;
  font-size: 10pt;
}
div#pageTop {
  width: calc (100% - 1.0em);
  left: 0;
  background-color: rgb(0, 0, 0);
  text-align: center;
  cursor: pointer;
}
footer > div > a {
  color: white;
}
/* Scroll top
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
#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);
}
/* Documents
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div.docs {
  width: 1200px;
  margin: 0px auto;
}
div.docs p {
  line-height: 1.5em;
}
div.docs h1 {
  padding: 0px;
  margin: 10px auto 0px auto;
}
div.docs h2 {
  padding-left: 5px;
  border-left: 8px solid rgb(68, 84, 106);
  border-bottom: 1px solid rgb(68, 84, 106);
  font-size: 14pt;
}
div.docs h3 {
  padding-left: 5px;
  border-left: 1px solid rgb(68, 84, 106);
  border-bottom: 1px solid rgb(68, 84, 106);
}
div.docs h4 {
  border-bottom: 1px dotted rgb(50, 50, 50);
}
div.docs ol li {
  margin-bottom: 10px;
}
div.docs ul li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
ul.twoImgBox {
  position: relative;
  top: 15px;
  margin: 0px auto;
  padding: 0px;
  width: 1100px;
  list-style-type: none;
}
ul.twoImgBox li {
  float: left;
  width: calc(100% / 2 - 2px);
  text-align: center;
}
ul.twoImgBox li img {
  width: 95%;
  border: 1px solid gray;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 5px;
}
p.exp {
  width: 80%;
  margin: 0px auto;
}
/*  User's Guide
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#topmenu {
  margin-bottom: 2.0em;
}
div#docmenu {
  position: fixed;
  padding-top:75px;
  top: 0px;
  right: 0px;
  border: 1px solid black;
  border-radius: 3px;
  background-color: rgb(0, 0, 0, 0.8);
  color: white;
  display: none;
  width: 100%;
  transition: 0.2s;
  z-index: 1;
}
div#docmenu > ol {
  margin: 0px;
}
div#docmenu a {
  color: rgb(255, 255, 255);
}
ul#docglbm {
    position: absolute;
    width: fit-content;
    display: flex
;
    height: 70px;
    top: 0;
    list-style-type: none;
    /* justify-content: flex-end; */
    margin: 0px;
    right: 0;
    padding: 25px 20px;
}
ul#docglbm li {
  margin: 0px 5px;
  font-size: 14pt;
}
ul#docglbm li:before {
  content: '[';
    color: #fff;
}
ul#docglbm li:after {
  content: ']';
    color: #fff;
}
ul#docglbm li a{
    color: #fff;}
div#hist {
  text-align: right;
}
div.docs > p {
  width: 100%;
  margin: 0px 1em 1.5em;
  line-height: 1.6em;
}
div.imgbox {
  width: 95%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0px auto 2.0em auto;
}
table.datalist {
  /* width: 100%; */
  margin: 0px 1em;
}
table.datalist th {
  width: 20%;white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}
table.datalist th:before {
  content: '● ';
}
table.datalist th:after {
  content: ':';
}
table.datalist td {
  width:auto;
  padding-bottom: 10px;
}
table.datalist td > dl > dt {
  text-decoration: underline;
}
table.datalist td > dl > dt:after {
  content: ':';
}
table.datalist td > dl > dd {
  padding-bottom: 10px;
}
table.unitlist {
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
  text-align: center;
  margin: 0px 1em;
}
table.unitlist tr {
  border-style: solid;
  border-width: 1px;
}
table.unitlist tr#top {
  border-bottom: 3px double;
}
table.unitlist th {
  border-style: solid;
  border-width: 1px;
  width: 190px;
}
table.unitlist th#r2pb {
  border-right: 2px solid;
}
table.unitlist td {
  border-style: solid;
  border-width: 1px;
  width: 150px;
}
table.unitlist td#r2pb {
  border-right: 2px solid;
}
dl.msub {
  /* width: 90%; */
  margin: 0px 1em;
}
dl.msub dt {
  font-weight: bold;
}
dl.msub dd {
  padding-bottom: 1.5em;
}
dl.msub dd > div {
  margin: 10px auto 10px auto;
  font-size: 10.5pt;
}
dl.msub dd > div:first-line {
  text-decoration: underline;
}
div.note {
  margin: 10px auto 10px auto;
  font-size: 10.5pt;
  width: 90%;
}
div.note:first-line {
  text-decoration: underline;
}
ol.brackets {
  margin: 0px auto 0px 5.0em;
  padding: 0px 0px 0px 2.0em;
  list-style-type: none;
  width: 90%;
}
ol.brackets > li {
  counter-increment: cnt;
  text-indent: -2.0em;
}
ol.brackets > li:before {
  content: '( 'counter(cnt) ' ) '
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  Right side menu
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
div#sidebtn {
  position: fixed;
  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: 2;
  display: none;
}
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%;
}