@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
label {
    font-weight: normal;
}
.blueback {
	background-color: #4472C4;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #4472C4;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head_container {
    margin: 0 auto;
    position: relative;
    background-color: #4472C4;
}
.head {
	display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
}
.head h1 {
    padding: 0 0;
    margin: 0;
    color: #ffff;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.menu {
	background-color: #4472C4;
	height: 60px;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 2.0rem;
	background-color: #4472C4;
}
nav li:first-child {
    color: #FFFFFF;
    padding: 1.0rem 5rem 0rem 5rem;
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    display: block;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover {
    background-color: #3366FF;    
	color: #fff;
}
nav a {
    padding: 1rem 1rem;
	display: block;
}
nav li p {
    margin: 0;
    padding: 2rem 5rem 1rem 5rem;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 10px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 100;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

.content__map {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 30px;
    overflow: hidden;
}


/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

/*新着情報
-------------------------------------*/
.news h2 {
    background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #003399;
    padding: 5rem 0;
	color: #fff;
}
footer h5 {
    border-bottom: 2px solid #fff;
}

/*コピーライト
-------------------------------------*/
.copyright_map {
    font-size: 1.5rem;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0.5rem 0;
    background-color: #4472C4;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.copyright_map a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

.copyright {
    font-size: 1.5rem;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0.5rem 0;
    background-color: #4472C4;
    color: #FFFFFF;
}
.copyright a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #003399;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #3366FF;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

#login_form {
  width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #4472C4;
}

#login_form form p {
  font-size: 14px;
}

#login_form .form-title {
  text-align: center;
}

#login_form.mail,.pass {
  margin-bottom: 20px;
}

#login_form .submit {
  text-align: right;
}

/* font */
#login_form p {
  color: #4472C4;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#login_form .form-title {
  font-family: Arial;
  font-size: 30px;
  color: #4472C4;
}

/* skin */
#login_form {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #4472C4;
  -moz-box-shadow: 0px 1px 10px #4472C4;
  box-shadow: 0px 1px 10px #4472C4;
  border: solid #4472C4 1px;
  background: #fafafa;
}

#login_form .form-title{
  padding-bottom: 6px;
  border-bottom: 2px solid #4472C4;
  margin-bottom: 20px;
  }

#login_form .submit input{
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 6px #e3e3e3;
  -moz-box-shadow: 0px 8px 6px #e3e3e3;
  box-shadow: 0px 8px 6px #e3e3e3;
  border: solid #f5fdff 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4472C4), to(#4472C4));
  background: -moz-linear-gradient(top, #4472C4, #4472C4);
}
#login_form .submit input:hover{
  background: #6692E4;
  cursor: pointer;
}

input[type="text"],input[type="password"],[type="email"],[type="time"],[type="search"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #aaa;
  font-size: 18px;
  min-height: 30px;
  padding: 2px;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: none;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  color: #000000;
  font-weight: normal;
}

#datetime_area {
    background: rgba(33, 34, 57, 0.8);
    position: absolute;
    color: white;
    font-size: 1.6rem; 
    top: 70px;
    left: 20px;
    height: auto;
    width: auto;
    min-width: 100px;
    border-radius: 1rem;
}
.refresh__symbol {
    display: inline;
    padding: 0.5rem;
    height: 2rem;
    width: 2rem;
    font-size: 2.4rem;
    cursor: pointer;
    text-align: center;
}
.refresh__date {
    display: inline;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}


#side_menu {
    background: rgba(33, 34, 57, 0.8);
    position: absolute;
    color: white;
    font-size: 1.6rem;
    top: 190px;
    left: 20px;
    height: auto;
    width: 230px;
    min-width: 100px;
    border-radius: 1rem;
}

#side_menu p {
    position: relative;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 1rem;
    padding: 0rem 5rem 0rem 1rem;
    font-weight: normal;
}
#side_menu p input[type=checkbox] {
  display: none; }
#side_menu p input[type=checkbox] + label {
  position: relative;
  padding-left: 2.5rem; }
#side_menu p input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 0.1rem solid white;
  cursor: pointer; }
#side_menu p input[type=checkbox]:checked + label::before {
  background: none; }
#side_menu p input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  box-sizing: border-box;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  position: absolute;
  top: 40%;
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  border-color: #FF0000;
}

#side_select {
    background: rgba(33, 34, 57, 0.8);
    position: absolute;
    color: white;
    font-size: 1.6rem;
    top: 440px;
    left: 20px;
    height: auto;
    width: 230px;
    min-width: 100px;
    border-radius: 1rem;
}
#side_select p {
    padding: 1rem;
    margin: 0;
}
#side_select p select {
    background: rgba(33, 34, 57, 0.8);
    color: #FFFFFF;
    width: 150px;
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
}


