@charset "UTF-8";
/**
 * 島根県河川情報
 * 公開用 共通上書きCSS
 */
body:not(.translator) .isTrans_show {
  display: none !important;
}

/* --------------------- システム名 */
.systemTitle {
  background: none;
  width: 280px;
  height: 100%;
}

.systemTitle a {
  display: flex;
  height: 100%;
  align-items: center;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2;
  background: url("../images/icon_pub/prefLogo.png") no-repeat 24px 4px;
  padding-left: 64px;
  padding-right: 16px;
}

/* --------------------- グロナビ*/
.globalNavi {
  background: transparent;
  height: 40px;
}

.naviBtn {
  border-right: 1px dotted #aeb2b6;
}

.naviBtn_item {
  color: #232323;
  border-left: 1px dotted #3f73a6;
  width: 128px;
  font-size: 15px;
}

.naviBtn_item > * {
  border-left: none;
}

.naviBtn_item.is-selected {
  background: #c8e4fa;
  color: #1c3349;
}

.naviBtn_item:not(.is-selected):hover {
  color: #8fb2d5;
}

.naviBtn .naviBtn_item {
  width: auto;
  min-width: 128px;
  max-width: 175px;
  padding: 5px;
}

.naviBtn .naviBtn_item > * {
  text-align: center;
}

.naviBtn .top {
  background-image: url("../images/icon_pub/icon_home.png");
  background-repeat: no-repeat;
  background-position: 32px 11px;
  padding-left: 16px;
}

/* --------------------- リンクリスト */
.naviLink a:hover {
  cursor: pointer;
}

.naviLink_item {
  color: #232323;
}

.naviLink_item:not(:first-child) * {
  border-left: none;
}

[id='header'] {
  background: none;
}

[id='header'] .naviLink .naviLink_item:not(:first-child) {
  margin-left: 16px;
}

[id='header'] .naviLink .naviLink_item:not(:first-child) * {
  border: none;
}

[id='header'] .naviLink .dictionary {
  padding-left: 40px;
  background: url("../images/icon_pub/icon_dictionary.png") no-repeat 8px center;
}

[id='header'] .naviLink .notes {
  padding-left: 36px;
  background: url("../images/icon_pub/icon_hints.png") no-repeat 8px center;
}

[id='header'] .naviLink .help a {
  background-image: url("../images/icon_pub/icon_help.png");
}

