@charset "UTF-8";
.container {
  position: relative;
}

td, th {
  border: 1px solid #9bb3bb;
  border-bottom: none;
  padding: 0.05rem 0.2rem;
}

tr:last-child td, tr:last-child th {
  border-bottom: 1px solid #9bb3bb;
}

tr {
  background-color: white;
}

input[type="text"] {
  margin: 0.2rem;
  border: 1px solid #c5c5c5;
  padding: 0.2rem;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
}

.list {
  border-collapse: collapse;
  width: 100%;
  margin: 0.2rem auto 0;
}

.list:nth-of-type(0) {
  margin-top: 0;
}

.list:not(.damInfo) tbody tr:nth-child(even) {
  background-color: #f7fafb;
}

.list tbody td {
  text-align: right;
}

.list th {
  background-color: #dce9ee;
  color: #103d4c;
  font-weight: bold;
}

.item_title {
  width: 12.5rem;
}

.item_value {
  width: 10.5rem;
}

span.unit {
  display: inline-block;
  width: 3.6rem;
  margin-left: 0.2rem;
  text-align: left;
  font-size: 1.1rem;
}

.input-form {
  margin: 1.5rem;
  width: 80rem;
  height: 40rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.input-form .notice {
  margin: 0.5rem;
  color: #f65d5d;
}

.input-form.x-narrow {
  width: 30.0rem;
  margin: 0 auto;
}

.ctrl_input-form {
  text-align: center;
  margin-top: 2.5rem;
}

.wslist {
  border-collapse: collapse;
  border: 1px solid #c5c5c5;
  margin-top: 2.5rem;
  width: 100%;
  line-height: 2.5;
}

.wslist td, .wslist th {
  padding: 0.4rem 0.8rem;
  background-color: rgba(98, 151, 169, 0.1);
}

.wslist .bd-top_none {
  border-top: none;
}

.wslist .bd-btm {
  border-bottom: 1px solid #9bb3bb;
}

.wslist input[type="text"] {
  width: 6.5rem;
}

.wslist input[type="text"].small {
  width: 3.0rem;
}

.wslist .unit {
  width: auto;
}

.wslist .wid140 {
  width: 14rem;
}

/* 水源入力用チェックボックス 17.03.06 add ↓ */
.wslist input[type="checkbox"]:not(.not-styled){
  display: none;
}

.wslist .checkbox {

  position: relative;
  margin: 0.4rem;
  display: inline-block;
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease;
  background-color: #fcfcff;
  cursor: pointer;
  border-radius: 0.4rem;
  padding: 0.15rem;
  padding-left: 2.4rem;
  width: 6.0rem;
  border: 1px solid #bbb;
  box-shadow: 0 0 1px #c5c5c5;
}

.wslist .checkbox label {
  cursor: inherit;
}

.wslist .checkbox:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #d8edf3;
  border-color: #43a6c7;
}

.wslist .checkbox:hover:after {
  -webkit-transition: border-color .1s ease;
  transition: border-color .1s ease;
  border-color: #43a6c7;
}

.wslist .checkbox:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: block;
  border-radius: 0.4rem;

  top: 50%;
  left: 0.5rem;
  margin-top: -0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #bbb;
}

.wslist .checkbox:before {
  content: "";
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);

  top: 50%;
  left: 1.0rem;
  margin-top: -0.6rem;
  width: 0.3rem;
  height: 0.6rem;
  border-right: 0.3rem solid #43a6c7;
  border-bottom: 0.3rem solid #43a6c7;
}

input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

input[type="checkbox"]:checked + .checkbox:after {
  border-color: #43a6c7;
}

/* 水源入力用チェックボックス 17.03.06 add ↑ */

.view-wslist {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding-bottom: 1.5rem;
  box-shadow: 4px 4px 10px #c5c5c5;
}

.view-wslist .view-header {
  width: 90%;
  margin: 1.0rem auto;
}

.view-wslist .ws-view_title {
  font-weight: bold;
  font-size: 1.6rem;
}

.view-wslist .obsp-time {
  float: right;
}

.view-wslist .obsp-time input[type="text"] {
  font-weight: bold;
  font-size: 1.6rem;
}

.view-wslist .wslist {
  width: 90%;
  margin: 0.5rem auto 0;
  border: 2px solid #9bb3bb;
  line-height: 1.8;
}

.view-wslist .wslist .bd-btm {
  border-bottom-width: 2px;
}

.view-wslist .ws-value {
  margin: 0 0 0 0.4rem;
  text-align: right;
}

.view-wslist .view-footer {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}

.view-wslist .view-footer .description {
  font-family: "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  width: 90%;
  height: 30.5rem;
  resize: vertical;
}

.view-wslist .view-footer .description.short {
  height: 16.5rem;
}

.view-wslist .view-ctrl {
  width: 80%;
  margin: 1.0rem auto 0;
  text-align: center;
}

.view-wslist .view-ctrl .btn {
  margin-left: 1.5rem;
  padding: 0.8rem;
  width: 8.0rem;
}

.view-wslist .view-ctrl .btn:first-child {
  margin-left: 0;
}

.wslist-attention {
  text-align:center;
  width: 100%;
  margin-top: 1.5rem;
}
.wslist-attention .char{
  font-family:"MS ゴシック", monospace;
  font-weight:bold;
  letter-spacing:0.5em;
  margin-left:0.5em;
}

/* 水源状況（公開用）*/
.wslist .dam-name{
	font-size:1.6rem;
	font-weight:bold;
}
.wslist .dam-name.sub{
	font-size:1.4rem;
}

.wslist .databox{
	margin: 0.2rem;
	/*border: 1px solid #c5c5c5;*/
	/*background: #ffffff;*/
	padding: 0.2rem;
	border-radius: 0.3rem;
	font-size: 1.3rem;
	font-family: "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-weight:bold;
	display:inline-block;
	width:6.5rem;
	text-align:center;
}