#left_button {
    position: absolute;
    top: 140px;
    left: 20px;
    height: auto;
    width: 230px;
    min-width: 100px;
}
.label-checkbox input[type="checkbox"]{
    display: none;
}
.label-checkbox{
    cursor: pointer;
    position: relative;
}
.label-checkbox .lever{
    width: 16.5rem;
    display: block;
    color: #ccc;
    font-weight: normal;
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #e5e5e5;
    background-color: #4472C4;
    border-radius:20px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox .lever:before{
    content:'';
    position: absolute;
    left: 5px;
    top: 7px;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius:100%;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox:hover .lever:before{
    border-color: #ddd;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
    background: #5cb85c;
    color: #fff;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
    border-color:#5cb85c;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before{
    left: 100%;
    margin-left: -100px;
    border-color: #fff;
}


#right_button {
    position: absolute;
    top: 140px;
    right: 0px;
    height: auto;
    width: 230px;
    min-width: 100px;
}
#right_area {
    background: rgba(33, 34, 57, 0.8);
    position: absolute;
    color: white;
    font-size: 1.6rem;
    top: 190px;
    right: 0px;
    bottom: 40px;
    height: auto;
    width: 400px;
    min-width: 100px;
}
#right_area_title {
    padding: 5px;
}
#right_area #scrollbar::-webkit-scrollbar {
    overflow: hidden;
    width: 0.7rem;
    background: rgba(33, 34, 57, 0.1);
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
#right_area #scrollbar::-webkit-scrollbar:horizontal {
    height: 1rem; }
#right_area #scrollbar::-webkit-scrollbar-button {
    display: none; }
#right_area #scrollbar::-webkit-scrollbar-piece {
    background: #eee; }
#right_area #scrollbar::-webkit-scrollbar-piece:start {
    background: #eee; }
#right_area #scrollbar::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.2rem;
    background: gray;
}
.camera-menu__items {
    border-top: solid 0.1rem #fff;
    overflow: scroll;
    height: 95%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.camera-menu__content {
    background: white;
    margin: 0;
    padding: 0;
    border: solid 0.1rem #000000;
}
.camera-menu__element {
    margin: 0;
    padding: 1rem 0rem 1rem 1rem;
    border: solid 0.1rem #DDDDDD;
    display: block;
    background-color: #DDDDDD;
}
.camera-menu__element--title {
    font-size: 1.1rem;
    color: black;
    cursor: pointer;
}
.camera-menu__element--title__arrow:before {
    content: "▼";
    color: #463b3b;
    padding-right: 0.5rem;
}
.camera-menu__element--title__arrow-up:before {
    content: "▲";
    color: #463b3b;
    padding-right: 0.5rem;
}
.camera-menu__magnifyingGlass {
    vertical-align: middle;
    padding: 2px 4px 0px 4px;
    border: solid 1px #000000;
    cursor: pointer;
}
.camera-menu__element--water-level-11 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-11:after {
    content: "▼";
    color: dodgerblue;
}
.camera-menu__element--water-level-12 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-12:after {
    content: "▶";
    color: chartreuse;
}
.camera-menu__element--water-level-13 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-13:after {
    content: "▲";
    color: red;
}

.camera-menu__element--water-level-21 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-21:after {
    content: "▼";
    color: dodgerblue;
}
.camera-menu__element--water-level-22 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-22:after {
    content: "▶";
    color: chartreuse;
}
.camera-menu__element--water-level-23 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-23:after {
    content: "▲";
    color: red;
}

.camera-menu__element--water-level-31 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-31:after {
    content: "▼";
    color: white;
}
.camera-menu__element--water-level-32 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-32:after {
    content: "▶";
    color: white;
}
.camera-menu__element--water-level-33 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 15rem;
    float: right;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.camera-menu__element--water-level-33:after {
    content: "▲";
    color: white;
}
.camera-menu__imagelist {
    display: none;
    overflow: auto;
    white-space: nowrap;
    padding: 1rem;
}
.camera-menu__imagelist__img {
    display: inline-block;
    height: 10rem;
    width: 15rem;
    border: 1px solid #999999;
}

#map_dialog_cont {
    width: 100%;
    height: 5%;
    text-align: left;
}
#map_dialog_image {
    width: 100%;
    height: 40%;
}
#map_dialog_image img {
    padding: 10px 10px;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
