@charset "UTF-8";
/**
 * 島根県河川情報
 * 概況図CSS
 */
/*=======================
  基本サイズ
  =======================*/
.mapBox {
  width: 700px;
}

.infoBox {
  width: 454px;
}

.large.mapBox {
  width: 745px;
}

.large.infoBox {
  width: 409px;
}

/*=======================
  左側コンテンツ
  =======================*/
/* 地図アイコン -------------------------- */
img[class*='symbol_'] {
  position: absolute;
}

.mapArea {
  position: relative;
}

.mapArea [class*='symbol_'] {
  /* 地図アイコン 共通 */
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}

.mapArea [class*='symbol_'].is-selected {
  z-index: 100;
}

.mapArea .symbol_1 {
  /* 雨量アイコン */
  width: 16px;
  height: 16px;
}

.mapArea .symbol_1.lv_0 {
  background-image: url("../images/icon/iconMap_rainfallLv0.png");
}

.mapArea .symbol_1.lv_1 {
  background-image: url("../images/icon/iconMap_rainfallLv1.png");
}

.mapArea .symbol_1.lv_2 {
  background-image: url("../images/icon/iconMap_rainfallLv2.png");
}

.mapArea .symbol_1.lv_3 {
  background-image: url("../images/icon/iconMap_rainfallLv3.png");
}

.mapArea .symbol_1.lv_4 {
  background-image: url("../images/icon/iconMap_rainfallLv4.png");
}

.mapArea .symbol_1.lv_5 {
  background-image: url("../images/icon/iconMap_rainfallLv5.png");
}

.mapArea .symbol_1.missing {
  background: none;
  background-image: url("../images/icon/iconMap_rainfall_missing.png");
}

.mapArea .symbol_1.is-selected {
  width: 34px;
  height: 34px;
  margin-left: -9px;
  margin-top: -9px;
}

.mapArea .symbol_1.is-selected.lv_0 {
  background-image: url("../images/icon/iconMap_rainfallLv0_on.png");
}

.mapArea .symbol_1.is-selected.lv_1 {
  background-image: url("../images/icon/iconMap_rainfallLv1_on.png");
}

.mapArea .symbol_1.is-selected.lv_2 {
  background-image: url("../images/icon/iconMap_rainfallLv2_on.png");
}

.mapArea .symbol_1.is-selected.lv_3 {
  background-image: url("../images/icon/iconMap_rainfallLv3_on.png");
}

.mapArea .symbol_1.is-selected.lv_4 {
  background-image: url("../images/icon/iconMap_rainfallLv4_on.png");
}

.mapArea .symbol_1.is-selected.lv_5 {
  background-image: url("../images/icon/iconMap_rainfallLv5_on.png");
}

.mapArea .symbol_1.is-selected.missing {
  background-image: url("../images/icon/iconMap_rainfall_missing_on.png");
}

.mapArea .symbol_4 {
  /* 水位アイコン */
  width: 19px;
  height: 16px;
}

.mapArea .symbol_4.lv_0_up {
  background-image: url("../images/icon/iconMap_stageLv0_up.png");
}

.mapArea .symbol_4.lv_1_up {
  background-image: url("../images/icon/iconMap_stageLv1_up.png");
}

.mapArea .symbol_4.lv_2_up {
  background-image: url("../images/icon/iconMap_stageLv2_up.png");
}

.mapArea .symbol_4.lv_3_up {
  background-image: url("../images/icon/iconMap_stageLv3_up.png");
}

.mapArea .symbol_4.lv_4_up {
  background-image: url("../images/icon/iconMap_stageLv4_up.png");
}

.mapArea .symbol_4.lv_5_up {
  background-image: url("../images/icon/iconMap_stageLv5_up.png");
}

.mapArea .symbol_4.lv_6_up {
  background-image: url("../images/icon/iconMap_stageLv6_up.png");
}

.mapArea .symbol_4.lv_7_up {
  background-image: url("../images/icon/iconMap_stageLv7_up.png");
}

.mapArea .symbol_4.lv_0_down {
  background-image: url("../images/icon/iconMap_stageLv0_down.png");
}

.mapArea .symbol_4.lv_1_down {
  background-image: url("../images/icon/iconMap_stageLv1_down.png");
}

