@charset "UTF-8";
.graph-panel {
  margin: 0.8rem 0.4rem 0;
  position: relative;
  font-size: 1.3rem;
}

.graph-panel .lbl-obsp {
  margin: 0.2rem 0;
  padding: 0.1rem 0.8rem;
  display: inline-block;
  font-weight: bold;
  color: #20586b;
}

.graph-panel .lbl-obsp:before {
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: 0.1rem;
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  background-color: #7ec2d9;
  border: 1px solid #43a6c7;
  border-radius: 50%;
  box-sizing: border-box;
}

.graph-panel .data {
  margin-left: 2.5rem;
  width: 60.0rem;
}

.graph-panel .data img {
  display: block;
  margin: 0 auto;
  /* width: 100%; */
}

.graph-panel .data .unit {
  color: #454545;
}

.graph-panel.narrow {
  width: 55.0rem;
}

.graph-panel.narrow .data {
  width: 50.0rem;
}

.graph-panel.wide {
  width: 100rem;
}

.graph-panel.wide .obsp-info {
  width: 70rem;
}

.graph-panel.wide .data {
  width: 70rem;
}

.graph-panel .dataTable {
  padding: 1px;
  border: 1px solid #a4b9cb;
  background-color: white;
  position: absolute;
  /* right : 3.5rem ; */
  right: 1rem;
/*   top: 2.8rem; */
  top: 4.8rem;
  /* width: 24.0rem; */
  width: 28.0rem;
  min-height: 4.0rem;
}

.graph-panel .dataTable p {
  line-height: 17px;
  background: #e5eaee;
  padding: 2px 0 2px 10px;
}

.graph-panel .dataTable dl {
  width: 96%;
  margin: 10px 0 10px 5px;
}

.graph-panel .dataTable dl dt {
  float: left;
  min-width: 80px;
  position: relative;
  padding: 0 0 0 7px;
  line-height: normal;
}

.graph-panel .dataTable dl dd {
  /* margin: 0 0 8px 12.0rem; */
  margin: 0 0 8px 9.0rem;
  text-align: right;
  line-height: normal;
}

.graph-panel .dataTable dl span.unit {
  display: inline-block;
  /* width: 4.5rem; */
  width: 6rem;
  text-align: left;
  margin-left: 0.4rem;
  padding-left: 0.2rem;
  background: #fff;
  color: #454545;
}

.graph-panel .center {
  margin: 0 auto;
}

.graph-panel .obsp-info {
  width: 60.0rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.obsp-info .dataList {
  border-collapse: collapse;
  margin-left: 4.5rem;
}

.obsp-info .dataList td, .obsp-info .dataList th {
  padding: 0.4rem 0.8rem;
  border: 1px solid #9bb3bb;
}

.obsp-info .dataList .unit {
  margin-left: 0.5rem;
}

.obsp-info .dataList .item {
  line-height: 1.8;
}

.obsp-info .item-name {
  background-color: #dce9ee;
  font-weight: bold;
  color: #20586b;
}

.obsp-info .item-value {
  min-width: 14rem;
}

.graph-wrapper {
  float: left;
}

.graph-dataList {
  float: left;
}

.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;
}

/* 水位グラフ基準線 */
.w_thold {
  border: none;
  height: 5.0rem;
}

.w_thold dt {
  float: left;
  width: 16rem;
}

.w_thold dd {
  float: left;
  width: 9.0rem;
}

.w_thold:after {
  display: block;
  content: "";
  clear: both;
}