#map_dialog_graph {
    width: 100%;
    height: 55%;
}
.dialog-menu__element--water-level-11 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-11:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-11:after {
    content: "▼";
    color: dodgerblue;
}
.dialog-menu__element--water-level-12 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-12:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-12:after {
    content: "▶";
    color: chartreuse;
}
.dialog-menu__element--water-level-13 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-13:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-13:after {
    content: "▲";
    color: red;
}

.dialog-menu__element--water-level-21 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-21:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-21:after {
    content: "▼";
    color: dodgerblue;
}
.dialog-menu__element--water-level-22 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-22:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-22:after {
    content: "▶";
    color: chartreuse;
}
.dialog-menu__element--water-level-23 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: orange;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-23:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-23:after {
    content: "▲";
    color: red;
}

.dialog-menu__element--water-level-31 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-31:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-31:after {
    content: "▼";
    color: white;
}
.dialog-menu__element--water-level-32 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-32:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-32:after {
    content: "▶";
    color: white;
}
.dialog-menu__element--water-level-33 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: red;
    color: black;
    margin-top: -0.5rem;
}
.dialog-menu__element--water-level-33:before {
    content: "水位";
    float: left;
}
.dialog-menu__element--water-level-33:after {
    content: "▲";
    color: white;
}
.dialog-panel__value--atmosphere {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    width: 25rem;
    display: inline-block;
    transform: scale(0.9);
    border: solid 0.1rem black;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: black;
    margin-top: -0.5rem;
}
.dialog-panel__value--atmosphere :before {
    content: "気圧";
    float: left;
}
.dialog-panel__value--atmosphere :after {
    content: "▶";
    color: chartreuse;
}

#image_left_area {
    border-right: 3px solid #000000;
    position: absolute;
    color: white;
    font-size: 1.6rem;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: auto;
    width: 20%;
    min-width: 100px;
}
#image_datetime_area {
    margin: 10px;
    background: rgba(33, 34, 57, 0.8);
    color: white;
    font-size: 1.6rem; 
    height: auto;
    width: 62%;
    min-width: 100px;
    border-radius: 1rem;
}
.image_refresh__symbol {
    display: inline;
    padding: 0.5rem;
    height: 2rem;
    width: 2rem;
    font-size: 2.4rem;
    cursor: pointer;
    text-align: center;
}
.image_refresh__date {
    display: inline;
    padding: 0.5rem 2rem 0.5rem 0rem;
}
#image_data_area {
    width: 100%;
    height: 100%;
}
#image_data_area .showlist {
    width: 80%;
    border: none;
    color: #000000;
    margin: 0;
}
#image_data_area .showlist td {
    border: none;
    text-align: center;
    padding: 10px 20px;
}
.image_left_table {
    width: 90%;
    margin: 10px 10px;
    padding: 10px;
    background-color: #DAE3F3;
    color: #000000;
}
.image_left_table td {
    width: 50%;
    margin: 10px 0;
    padding: 10px;
    font-size: 2.0rem;
}
#image_left_image {
    width: 90%;
    margin: 10px;
    height: auto;
}
#image_left_map {
    width: 90%;
    height: 30%;
    margin: 10px;
}

#image_right_area {
    position: absolute;
    color: white;
    font-size: 1.6rem;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    width: 80%;
    min-width: 100px;
    overflow: scroll;
    padding: 0 0 0 10px;
    margin: 0;
}
#image_right_area #image_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#image_right_area #image_list li {
    max-width: 320px;
    padding: 0 10px;
    margin: 0;
}
#image_right_area #image_list li img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#image_right_area #image_list li.level1 img {
    border: 5px solid #0082FF;
}
#image_right_area #image_list li.level2 img {
    border: 5px solid #FF8C00;
}
#image_right_area #image_list li.level3 img {
    border: 5px solid #FF0000;
}
#image_right_area #image_list li.level4 img {
    border: 5px solid #000000;
}