.breadcrumb {
  background-color: #d4d8dc;
  border-bottom: 2px solid #0453a1;
  padding-left: 4px;
  position: relative;
  height: 24px;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb_items {
  list-style: none;
  margin: 0 auto;
  font-size: 12px;
  width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb_item:not(:first-child):before {
  content: "＞";
  padding: 0 5px;
}

.breadcrumb_item.top {
  background: url("../images//icon_pub/icon_top.png") no-repeat 0 1px;
  padding: 0 0 0 16px;
}

/* --------------------- 更新ボタン*/
.headerNews a.btn_refresh {
  display: inline-block;
  margin-left: 10px;
  margin-top: 1px;
  width: 60px;
  height: 24px;
  font-size: 0;
  background-image: url("../images/button/btn_refresh.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.headerNews a.btn_refresh:hover {
  background-position: left -24px;
}

.footer {
  border-top: 2px solid #0453a1;
  width: 100%;
  min-width: 1280px;
}

.footer a {
  text-decoration: underline;
}

.footer_items {
  margin: 0 auto;
  width: 1280px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_item {
  padding: 0 16px;
  line-height: 1;
}

.footer_item:not(:first-child) {
  border-left: 1px solid #a2bfdc;
}

.addressBox {
  border-top: 1px solid #a2bfdc;
  padding: 16px 0;
}

.addressBox .addressContents {
  margin: 0 auto;
  width: 1280px;
  align-items: center;
  justify-content: center;
}

.addressBox .department {
  font-size: 14px;
  font-weight: bold;
  padding-right: 16px;
  padding-left: 16px;
  color: #1c3349;
}

.addressBox .address {
  border-left: 1px solid #a2bfdc;
  padding-left: 16px;
}

.addressBox .address p {
  line-height: 1.6;
}

.explainBox .colorLegend span {
  vertical-align: middle;
}

.explainBox .colorLegend span[data-trans] {
  display: inline;
  width: auto;
  height: auto;
}

.damDetailList {
  display: flex;
}

.mapArea {
  border: solid 1px #C3D0DB;
  height: 550px;
}

.mapArea [id="mapCanvas"] {
  border: solid 1px #ffffff;
  width: 100%;
  height: 100%;
}

.mapArea .symbolSelect, .mapArea .timeMode {
  z-index: 1000;
}

.infoTblExample {
  background-color: #e5f2fe;
}

.infoTblExample .title, .infoTblExample .close {
  text-align: center;
  width: 100%;
  padding: 3px;
  border: solid 2px #e5f2fe;
}

.infoTblExample .title:hover, .infoTblExample .close:hover {
  border-color: #0673df;
  cursor: pointer;
}

.infoTblExample .title {
  font-size: 14px;
  pointer-events: none;
}

.infoTblExample .legendBox {
  background-color: #ffffff;
  margin: 0 5px;
  padding: 5px;
}

.infoTblExample .legendBox .legendKind {
  width: 100%;
}

.infoTblExample .legendBox .legendKind + .legendKind {
  margin-left: 5px;
}

.infoTblExample .legendBox .legendKind .legendItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.infoTblExample .legendBox .legendKind .legendItem + .legendItem {
  margin-top: 5px;
}

.infoTblExample .legendBox .legendKind .legendItem div {
  margin-left: 5px;
}

.infoTblExample .legendBox .legendKind .warn-lbl {
  width: 23px;
  min-width: 23px;
  height: 23px;
}

.infoTblExample .legendBox .legendKind .stage-lbl {
  min-width: 125px;
}

.infoTblExample.closeBox .title {
  pointer-events: auto;
}

.infoTblExample.closeBox .close, .infoTblExample.closeBox .legendBox {
  display: none;
}

.large .cameraBox .stage-info {
  flex-direction: column;
  height: auto;
}

.large .cameraBox .stage-info .box_obsLink,
.large .cameraBox .stage-info .box_stageData {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 18px;
}

.large .cameraBox .stage-info .box_stageData {
  justify-content: space-between;
}

/*=======================
  [02]多言語翻訳時の表示調整
  =======================*/
.translator {
  font-family: Segoe UI, SegoeUI,"メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Arial, sans-serif;
  /* 共通 ----------- */
  /* ヘッダー ----------- */
  /* エリアメニュー ----------- */
  /* タブメニュー ----------- */
  /* 凡例 ----------- */
  /* ページ操作UI ----------- */
  /* 時刻操作UI ----------- */
  /* グラフ ----------- */
  /* 局選択モーダル ----------- */
  /* 概況図 ----------- */
  /* 水位グラフ ----------- */
  /* CCTVカメラ ----------- */
  /* ダム概況図 ----------- */
  /* ダム経過表 ----------- */
  /* ダム諸量概略図 ----------- */
  /* 気象注警報一覧 ----------- */
  /* 用語集 ----------- */
}

.translator table {
  table-layout: fixed;
}

.translator table th, .translator table td {
  overflow-wrap: break-word;
}

.translator .isTrans_hide {
  display: none !important;
}

.translator .globalNavi {
  min-height: 40px;
  height: auto;
  align-items: stretch;
}

.translator .systemTitle {
  font-size: 0;
}

.translator .systemTitle a {
  line-height: 0.9;
  min-height: 40px;
  display: flex;
  background-position: 24px center;
  padding: 5px 0 5px 65px;
}

.translator .naviLink {
  height: auto;
}

.translator .headerNews [class*='newsLogo'] {
  width: auto;
  min-width: 90px;
  padding: 0 5px;
}

.translator .areaSelect-btn li a, .translator .areaSelect-btn li span {
  min-height: 27px;
  height: auto;
  padding: 5px;
}

.translator .dispMenuBox {
  height: auto;
  min-height: 27px;
}

.translator .explainBox .pattern {
  display: flex;
}

.translator .explainBox .pattern .caption {
  width: auto;
  min-width: 115px;
}

.translator .pagerBox .prevPage, .translator .pagerBox .nextPage {
  min-width: 48px;
  width: auto;
}

.translator .pagerBox .prevPage {
  padding-left: 13px;
  padding-right: 5px;
}

.translator .pagerBox .nextPage {
  padding-right: 13px;
  padding-left: 5px;
}

.translator .timeChange button[class*='back'] {
  width: auto;
  min-width: 74px;
  padding-left: 17px;
  padding-right: 5px;
}

.translator .timeChange button[class*='forward'] {
  width: auto;
  min-width: 74px;
  padding-left: 5px;
  padding-right: 17px;
}

.translator .timeChange button[class*='latest'] {
  width: auto;
  min-width: 72px;
  padding-left: 5px;
  padding-right: 22px;
}

.translator .graph-image-box .dataList dl dt {
  float: none;
}

.translator .pointSelectTbl td {
  padding: 5px 4px;
}

.translator .pointSelectTbl td .pointSelectLabel.is-selected {
  margin: 0;
}

.translator .infoBox .pointHeader h4 {
  width: auto;
}

.translator .infoBox .lbl {
  display: inline-block;
  width: auto;
  padding: 0 3px;
}

.translator .infoBox .infoSelect {
  align-items: stretch;
}

.translator .infoBox .infoSelect li {
  display: flex;
  align-items: center;
}

.translator .infoBox .infoSelect .select_item {
  min-height: 15px;
  height: auto;
  max-width: 170px;
  margin: 3px 0;
}

.translator .infoBox .detailBox .pointHeader {
  flex-wrap: wrap;
  height: auto;
}

.translator .infoBox .detailBox .lbl {
  margin-left: 5px;
}

.translator .infoBox .detailBox .linkBox {
  min-height: 35px;
  height: auto;
  padding: 2px 0;
}

.translator .infoBox .detailBox .linkBox .funcBtn {
  margin: 3px 1px;
}

.translator .mapExample dt {
  padding: 3px 0;
}

.translator .mapExample dd {
  padding: 3px 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.translator .section_panel .link {
  display: block;
}

.translator .section_panel .link a {
  width: 100%;
}

.translator .ex-stageList {
  top: 0;
}

.translator .ex-stageList dt span:not(.graphConst) {
  width: 70px;
}

.translator .tblPosition {
  width: 350px;
}

.translator .cameraBox .box_obsName {
  overflow-wrap: break-word;
  max-width: 130px;
}

.translator .infoBox .damBox:last-child {
  position: relative;
  bottom: auto;
  right: auto;
  padding: 0;
}

.translator .damMapExample .exDamInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.translator .damMapExample .legendBox.left dd {
  width: 90%;
}

.translator .damMapExample .legendBox.right .colorLegend dt {
  margin-left: 0;
}

.translator .damMapExample .legendBox.right .colorLegend dd {
  width: 95%;
}

.translator .damMapExample .legendBox.right .dispLegend dt {
  margin-left: 0;
}

.translator .damMapExample .legendBox.right .dispLegend dd {
  width: 80%;
}

.translator .damDetailList .damItemBox {
  display: flex;
  align-items: flex-start;
}

.translator .dataBox_2140 .kindbox {
  left: auto;
  right: 230px;
}

.translator .dataBox_2140 .arrowbox .ex-stageList {
  width: 200px;
}

.translator .dataBox_2140 .arrowbox .ex-stageList dt span:not(.graphConst) {
  width: 170px;
}

.translator .list.weather .isTrans_vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1px;
  padding: 5px 0;
}

.translator .dictionaryBox table th {
  white-space: normal;
}
