@charset "UTF-8";
/**
 * スマホ モーダルCSS
 * [変更履歴]
 * ---------------------------------------
 * [00] 新規作成
 */
.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
}

.mfp-content {
  height: auto;
  max-width: 97%;
  max-height: 95%;
  overflow: auto;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-move-horizontal.mfp-removing .mfp-content {
  overflow: hidden;
}

.modal-common {
  margin: 0 auto;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  width: auto;
  height: auto;
  min-width: 340px;
  color: #ffffff;
}
.modal-common .mfp-close, .modal-common .modalTitle {
  color: #ffffff;
}
.modal-common .mfp-close, .modal-common .modalTitle {
  height: 3rem;
  line-height: 3.1rem;
}
.modal-common .mfp-close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-common .mfp-close:active {
  top: 0;
}
.modal-common .modalTitle {
  padding: 0 1rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.modal-common .modalContents {
  position: relative;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  padding: 10px 20px;
}
.modal-common .modalContents + .modalCtrlArea {
  padding-top: 0;
}
.modal-common .modalContents [type=radio] ~ *:hover, .modal-common .modalContents [type=checkbox] ~ *:hover {
  color: #ffffff;
}
.modal-common .modalContents [type=text] {
  width: 100%;
}
.modal-common .modalContents a {
  color: #ffffff;
}
.modal-common .modalContents ul li {
  line-height: 30px;
}
.modal-common .modalCtrlArea {
  padding: 1rem;
  text-align: center;
}
.modal-common .modalCtrlArea button + button {
  margin-left: 20px;
}

.mfp-close-btn-in .mfp-close:not(.funcBtn) {
  width: 3rem;
  min-width: 3rem;
  font-size: 0;
  background-color: rgba(38, 73, 171, 0.7);
  background-image: url(../images/common/icon_close_white.png);
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

ul.overLink li {
  line-height: 30px;
}

.legendScreen {
  /* 凡例@水位グラフ個別 */
}
.legendScreen div.dataLegend {
  clear: both;
  font-size: 1.1rem;
  /* 凡例リスト */
}
.legendScreen div.dataLegend p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.legendScreen div.dataLegend span {
  display: inline-block;
  margin-right: 15px;
}
.legendScreen div.dataLegend dl.legendBox {
  /* 色見本*/
  /* 凡例@データ・定数修正個別 */
}
.legendScreen div.dataLegend dl.legendBox dt,
.legendScreen div.dataLegend dl.legendBox dd {
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.legendScreen div.dataLegend dl.legendBox dt {
  float: left;
  vertical-align: bottom;
}
.legendScreen div.dataLegend dl.legendBox dt.ex-colorLbl {
  height: 1.5rem;
  width: 2rem;
  margin-right: 10px;
  vertical-align: middle;
}
.legendScreen div.dataLegend dl.legendBox.modify {
  font-size: 1.3rem;
}
.legendScreen div.dataLegend dl.legendBox.modify dt {
  width: 60px;
}
.legendScreen.stageGraph {
  width: 350px;
  max-width: 350px;
}
.legendScreen.stageGraph .graph-const-box {
  background-color: #ffffff;
  border: 1px solid #B9B9B9;
  color: #000000;
  height: auto;
}
.legendScreen.stageGraph .graph-const-box li {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #B9B9B9;
}
.legendScreen.stageGraph .graph-const-box li:first-child {
  margin-top: 3px;
}
.legendScreen.stageGraph .graph-const-box li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.legendScreen.stageGraph .graph-const-box li div {
  margin: 0 5px;
  line-height: 1.6rem;
}
.legendScreen.stageGraph .graph-const-box li div span.unit {
  width: auto;
  height: auto;
  margin-left: 5px;
}
.legendScreen.stageGraph .graph-const-box li span[class^=ex-] {
  margin-right: 5px;
}