#analysis_container {
    width: 100%;
    height: auto;
    padding: 20px 50px;
}
#analysis_terms {
    width: 50%;
    border: 2px solid #BDC8CA;
    font-size: 1.4rem;
}
#analysis_terms th {
    width: 30%;
    padding: 10px;
    background-color: #EFF5F5;
    border: 2px solid #BDC8CA;
}
#analysis_terms td {
    width: 70%;
    padding: 5px 10px 0px 10px;
    border: 2px solid #BDC8CA;
    margin: 0;
}
#analysis_graph_area {
    width: 100%;
    height: 60vh;
    border: 1px solid #000000;
}
#analysis_graph_area #charts {
    width: 100%;
    height: 100%;
}
.analysis_sensor_cont {
    display: inline-block;
    width: 300px;
}
#analysis_sensor_name {
    font-size: 1.5rem;
}
.button,
input.button,
button.button {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.analysis_button,
input.analysis_button {
  color: #fff;
  background-color: #4472C4;
}
.analysis_button:hover,
input.analysis_button:hover {
  color: #fff;
  background: #6492E4;
}

#report_terms {
    width: 80%;
    border: 2px solid #BDC8CA;
    font-size: 1.4rem;
}
#report_terms th {
    width: 10%;
    padding: 10px;
    background-color: #EFF5F5;
    border: 2px solid #BDC8CA;
}
#report_terms td {
    width: 30%;
    padding: 5px 10px 0px 10px;
    border: 2px solid #BDC8CA;
    margin: 0;
}

#report_table {
    width: 80%;
    border: 2px solid #BDC8CA;
    font-size: 1.4rem;
}
#report_table th {
    width: 10%;
    padding: 10px;
    background-color: #EFF5F5;
    border: 2px solid #BDC8CA;
}
#report_table td {
    width: 30%;
    padding: 5px 10px 0px 10px;
    border: 2px solid #BDC8CA;
    margin: 0;
}

.input_form {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: separate;
    border : 1px solid #ccc;
    background : #fff;
    border-radius: 5px;
    border-spacing: 0;
}
.input_form th, td {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}
.input_form th {
    font-weight: bold;
    padding: 5 10px;
    text-align: left;
    vertical-align: middle;
    background: #eee;
    width: 20%;
    border-right: 1px solid #ccc;
}
.input_form tr:first-child th {
    border-radius: 5px 0 0 0;
}
.input_form tr:first-child td {
    border-radius: 0 5px 0 0;
}
.input_form tr:last-child th {
    border-radius: 0 0 0 5px;
}
.input_form tr:last-child td {
    border-radius: 0 0 5px 0;
}
.input_form td {
    padding: 10px;
    text-align: left;
    width: 80%;
}
.input_form th div {
    width: 100%;
}
.input_form th div p.subject {
    font-weight: bold;
    float: left;
    text-align: left;
}
.input_form th div p.icon {
    text-align: right;
}
.input_form img.plus {
    cursor: pointer;
}

.basic_table {    
    width: 100%;
}
.basic_table thead tr {
    background-color: #ccc;
}
.basic_table tbody tr.odd {
    background-color: #fff;
}
.basic_table tbody tr.even {
    background-color: #eee;
}
.basic_table thead th {
    padding-top: 1px;
    padding-bottom: 1xp;
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    width: 100px;
    white-space: nowrap;
}
.basic_table tbody td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-right: 1px solid #404040;
    width: 100px;
    white-space: nowrap;
}
.basic_table thead th:first-child {
    border-left: 1px solid #404040;
}
.basic_table tbody td:first-child {
    border-left: 1px solid #404040;
}
.basic_table td img.copy {
    cursor: pointer;
}
.basic_table td img.info {
    cursor: pointer;
}

.base-panel {
  background: rgba(33, 34, 57, 0.8);
  position: relative;
  color: white;
  font-size: 1.6rem; }

