@charset "UTF-8";
/**
 * 島根県河川情報
 * トップ画面CSS
 */
/*=======================
  左側コンテンツ
  =======================*/
/* 地図アイコン -------------------------- */
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;
}

/* TOP地図用 ------------------------------ */
.mapArea {
  width: 745px;
}

.mapArea [class*='symbol_'] {
  /* TOPの地図アイコンは押下不可 */
  cursor: default;
}

/*=======================
  右側コンテンツ
  =======================*/
.infoBox {
  margin-left: 8px;
  width: 410px;
}

.infoBox h3.title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 2px solid #0673df;
}

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

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

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

.infoBox h4.title {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 4px 0 4px 4px;
  background-color: #d4d8dc;
  border-bottom: 3px solid #0673df;
}

.section_panel:not(:nth-of-type(1)) {
  margin-top: 8px;
}

.section_panel h4.title {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 4px 0 4px 4px;
  background-color: #d4d8dc;
  border-bottom: 3px solid #0673df;
}

.section_panel .notice {
  /* お知らせ一覧 */
  padding: 4px;
  line-height: 1.6;
  word-wrap: break-word;
}

.section_panel .notice .time {
  margin-top: 5px;
}

.section_panel .notice .title {
  padding-left: 16px;
}

.section_panel .notice .title a {
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.section_panel .link {
  /* リンク一覧 */
  display: flex;
}

.section_panel .link .linkList {
  min-width: 50%;
}

.section_panel .link .linkList li {
  padding: 4px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  color: #1c3349;
  text-decoration: none;
  cursor: default;
}

.section_panel .link .linkList li:before {
  content: "";
  background: url(../images/common/marker_triangle.png) no-repeat 50% 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
}

.section_panel .link .linkList li:before {
  background-color: #0453a1;
}

.section_panel .mobile {
  /* 携帯サイト */
}

.section_panel .mobile .mobileList {
  min-width: 50%;
  display: flex;
}

.section_panel .mobile .mobileList ul {
  margin-top: auto;
  margin-bottom: auto;
}

.section_panel .mobile .mobileList ul li a {
  padding-left: 24px;
}

.section_panel .mobile .mobileList h5 {
  padding: 4px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  color: #1c3349;
  text-decoration: none;
  cursor: default;
}

.section_panel .mobile .mobileList h5:before {
  content: "";
  background: url(../images/common/marker_triangle.png) no-repeat 50% 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
}

.section_panel .mobile .mobileList h5:before {
  background-color: #0453a1;
}

.infoTbl {
  margin-top: 8px;
  width: 100%;
}

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

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

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

.infoTbl th {
  height: 24px;
}

.infoTbl td {
  height: 32px;
  text-align: center;
}

.infoTbl td.borderDashed {
  border-left: 1px dashed #a2bfdc;
}

.infoTbl [class*='-lbl'] {
  background-color: #e7e7e7;
  border: 1px solid #dadada;
  color: #8e8e8e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.infoTbl .warn-lbl {
  width: 20px;
  height: 20px;
}

.infoTbl .warn-lbl:not(:nth-of-type(1)) {
  margin-left: 8px;
}

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

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

.infoTbl .warn-lbl.emergency {
  border: 1px solid #161616;
  background-color: #232323;
  color: #ffffff;
}

.infoTbl .warn-lbl.dosya {
  border: 1px solid #e18f00;
  background-color: #fa9f00;
  color: #232323;
}

.infoTbl .warn-lbl.none {
  border: 1px solid #b3b3b3;
  background-color: #c0c0c0;
  color: #232323;
}

.infoTbl .rain-lbl {
  background-color: #e7e7e7;
  color: #8e8e8e;
  height: 23px;
  width: 23px;
  border-radius: 50%;
}

.infoTbl .rain-lbl.lv1 {
  border: 1px solid #2fc5e0;
  background-color: #45cbe3;
  color: #232323;
}

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

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

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

.infoTbl .stage-lbl {
  background-color: #e7e7e7;
  color: #8e8e8e;
  height: 20px;
  width: 125px;
}

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

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

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

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

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

/* --------------- お知らせ詳細モーダル */
[id^='noticePopup'] {
  width: 600px;
}

[id^='noticePopup'] .popupHeader h4 {
  width: 600px;
}

[id^='noticePopup'] .scrollBox {
  /* お知らせ内容 */
  padding: 16px;
}

[id^='noticePopup'] table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

[id^='noticePopup'] table th, [id^='noticePopup'] table td {
  line-height: 1.6em;
  padding: 4px;
}

[id^='noticePopup'] table {
  border: 1px solid #a2bfdc;
}

[id^='noticePopup'] table th, [id^='noticePopup'] table td {
  border-bottom: 1px solid #a2bfdc;
  border-left: 1px solid #a2bfdc;
}

[id^='noticePopup'] table td.extCol {
  border-left: none;
  border-left-width: 0;
  padding-right: 2px;
}