.wslist .databox.small{
	width:3.0rem;
}

.view-wslist .view-footer .description.show{
	min-height:30.5rem;
	margin-left:5%;
	height:auto;
	resize:none;
	white-space:pre;
	text-align:left;
}

/* ===== */
.damInfo {
  border: 1px solid #9bb3bb;
}

.damInfo td, .damInfo th {
  border: none;
  height: 2.4rem;
  line-height: 1.6;
}

.damInfo th {
  background-color: inherit;
}

.damInfo .th {
  border: 1px solid #9bb3bb;
  background-color: #dce9ee;
}

.damInfo .name {
  width: 14.0rem;
  border-right: 1px solid #9bb3bb;
}

.damInfo .item {
/*   width: 16.0rem; */
  width: 18.0rem;
  text-align: right;
  color: #43a6c7;
  font-weight: bold;
}

.damInfo .const {
  width: 17.0rem;
}

.damInfo tbody td {
  text-align: inherit;
}

.damInfo span.unit {
  display: inline;
  width: inherit;
  margin-left: 0.5rem;
  text-align: left;
  font-size: inherit;
}

.data {
  width: 100%;
}

.data .thead .time {
  width: 10.0rem;
}

.data .tbody {
  /* 水位表用 */
}

.data .tbody tr:not(.bd-solid) th, .data .tbody tr:not(.bd-solid) td {
  border-top-style: dotted;
}

.data .tbody span.arrow {
  display: inline-block;
  margin-left: 3px;
  width: 15px;
}

.legend {
  border: 1px solid #9bb3bb;
  width: 100%;
  min-height: 5rem;
  font-size: 0;
}

.legend .title {
  margin-bottom: 0.4rem;
  background-color: #dce9ee;
  text-align: center;
  line-height: 2rem;
  border-bottom: 1px solid #9bb3bb;
  color: #103d4c;
  font-size: 1.2rem;
  font-weight: bold;
}

.box-horizon {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #9bb3bb;
  height: 100%;
}

.box-horizon:first-child {
  border-left: none;
}

dl {
  margin: 0;
  font-size: 1.2rem;
}

dt {
  height: 1.8rem;
  float: left;
}

dd {
  height: 1.8rem;
  min-width: 8.0rem;
  text-indent: 0.3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

dl.list-horizon {
  font-size: 1.2rem;
}

dl.list-horizon dt {
  height: 1.8rem;
  padding: 0 0.5rem;
  float: left;
  font-weight: bold;
}

dl.list-horizon dd {
  height: 1.8rem;
  min-width: 3.5rem;
  width: auto;
  text-indent: 0.5rem;
  margin: 0 0 0 0rem;
  vertical-align: middle;
  float: left;
}

dl.list-horizon dd + dt {
  margin-left: 1rem;
  padding-left: 1rem;
}

/* 超過色 */
/* 雨量 */
.rain_lv1 {
  background-color: #b3d7fa;
  color: #454545;
}

.rain_lv2 {
  background-color: #85baef;
  color: #454545;
}

.rain_lv3 {
  background-color: #f1f178;
  color: #454545;
}

.rain_lv4 {
  background-color: #f7c478;
  color: #454545;
}

.rain_lv5 {
  background-color: #f5687f;
  color: white;
}

.rain_miss {
  background-color: #858585;
  color: white;
}

/* 水位 */
.water_lv1 {
  background-color: #b3ffff;
  color: #454545;
}

.water_lv2 {
  background-color: #ccffb3;
  color: #454545;
}

.water_lv3 {
  background-color: #ffe6b3;
  color: #454545;
}

.water_lv4 {
  background-color: #ffb3ff;
  color: #454545;
}

.water_lv5 {
  background-color: #ffb3b3;
  color: #454545;
}

.water_lv6 {
  background-color: #6f7cf4;
  color: white;
}

.water_miss {
  background-color: #858585;
  color: white;
}

/* ダム */
.dam_lv1 {
  background-color: #f5687f;
  color: white;
}

.dam_miss {
  background-color: #858585;
  color: white;
}

/* 水位基準線 */
.lg-wlv5:before {
  background-position: 0 0;
}

.lg-wlv4:before {
  background-position: 0 -7px;
}

.lg-wlv3:before {
  background-position: 0 -14px;
}

.lg-wlv2:before {
  background-position: 0 -21px;
}

.lg-wlv1:before {
  background-position: 0 -28px;
}

/* ダムデータ凡例・基準線 */
.lg-line:before {
  margin-right: 0.4rem;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 0.7rem;
  background-image: url("../images/leg-dam.png");
  background-repeat: no-repeat;
}

.lg-line[class*="lg-wlv"]:before {
  width: 3.5rem;
  background-image: url("../images/leg-suii.png");
}

.lg-line1:before {
  background-position: 0 -35px;
}

.lg-line2:before {
  background-position: 0 -42px;
}

.lg-line3:before {
  background-position: 0 -49px;
}

.lg-line4:before {
  background-position: 0 -56px;
}

.lg-max:before {
  background-position: 0 0;
}

.lg-criteria:before {
  background-position: 0 -7px;
}

.lg-constant:before {
  background-position: 0 -14px;
}

.lg-min:before {
  background-position: 0 -21px;
}

.lg-flood:before {
  background-position: 0 -28px;
}

.legend {
  margin-top: 0.4rem;
}

/* 備考欄 */
.remark-title {
  font-size: 1.2rem;
}

.remark-title:before {
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #20586b;
}

.remark {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  width: 24.0rem;
}

.remark dt {
  font-weight: bold;
  color: #20586b;
  text-align: right;
  width: 10.0rem;
}