.time-select {
  height: auto;
  width: auto;
  min-width: 39rem;
  position: absolute;
  max-width: 60%;
  bottom: 5%;
  left: 37%;
  display: table;
  line-height: 0rem;
  border-collapse: collapse;
  border-spacing: 0; }
  .time-select__auto-button {
    z-index: 0;
    text-align: center;
    display: table-cell;
    border-right: solid white; }
    .time-select__auto-button button {
      font-size: 1.5rem;
      position: relative;
      background-color: transparent;
      border: none;
      color: white;
      cursor: pointer;
      text-align: center; }
  .time-select__progressbar {
    padding: 0;
    z-index: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .time-select__progressbar li {
      list-style-type: none;
      width: 10rem;
      float: left;
      position: relative;
      text-align: center;
      cursor: pointer;
      color: #eee; }
    .time-select__progressbar li:before {
      width: 1rem;
      height: 1rem;
      content: "";
      line-height: 30px;
      display: block;
      text-align: center;
      margin: 0.5rem auto 1.8rem auto;
      border-radius: 50%;
      background-color: #eee; }
    .time-select__progressbar li:after {
      width: 100%;
      height: 0.2rem;
      content: '';
      position: absolute;
      background-color: #eee;
      top: 0.8rem;
      left: -50%;
      z-index: -1; }
    .time-select__progressbar li:first-child:after {
      content: none; }
    .time-select__progressbar li.active {
      color: #eee; }
    .time-select__progressbar li.active:before {
      background-color: #04a4fc;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2); }
    .time-select__progressbar li.active + li:after {
      background-color: #eee; }

.gis_legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
  border: 1px solid #666666;
}
.gis_legend h4 {
  text-align: center;
  font-size: 14px;
  margin: 2px 12px 8px;
  color: #777;
  border: none;
}
.gis_legend h5 {
  text-align: center;
  font-size: 12px;
  margin: 2px 12px 8px;
  color: #777;
  border: none;
}

.gis_legend span {
  position: relative;
  bottom: 3px;
}
.gis_legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

@media screen and (max-width: 1000px){
    .time-select {
        min-width: 30rem;
        position: absolute;
        max-width: 85%;
        bottom: 5%;
        left: 10%;
    }
    .time-select__auto-button {
        margin: 0;
        padding: 0;
    }
    .time-select__auto-button button {
        font-size: 1rem;
    }
    .time-select__auto-button button:after {
        font-size: 1.0rem;
    }
    .time-select__progressbar li {
        font-size: 1rem;
        width: 6rem;
    }
    .time-select__progressbar li:before {
        width: 1rem;
        height: 1rem;
        margin: 0.5rem auto 1.8rem auto;
    }
    .time-select__progressbar li:after {
        top: 0.8rem;
        left: -50%;
    }
    .menu {
        z-index: 50000;
    }
    nav li.menutitle {
        display: block;
    }
    nav li.menuitem {
        z-index: 500000;
    }
}

@media screen and (max-width: 768px){
    .time-select {
        min-width: 20rem;
        position: absolute;
        max-width: 85%;
        bottom: 5%;
        left: 10%;
    }
    .time-select__auto-button {
        margin: 0;
        padding: 0;
    }
    .time-select__auto-button button {
        font-size: 1rem;
    }
    .time-select__auto-button button:after {
        font-size: 1.0rem;
    }
    .time-select__progressbar li {
        font-size: 1rem;
        width: 6rem;
    }
    .time-select__progressbar li:before {
        width: 1rem;
        height: 1rem;
        margin: 0.5rem auto 1.8rem auto;
    }
    .time-select__progressbar li:after {
        top: 0.8rem;
        left: -50%;
    }
    .menu {
        z-index: 50000;
    }
    nav li.menutitle {
        display: block;
    }
    nav li.menuitem {
        z-index: 500000;
    }

    .dialog-menu__element--water-level-11 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: white;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-11:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-11:after {
        content: "▼";
        color: dodgerblue;
    }
    .dialog-menu__element--water-level-12 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: white;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-12:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-12:after {
        content: "▶";
        color: chartreuse;
    }
    .dialog-menu__element--water-level-13 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: white;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-13:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-13:after {
        content: "▲";
        color: red;
    }
    
    .dialog-menu__element--water-level-21 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: orange;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-21:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-21:after {
        content: "▼";
        color: dodgerblue;
    }
    .dialog-menu__element--water-level-22 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: orange;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-22:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-22:after {
        content: "▶";
        color: chartreuse;
    }
    .dialog-menu__element--water-level-23 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: orange;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-23:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-23:after {
        content: "▲";
        color: red;
    }
    
    .dialog-menu__element--water-level-31 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: red;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-31:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-31:after {
        content: "▼";
        color: white;
    }
    .dialog-menu__element--water-level-32 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: red;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-32:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-32:after {
        content: "▶";
        color: white;
    }
    .dialog-menu__element--water-level-33 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: red;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-menu__element--water-level-33:before {
        content: "水位";
        float: left;
    }
    .dialog-menu__element--water-level-33:after {
        content: "▲";
        color: white;
    }
    .dialog-panel__value--atmosphere {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: right;
        width: 14rem;
        display: inline-block;
        transform: scale(0.9);
        border: solid 0.1rem black;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
        background-color: white;
        color: black;
        margin-top: -0.5rem;
    }
    .dialog-panel__value--atmosphere :before {
        content: "気圧";
        float: left;
    }
    .dialog-panel__value--atmosphere :after {
        content: "▶";
        color: chartreuse;
    }

    #map_dialog_image {
        width: 100%;
        height: 40%;
        overflow-x: scroll;
	overflow-y: none;
    }
    #map_dialog_image img {
        padding: 10px 10px;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
    }
    #map_dialog_graph {
        width: 100%;
        height: 55%;
        font-size: 1.5rem;
    }

}
.nodata {
    color: #FF0000 !important;
    font-weight: bold;
}
