/*-----------------------------------------
        ページ共通
------------------------------------------*/
#path ul {
	padding: 20px 0;
	display: flex;
	font-size: 1.6rem;
}


.box {
  padding: 0 10px;
  width: 100%;
  background-color: #EEEEEE;
  border: solid 1px #ccc;
}
.box .time {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  display: flex;
  gap: 50px;
}
.box .time input[type=text]{
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  padding: 3px;
  font-size: 1.6rem;
}
.box .time select {
  font-size: 1.6rem;
}
.box .time .time_select .datehour {
  display: flex;
  gap: 10px;
}
.box .time .time_select .datehour input {
  text-align: center;
}
.box .time .time_select img.ui-datepicker-trigger {
  height: 23px;
  margin-right: 2px;
  margin-left: 5px;
  width: auto;
  vertical-align: middle;
  border: 0 none;
}
.box .time .time_select .btn-bl {
  padding: 2px 5px;
  background: #197BAD;
  color: #fff;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.box .time .time_select .btn-bl.prev{
  margin-right: 3px;
}
.box .time .time_select .btn-bl.next{
  margin-left: 3px;
}
.box .check {
  padding: 10px;
}
.box .check .text {
  margin-bottom: 5px;
}
.button-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button-list button {
  appearance: none;
  padding: 5px 10px;
  width: 135px;
  background: #ffffff;
  border: solid 1px #c9c9c9;
  color: #000;
  font-size: 1.4rem;
  border-radius: 5px;
  cursor: pointer;
}
.button-list button:hover {
  background: #e7f7ff;
}

.note {
  margin: 20px 20px 30px;
  list-style: disc;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
  #path ul {
    padding: 10px 0;
  }
  #path li, #path a {
    font-size: 1.4rem;
  }
  .box .time {
    padding: 10px 0;
    display: block;
  }
  .box .time .text {
    margin-bottom: 5px;
  }
  .box .time .time_select .datehour{
    display: block;
  }
  .box .check {
    padding: 10px 0;
  }
  .box .check table {
    display: block;
    width: 100%;
  }
  .box .check table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .box .check table tr {
    width: 50%;
    display: inline-block;
    font-size: 1.3rem;
  }
  .box .check table td {
    padding: 5px 0;
    width: 100%;
    display: block;
  }
}

/*-----------------------------------------
    測定結果一覧
------------------------------------------*/
#realtime .box {
  margin-bottom: 20px;
}
#realtime .box .time {
  border-bottom: none;
}
#realtime #datatable {
  font-size: 1.3rem;
}
#realtime #datatable .spot {
  width: 110px;
}
#realtime #datatable .category {
  width: 40px;
}
#realtime #datatable th {
  word-break: break-word;
}
#realtime #datatable th span {
  font-size: 1.1rem;
}
#realtime #datatable tr:nth-child(2n){
  background: #EEEEEE;
}

#realtime .note {
  margin: 20px 20px 30px;
  list-style: disc;
}

@media screen and (max-width: 1200px) {
  #realtime #datatable {
    width: 1200px;
  }
}


/*-----------------------------------------
    測定結果一覧(地図)
------------------------------------------*/
#map .map-box {
	margin: 20px 0;
	display: flex;
	align-items:flex-start;
}
#map .mapImg {
	width: 75%;
  text-align: center;
}
#map .mapImg img {
  height: auto;
}
#map .kyokuList {
	width: 25%;
	padding: 20px;
	background: #EEEEEE;
}
#map .kyokuList li {
	margin: 5px 0;
	padding: 5px;
	background: #dddddd;
}
#map #datatable {
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
  #map .map-box {
    flex-direction: column;
  }
  #map .mapImg {
    width: 100%;
  }
  #map .kyokuList {
    width: 100%;
  }

}

/*-----------------------------------------
    測定項目別日報
------------------------------------------*/
#daily .table-wrap {
  width: 100%;
  overflow-x: auto;
}
#daily #datatable {
  overflow-y: hidden;
}
#daily #datatable th {
  padding: 5px 0;
  white-space: nowrap;
}
#daily #datatable td {
  text-align: right;
}
#daily #datatable .average {
  width: 80px;
}
#daily #datatable .fixed {
  position: sticky;
  left: 0;
  width: 120px;
  text-align: left;
}
#daily #datatable th.fixed {
  text-align: center;
}
#daily #datatable .fixed::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

/*-----------------------------------------
    項目別経時変化グラフ
------------------------------------------*/
#graph .allBtn {
  margin-top: 20px;
  padding: 5px 30px;
  display: inline-block;
  background: #197bad;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/*-----------------------------------------
    測定局紹介
------------------------------------------*/
#measure .flex {
  display: flex;
}
#measure .left, #measure .right {
  border: solid 1px #ccc;
  padding: 8px;
}
#measure .left {
  width: 20%;
  background-color: #EEEEEE;
}
#measure .left .area li {
  width: 100%;
  margin-bottom: 1px;
}
#measure .left .area li button {
  appearance: none;
  display: block;
  padding: 5px 10px;
  width: 100%;
  background: #ffffff;
  border: solid 1px #c9c9c9;
  color: #000;
  font-size: 1.4rem;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
#measure .left .area li button:hover, #measure .left .area li.active button {
  background: #e7f7ff;
}
#measure .left .area li button.select {
  background: #e7f7ff;
}
#measure .left .icon {
  margin-top: 10px;
}
#measure .left .icon li {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
#measure .left .icon p {
  font-size: 1.4rem;
}
#measure .right {
  width: 80%;
  background-color: #fff;
  padding: 8px;
  text-align: center;
}
#measure .right img {
  height: auto;
}
#measure .map-wrap {
  position: relative;
}
#measure .map-icon {
  position: absolute;
  top: 0;
  left: 0;
}
#measure .spot {
  display: none;
}
#measure .spot.active {
  display: block;
}

@media screen and (max-width: 768px) {
  #measure .flex {
    flex-direction: column;
  }
  #measure .left {
    width: 100%;
  }
  #measure .right {
    width: 100%;
    border-top: none;
  }
}

/*-----------------------------------------
    測定局紹介　各測定局
------------------------------------------*/
#measure-spot {
  background: #e7f7ff;
  border-radius: 20px;
}
#measure-spot .detail {
  display: none;
  margin-top: 50px;
  padding: 20px;
}
#measure-spot .detail.active {
  display: block;
}
#measure-spot .flex {
  display: flex;
  justify-content: space-between;
}
#measure-spot .spot-left {
  width: 49%;
}
#measure-spot .spot-left img {
  width: 100%;
  height: auto;
}
#measure-spot .spot-right {
  width: 49%;
  text-align: center;
}
#measure-spot .spot-right th, #measure-spot .spot-right td {
  padding: 8px 5px;
}
#measure-spot h3 {
  margin-bottom: 10px;
}
#measure-spot .btn-right {
  text-align: right;
}
#measure-spot .btn_back {
  margin-top: 20px;
  padding: 5px 30px;
  display: inline-block;
  background: #197bad;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #measure-spot .flex {
    flex-direction: column;
    row-gap: 30px;
  }
  #measure-spot .spot-left, #measure-spot .spot-right {
    width: 100%;
  }
}

/*-----------------------------------------
    リンク集
------------------------------------------*/
#link li {
  margin: 10px 0;
}

/*-----------------------------------------
    用語解説
------------------------------------------*/
#word h4 {
  margin: 20px 0 5px;
}