.mapArea .symbol_4.lv_2_down {
  background-image: url("../images/icon/iconMap_stageLv2_down.png");
}

.mapArea .symbol_4.lv_3_down {
  background-image: url("../images/icon/iconMap_stageLv3_down.png");
}

.mapArea .symbol_4.lv_4_down {
  background-image: url("../images/icon/iconMap_stageLv4_down.png");
}

.mapArea .symbol_4.lv_5_down {
  background-image: url("../images/icon/iconMap_stageLv5_down.png");
}

.mapArea .symbol_4.lv_6_down {
  background-image: url("../images/icon/iconMap_stageLv6_down.png");
}

.mapArea .symbol_4.lv_7_down {
  background-image: url("../images/icon/iconMap_stageLv7_down.png");
}

.mapArea .symbol_4.missing {
  background: none;
  background-image: url("../images/icon/iconMap_stage_missing.png");
}

.mapArea .symbol_4.is-selected {
  width: 41px;
  height: 35px;
  margin-left: -11px;
  margin-top: -9px;
}

.mapArea .symbol_4.is-selected.lv_0_up {
  background-image: url("../images/icon/iconMap_stageLv0_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_1_up {
  background-image: url("../images/icon/iconMap_stageLv1_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_2_up {
  background-image: url("../images/icon/iconMap_stageLv2_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_3_up {
  background-image: url("../images/icon/iconMap_stageLv3_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_4_up {
  background-image: url("../images/icon/iconMap_stageLv4_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_5_up {
  background-image: url("../images/icon/iconMap_stageLv5_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_6_up {
  background-image: url("../images/icon/iconMap_stageLv6_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_7_up {
  background-image: url("../images/icon/iconMap_stageLv7_up_on.png");
}

.mapArea .symbol_4.is-selected.lv_0_down {
  background-image: url("../images/icon/iconMap_stageLv0_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_1_down {
  background-image: url("../images/icon/iconMap_stageLv1_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_2_down {
  background-image: url("../images/icon/iconMap_stageLv2_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_3_down {
  background-image: url("../images/icon/iconMap_stageLv3_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_4_down {
  background-image: url("../images/icon/iconMap_stageLv4_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_5_down {
  background-image: url("../images/icon/iconMap_stageLv5_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_6_down {
  background-image: url("../images/icon/iconMap_stageLv6_down_on.png");
}

.mapArea .symbol_4.is-selected.lv_7_down {
  background-image: url("../images/icon/iconMap_stageLv7_down_on.png");
}

.mapArea .symbol_4.is-selected.missing {
  background-image: url("../images/icon/iconMap_stage_missing_on.png");
}

/* 地図アイコンの表示切替 ------------------- */
.symbolSelect {
  display: flex;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 144px;
  width: auto;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #a2bfdc;
}

.symbolSelect li {
  display: inline-flex;
}

/* 表示データ - 時刻間隔切替 */
.timeMode {
  display: flex;
  position: absolute;
  top: 10px;
  left: 8px;
}

/* 基本の凡例 */
.explainBox {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #a2bfdc;
}

.explainBox .title {
  font-size: 14px;
  text-align: center;
}

.explainBox .ctg {
  display: flex;
  padding: 4px;
}

.explainBox .title {
  background-color: #e5f2fe;
}

.explainBox .ctg:not(:first-child) {
  border-top: 1px solid #a2bfdc;
}

.explainBox .pattern .caption {
  display: inline-block;
  width: 115px;
  text-align: right;
}

.explainBox .colorLegend {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.explainBox .colorLegend dt {
  text-align: center;
  display: flex;
  align-items: center;
}

.explainBox .colorLegend dt:not(:nth-of-type(1)) {
  margin-left: 24px;
}

.explainBox .colorLegend dd {
  margin-left: 4px;
  min-width: 70px;
}

.explainBox .colorLegend span {
  display: inline-block;
  width: 6px;
  height: 12px;
}

.explainBox .example {
  margin-left: 24px;
  display: none;
}

.explainBox .dispLegend {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.explainBox .dispLegend dt {
  text-align: center;
  width: auto;
  min-width: 50px;
}

.explainBox .dispLegend dt:not(:nth-of-type(1)) {
  margin-left: 24px;
}

.explainBox .dispLegend dd {
  margin-left: 4px;
  text-indent: 4px;
}

.explainBox .dispLegend dd {
  color: #274767;
}

/* 地図用凡例 */
.mapExample {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}

.mapExample .title {
  width: 100%;
}

.mapExample .mapLegend {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
}

.mapExample .mapLegend img {
  height: 13px;
}

.mapExample dt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}

.mapExample dd {
  width: 40%;
}

.mapExample .legendBox {
  width: 50%;
}

.mapExample .legendBox .title {
  border-top: 1px solid #a2bfdc;
}

.mapExample .legendBox:not(:nth-of-type(1)) {
  border-left: 1px solid #a2bfdc;
}

.mapExample .borderT {
  border-top: 1px dotted #a2bfdc;
}

/*=======================
  右側コンテンツ
  =======================*/
.infoBox h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 2px solid #0673df;
}

.infoBox h3:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 16px;
}

.infoBox h3:before {
  background-color: #0673df;
}

.infoBox h3:before {
  background-color: #0673df;
}

.infoBox .hrzBox {
  display: inline-block;
}

.infoBox .timelineBox {
  display: flex;
}

/* 初期表示 */
.overBox {
  display: block;
}

.detailBox {
  display: none;
}

/* タブ */
.infoHeader {
  position: relative;
  width: 100%;
}

.infoSelect {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 0;
  left: 8px;
  left: auto;
  right: 0;
  bottom: 2px;
}

.infoSelect li {
  margin-left: 1px;
}

.infoSelect li[class*='is-'] {
  position: relative;
  cursor: default;
}

.infoSelect li:not([class*='is-']) {
  position: relative;
  cursor: pointer;
}

.infoSelect li:first-child {
  margin-left: 4px;
  padding-left: 4px;
  border-top-left-radius: 4px;
}

.infoSelect li:last-child {
  padding-right: 4px;
  border-top-right-radius: 4px;
}

.infoSelect .select_item {
  display: flex;
  padding: 0 4px;
  min-width: 80px;
  height: 21px;
  cursor: inherit;
  align-items: center;
  justify-content: center;
  color: inherit;
  background-color: inherit;
}

.infoSelect.floodType .select_item {
  min-width: 150px;
}

.infoSelect li {
  background-color: #e5f2fe;
  color: #1c3349;
  border-top: 1px solid white;
}

.infoSelect li:not([class*='is-']):hover {
  background-color: #bedefd;
  color: #1c3349;
}

.infoSelect li.is-selected {
  background-color: #0453a1;
  border-top: 1px solid #056dd3;
  color: #ffffff;
}

.infoSelect li.is-disabled {
  color: #aab2ba;
}

/* 地点名・データ種見出し */
.pointHeader {
  width: 100%;
  height: 35px;
  border-top: 1px solid #a2bfdc;
  background-color: #e2e5e8;
  display: flex;
  align-items: center;
}

.pointHeader h4 {
  letter-spacing: 1px;
  width: 175px;
  font-size: 14px;
}

.pointHeader h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 30px;
  margin: 0 4px;
}

.pointHeader h4.rainfall:before {
  background: url(../images/common/pointH4_rainfall.png) no-repeat;
}

.pointHeader h4.stage:before {
  background: url(../images/common/pointH4_stage.png) no-repeat;
}

.pointHeader img {
  margin-right: 8px;
  margin-left: 4px;
}

/* 雨量超過地点 */
.current-rain-state {
  justify-content: space-around;
  padding: 16px 0;
  width: 100%;
}

.pointTbl td, .pointTbl th {
  height: 22px;
  text-align: center;
}

.pointTbl {
  border: 1px solid #a2bfdc;
}

.pointTbl th, .pointTbl td {
  border-bottom: 1px solid #a2bfdc;
  border-left: 1px solid #a2bfdc;
}

.pointTbl td.extCol {
  border-left: none;
  border-left-width: 0;
  padding-right: 2px;
}

.pointTbl .tblH-rainfall:before {
  content: url(../images/common/tblH_rainfall.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.pointTbl .tblH-sumRain:before {
  content: url(../images/common/tblH_sumRain.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.pointTbl .moreDispList, .pointTbl .moreDispSwitch .off {
  display: none;
}

/* 水位基準ラベル */
.lbl {
  width: 160px;
  height: 22px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 22px;
  margin: 8px 0;
}

.lbl.stageLv1 {
  border: 1px solid #0f67d6;
  background-color: #1172ee;
  color: #ffffff;
}

.lbl.stageLv2 {
  border: 1px solid #e6bd00;
  background-color: #ffd200;
  color: #232323;
}

.lbl.stageLv3 {
  border: 1px solid #d01b00;
  background-color: #e91e00;
  color: #ffffff;
}

.lbl.stageLv4 {
  border: 1px solid #6032ae;
  background-color: #6b38c2;
  color: #ffffff;
}

.lbl.stageLv5 {
  border: 1px solid #6032ae;
  background-color: #6b38c2;
  color: #ffffff;
}

/* 超過無しラベル */
.notice {
  margin: 8px 0;
}

/* 地点詳細 */
.detailBox {
  position: relative;
}

.detailBox h5 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: normal;
}

.detailBox h5:before {
  content: "";
  display: inline-block;
  margin: 0 4px;
  width: 4px;
  height: 4px;
}

.detailBox h5:before {
  border: 3px solid #0673df;
}

.detailBox .unit {
  margin-left: auto;
}

.detailBox .linkBox {
  margin-top: 8px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e5e8;
  border-top: 2px solid #0453a1;
  border-bottom: 2px solid #0453a1;
}

.pointTimelineTbl {
  width: auto;
  margin-right: 8px;
}

.pointTimelineTbl {
  border: 1px solid #a2bfdc;
}

.pointTimelineTbl th, .pointTimelineTbl td {
  border-bottom: 1px solid #a2bfdc;
  border-left: 1px solid #a2bfdc;
}

.pointTimelineTbl td.extCol {
  border-left: none;
  border-left-width: 0;
  padding-right: 2px;
}

.pointTimelineTbl th, .pointTimelineTbl td {
  height: 20px;
}

.pointTimelineTbl td {
  text-align: right;
  padding-right: 2px;
}

.graphUnit {
  margin: 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hiddenDt {
  display: none;
}

.pointDetail {
  width: auto;
}

.pointDetail ul {
  display: flex;
  align-items: center;
}

.pointDetail li {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 4px 0;
  padding: 0px 8px;
}

.pointDetail li:not(:last-child) {
  border-right: 1px solid #a2bfdc;
}

.pointDetail .data {
  font-size: 20px;
}

.pointDetail hr {
  margin: 0;
}

.pointDetail .trendImg {
  margin-left: 8px;
  margin-bottom: 4px;
}

.pointGraphBox h5 {
  display: inline-block;
}

.pointGraphBox .pointSelect {
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: auto;
  margin: 0;
}

.pointGraphBox .pointSelect li {
  margin: 4px 0;
  padding: 0 4px;
  min-width: auto;
  cursor: default;
}

.pointGraphBox .pointSelect li.is-selected {
  padding: 0 2px;
}

.pointGraphBox .pointSelect li a, .pointGraphBox .pointSelect li span {
  padding: 3px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: inherit;
}

.pointGraphBox .pointSelect li:not([class*='is-']) {
  text-decoration: underline;
  cursor: pointer;
}

.pointGraphBox .pointSelect li {
  color: #1c3349;
  border-right: 1px solid #6a99c7;
}

.pointGraphBox .pointSelect li:first-child {
  border-left: 1px solid #6a99c7;
}

.pointGraphBox .pointSelect li.is-selected a, .pointGraphBox .pointSelect li.is-selected span {
  background-color: #3f73a6;
  color: #ffffff;
}

.pointGraphBox .pointSelect li.is-disabled {
  color: #aab2ba;
}

.pointGraphBox .pointSelect li span, .pointGraphBox .pointSelect li a {
  padding: 4px 4px;
}

.pointGraphBox .hiddenGraph {
  background: #f2f2f2 url(../images/common/hidden_graph.png) center center no-repeat;
}

[id="detail_1"] h5 {
  position: relative;
}

[id="detail_1"] .rainfall-time {
  position: absolute;
  top: 0;
  right: 0;
}
