@charset "UTF-8";
/**
 * 島根県河川情報
 * 共通CSS
 */
/* --------Reset Stylesheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

img {
  border: none;
}

/* モダンブラウザ用上付き文字表示 */
* > sup {
  vertical-align: text-top;
  line-height: 12px;
  font-size: 90%;
}

* > sub {
  vertical-align: text-bottom;
  line-height: 14px;
}

/* ------------------------Common Style */
body {
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  color: #232323;
  background-color: #ffffff;
}

/* text align */
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

/* padding */
.paddingLR-4 {
  padding-left: 4px;
  padding-right: 4px;
}

/* Aタグと同じ見た目 */
.linkStyle {
  color: #1c3349;
  text-decoration: underline;
  cursor: pointer;
}

.hideBindData {
  display: none;
}

/* 表の基本色 */
a {
  color: #1c3349;
}

th {
  background: #c5dbf1;
}

tr {
  background: #ffffff;
}

.odd {
  background: #ffffff;
}

.odd-forecast {
  background: #fceffd;
}

.even {
  background: #f8fbfd;
}

.even-forecast {
  background: #fbe6fc;
}

/*=======================
 	Base layout
  =======================*/
[id='header'] {
  position: relative;
  width: 100%;
  min-width: 1280px;
  box-shadow: 0px 1px 3px rgba(35, 35, 35, 0.25);
  z-index: 100;
  background: #ffffff url(../images/common/glonaviBg.png) repeat-x;
}

[id='main'] {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: 600px;
  display: flex;
}

/* コンテンツの位置構成 */
/* 横並びにする場合 */
.column-box {
  display: flex;
}

.column-box.space {
  justify-content: space-between;
}

.box-align {
  display: flex;
}

.box-align.v-center {
  /* 縦位置中央にする */
  align-items: center;
}

.box-align.center {
  justify-content: center;
}

.bottom-control {
  margin-top: 8px;
}

/*=======================
	Header
	+ Global Navigation
	+ News
  =======================*/
.globalNavi {
  position: relative;
  width: 1280px;
  height: 33px;
  margin: 0 auto;
  display: flex;
  background: #0453a1;
  background: linear-gradient(#0453a1 10%, #03396f 100%);
}

/* active mode */
.active-mode {
  background: url(../images/common/glonaviBg.png) repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}

.active-mode span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}

.active-mode span {
  border: 1px solid #3f73a6;
  background-color: #0453a1;
  color: #ffffff;
}

/* system title */
.systemTitle {
  background: url(../images/common/glonaviBg.png) repeat-x;
  width: 200px;
  height: 100%;
}

.systemTitle a {
  display: flex;
  height: 100%;
  align-items: center;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.2;
  background: url(../images/common/prefLogo.png) no-repeat 24px 1px;
  padding-left: 64px;
}

/* --------------------- グロナビ(業務リンク) */
.naviBtn {
  position: relative;
  display: flex;
  border-right: 1px solid #aeb2b6;
}

.naviBtn_item {
  width: 102px;
}

.naviBtn_item * {
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  align-items: center;
  justify-content: center;
}

.naviBtn_item {
  color: #ffffff;
  border-left: 1px solid #3f73a6;
}

.naviBtn_item > * {
  border-left: 1px solid #f4faff;
}

.naviBtn_item:first-child > * {
  border-left: none;
}

.naviBtn_item.is-selected {
  background: #023363;
  color: #ffffff;
}

.naviBtn_item:not(.is-selected):hover {
  color: #8fb2d5;
}

/* ------------------------ 運用モード */
.modeSwitch {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
}

.modeSwitch_item {
  min-width: 70px;
  height: 23px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  border: 1px solid #e7e7e7;
  cursor: default;
}

.modeSwitch_item:not(.is-disabled):not(.is-selected):hover {
  cursor: pointer;
}

.modeSwitch_item + .modeSwitch_item {
  border-left: none;
}

.modeSwitch_item:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.modeSwitch_item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modeSwitch_item * {
  display: flex;
  padding-top: 1px;
  width: 100%;
  height: 100%;
  cursor: inherit;
  align-items: center;
  justify-content: center;
}

.modeSwitch_item {
  color: #1c3349;
}

.modeSwitch_item:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
}

.modeSwitch_item.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

.modeSwitch_item.is-selected.mode-normal {
  background: linear-gradient(#056dd3 10%, #2b93fa 100%);
  color: #ffffff;
}

.modeSwitch_item.is-selected.mode-suibou {
  background: linear-gradient(#e8ae00 10%, #ffd34f 100%);
  color: #1c3349;
}

.modeSwitch_item.is-selected.mode-sousa {
  background: linear-gradient(#6fb71d 10%, #95e140 100%);
  color: #1c3349;
}

/* ------------------------ グロナビ(リンク) */
.naviLink {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
  height: 100%;
}

.naviLink_item {
  height: 100%;
  display: flex;
  align-items: center;
}

.naviLink_item * {
  display: flex;
  width: 100%;
  height: 21px;
  color: inherit;
  align-items: center;
  justify-content: center;
}

.naviLink_item {
  color: #ffffff;
}

.naviLink_item:not(:first-child) * {
  border-left: 1px solid #f4faff;
}

.naviLink .sabo a {
  /* 土砂災害情報 */
  width: 120px;
}

.naviLink .sabo a:before {
  content: url(../images/menu/icon_sabo.png);
  margin-right: 8px;
}

.naviLink .help a {
  /* ヘルプ */
  background: url(../images/menu/icon_help.png) no-repeat 50% 50%;
  width: 38px;
  /* image-width: 22px, margin-right/left: 8px */
}

.naviLink .help a:hover {
  background-image: url(../images/menu/icon_help_on.png);
}

.modeSwitch + .naviLink {
  margin-left: 0;
}

/* ----------------------訓練中ラベル */
.state-training {
  display: inline-block;
  width: 150px;
  height: 22px;
  line-height: 22px;
  margin-right: 4px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  background-color: #e89b00;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #cf8a00;
}

.state-training.hidden {
  display: none;
}

/* ---------------------緊急新着情報 */
.headerNews {
  position: relative;
  padding-left: 4px;
  width: 1280px;
  height: 28px;
  z-index: 100;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.headerNews [class*='newsLogo'] {
  /* 緊急新着ラベル共通 */
  width: 90px;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerNews .newsLogo {
  /* 緊急新着あり */
  background-color: #e91e00;
  color: #ffffff;
  border: 1px solid #c01900;
}

.headerNews .newsLogo_no {
  /* 緊急新着無し */
  background-color: #d4d8dc;
  color: #232323;
  border: 1px solid #bec4ca;
}

.headerNews .news_icon {
  /* 緊急新着 データ種別アイコン */
  display: block;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  cursor: pointer;
}

.headerNews .news_comment {
  /* 緊急新着 コメント */
  margin-left: 4px;
}

.headerNews .newsRain {
  background: url(../images/common/icon_rainfall.png) no-repeat;
}

.headerNews .newsRain:hover {
  background-image: url(../images/common/icon_rainfall_hover.png);
}

.headerNews .newsStage {
  background: url(../images/common/icon_stage.png) no-repeat;
}

.headerNews .newsStage:hover {
  background-image: url(../images/common/icon_stage_hover.png);
}

.headerNews .newsWarning {
  background: url(../images/common/icon_warning.png) no-repeat center 1px;
}

.headerNews .newsWarning:hover {
  background-image: url(../images/common/icon_warning_hover.png);
}

.headerNews .obsTime {
  margin: 0 8px 0 auto;
}

/*=========================
	コンテンツ レイアウト base
  =========================*/
.contents {
  position: relative;
  width: 1170px;
}

/* 画面タイトル＋時刻操作部 */
.dataHeaderBox {
  position: relative;
  padding-top: 8px;
  padding-left: 8px;
  background: #ffffff;
  width: 1170px;
  height: auto;
}

/* データ表示部 */
.dataBox {
  position: relative;
  padding-top: 8px;
  padding-left: 8px;
  background: #ffffff;
  width: 1170px;
  height: auto;
}

.dataBox a {
  text-decoration: underline;
}

.dataBox:last-of-type {
  margin-bottom: 8px;
}

/* aside menu なし向け (帳票・水防FAX) */
.contents-wide {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contents-wide .dataHeaderBox, .contents-wide .dataBox {
  width: 950px;
  height: auto;
}

/*=======================
	contents
	共通メニュー・操作部
  =======================*/
/* Base */
.dataMenuBox {
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #0453a1;
  background: #b8bfc5;
}

/* ----------------データ種選択メニュー  */
.dataSelect {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 0;
  left: 8px;
}

.dataSelect li {
  margin-left: 1px;
}

.dataSelect li[class*='is-'] {
  position: relative;
  cursor: default;
}

.dataSelect li:not([class*='is-']) {
  position: relative;
  cursor: pointer;
}

.dataSelect li:first-child {
  margin-left: 4px;
  padding-left: 4px;
  border-top-left-radius: 4px;
}

.dataSelect li:last-child {
  padding-right: 4px;
  border-top-right-radius: 4px;
}

.dataSelect .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;
}

.dataSelect.floodType .select_item {
  min-width: 150px;
}

.dataSelect li {
  background-color: #e5f2fe;
  color: #1c3349;
  border-top: 1px solid white;
}

.dataSelect li:not([class*='is-']):hover {
  background-color: #bedefd;
  color: #1c3349;
}

.dataSelect li.is-selected {
  background-color: #0453a1;
  border-top: 1px solid #056dd3;
  color: #ffffff;
}

.dataSelect li.is-disabled {
  color: #aab2ba;
}

/* 印刷ボタン */
.printBtn {
  position: absolute;
  top: 1px;
  right: 25px;
  width: 27px;
  height: 28px;
  background: url(../images/button/print.png) no-repeat right top;
}

.printBtn:hover {
  background-image: url(../images/button/print_on.png);
}

/* 事務所選択ボタン */
.officeBtn {
  position: absolute;
  top: 1px;
  right: 53px;
  width: 27px;
  height: 28px;
  background: url(../images/button/conf.png) no-repeat right top;
}

.officeBtn:hover {
  background-image: url(../images/button/conf_on.png);
}

/* -------------------画面選択メニュー */
/* Base */
.dispMenuBox {
  position: relative;
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a2bfdc;
  box-shadow: 0 1px 0px #ecf2f8;
}

.dispSelect {
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: 100%;
}

.dispSelect li {
  margin: 4px 0;
  padding: 0 4px;
  min-width: 120px;
  cursor: default;
}

.dispSelect li.is-selected {
  padding: 0 2px;
}

.dispSelect li a, .dispSelect li span {
  padding: 3px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: inherit;
}

.dispSelect li:not([class*='is-']) {
  text-decoration: underline;
  cursor: pointer;
}

.dispSelect li {
  color: #1c3349;
  border-right: 1px solid #6a99c7;
}

.dispSelect li:first-child {
  border-left: 1px solid #6a99c7;
}

.dispSelect li.is-selected a, .dispSelect li.is-selected span {
  background-color: #3f73a6;
  color: #ffffff;
}

.dispSelect li.is-disabled {
  color: #aab2ba;
}

/* 画面タイトル */
h2 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 1px;
}

h2:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #0673df;
  background: url(../images/common/iconH2.png), linear-gradient(#0673df 0%, #0566c6 100%);
}

/*=======================
	ページ送り戻し・局選択
  =======================*/
/* ページ操作部 */
.pagerBox {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 24px;
  font-size: 12px;
}

.pagerBox .pages {
  padding-right: 2px;
  display: inline-block;
  width: 55px;
  height: 20px;
  text-align: right;
  line-height: 20px;
  vertical-align: middle;
}

.pagerBox .prevPage, .pagerBox .nextPage {
  position: relative;
  height: 20px;
  width: 48px;
  font-size: 12px;
  vertical-align: middle;
  border-radius: 4px;
}

.pagerBox .prevPage.is-disabled, .pagerBox .nextPage.is-disabled {
  cursor: default;
}

.pagerBox .prevPage {
  padding-left: 6px;
}

.pagerBox .prevPage:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 1px;
}

.pagerBox .nextPage {
  padding-right: 6px;
}

.pagerBox .nextPage:before {
  position: absolute;
  content: "";
  top: 6px;
  right: 1px;
}

.pagerBox .pages {
  background-color: #e3ecf4;
  border: 1px solid #a2bfdc;
  box-shadow: inset 0 1px 0 #f4faff;
}

.pagerBox .prevPage, .pagerBox .nextPage {
  color: #1c3349;
  background-color: #a2bfdc;
}

.pagerBox .prevPage:not(.is-disabled):hover, .pagerBox .nextPage:not(.is-disabled):hover {
  background-color: #c7d8ea;
  color: #1c3349;
}

.pagerBox .prevPage.is-disabled, .pagerBox .nextPage.is-disabled {
  color: #aab2ba;
  background-color: #dadfe4;
}

.pagerBox .prevPage:before {
  border: 4px solid transparent;
  border-right: 6px solid #1c3349;
}

.pagerBox .prevPage.is-disabled:before {
  border-right-color: #aab2ba;
}

.pagerBox .nextPage:before {
  border: 4px solid transparent;
  border-left: 6px solid #1c3349;
}

.pagerBox .nextPage.is-disabled:before {
  border-left-color: #aab2ba;
}

/************************/
/* 事務所選択 */
/*各事務所*/
div.officeSelect {
  margin-left: 30px;
  margin-top: 4px;
  line-height: 0.9rem;
}

div.officeSelect input {
  margin-top: -2px;
}

div.selectComment {
  margin: 8px 0;
  padding-left: 24px;
}

/*地域グループ*/
.dispSettingCity div.officeSelect:not(:nth-of-type(1)) {
  margin-top: 16px;
}

.dispSettingCity div.officeSelect.city {
  margin-left: 40px;
  margin-top: 4px;
}

.dispSettingCity div.officeSelect.city input {
  margin-left: 0px;
}

.dispSettingCity div.officeSelect.city label {
  display: inline-block;
  min-width: 4rem;
}

.dispSettingCity div.officeSelect.city label.is-disabled {
  color: #aab2ba;
}

.dispSettingCity div.selectComment {
  margin-right: 32px;
}

/*=======================
	時刻操作部
  =======================*/
.timeBox {
  margin: 0;
  margin-top: 4px;
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  background-color: #f7fafc;
  box-shadow: inset 0 1px 0 #f4faff;
  border: 1px solid #a2bfdc;
}

.timeBox > *:not(:first-child) {
  border-left: 1px solid #a2bfdc;
}

.timeBox .caption {
  border: none;
}

.timeBox ul {
  position: relative;
  padding: 0 5px 0 5px;
  display: flex;
  align-items: center;
}

/* 日時指定 */
.timeSet {
  min-width: 200px;
  height: 20px;
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.timeSet span {
  margin-left: 8px;
}

button.calendar {
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
  margin: 0 4px;
  height: 21px;
  min-width: 0;
  width: 26px;
}

button.calendar.is-disabled {
  cursor: default;
}

button.calendar:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

button.calendar.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

button.calendar img {
  vertical-align: middle;
}

/* 時刻 送り戻し */
.timeChange:before {
  margin-right: 4px;
}

.timeChange li:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.timeChange li:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.timeChange li:not(:first-child):not(:last-child) button {
  border-radius: 0;
  border-left: none;
}

.timeChange button {
  position: relative;
  height: 20px;
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
  min-width: 0;
}

.timeChange button.is-disabled {
  cursor: default;
}

.timeChange button:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

.timeChange button.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

.timeChange button[class*='back'] {
  width: 74px;
  padding: 0 0 0 14px;
}

.timeChange button[class*='back']:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
}

.timeChange button[class*='forward'] {
  width: 74px;
  padding: 0 14px 0 0;
}

.timeChange button[class*='forward']:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
}

.timeChange button[class*='latest'] {
  width: 72px;
  padding: 0 10px 0 0;
}

.timeChange button[class*='latest']:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 5px;
}

.timeChange button[class*='latest']:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  top: 5px;
  right: 7px;
}

.timeChange:before {
  content: url(../images/button/icon_timeClock.png);
}

.timeChange .back01:before {
  border: 5px solid transparent;
  border-right: 8px solid #1c3349;
}

.timeChange .back01.is-disabled:before {
  border: 5px solid transparent;
  border-right: 8px solid #aab2ba;
}

.timeChange .back02:before {
  border: 5px solid transparent;
  border-right: 8px solid #1c3349;
}

.timeChange .back02.is-disabled:before {
  border: 5px solid transparent;
  border-right: 8px solid #aab2ba;
}

.timeChange .forward03:before {
  border: 5px solid transparent;
  border-left: 8px solid #1c3349;
}

.timeChange .forward03.is-disabled:before {
  border: 5px solid transparent;
  border-left: 8px solid #aab2ba;
}

.timeChange .forward04:before {
  border: 5px solid transparent;
  border-left: 8px solid #1c3349;
}

.timeChange .forward04.is-disabled:before {
  border: 5px solid transparent;
  border-right: 8px solid #aab2ba;
}

.timeChange .latest05:before {
  border: 5px solid transparent;
  border-left: 8px solid #1c3349;
}

.timeChange .latest05:after {
  border-right: 2px solid #1c3349;
}

.timeChange .latest05.is-disabled:before {
  border: 5px solid transparent;
  border-right: 8px solid #aab2ba;
}

.timeChange .latest05.is-disabled:after {
  border-right: 2px solid #aab2ba;
}

/* 時間幅切替 */
.timeMode button {
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
  position: relative;
  width: 54px;
  height: 20px;
}

.timeMode button.is-disabled {
  cursor: default;
}

.timeMode button:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

.timeMode button.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

.timeMode button.is-selected {
  background: linear-gradient(#03396f 10%, #0453a1 100%);
  box-shadow: inset 0 -1px 0 #056dd3;
  color: #ffffff;
}

.timeMode li:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.timeMode li:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.timeMode li:not(:first-child):not(:last-child) button {
  border-radius: 0;
  border-left: none;
}

/* ============================
	共通部品
   ============================*/
/* Horizontal Layout box */
.hrzBox {
  width: auto;
  height: auto;
  vertical-align: top;
}

/* Horizontal Rule */
hr {
  border: none;
  background: #ecf2f8;
  height: 1px;
  margin: 4px;
  border-top: 1px solid #a2bfdc;
  border-bottom: solid 2px #ecf2f8;
}

/*----------------------- ボタン汎用 */
.funcBtn {
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
}

.funcBtn.is-disabled {
  cursor: default;
}

.funcBtn:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

.funcBtn.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

/*----------------------- チェックボックス */
input[type="checkbox"] {
  opacity: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
}

input[type="checkbox"] + .dummy {
  margin: 0 8px 0 0;
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 2px;
}

input[type="checkbox"]:checked + .dummy:before {
  position: absolute;
  left: 1px;
  top: 10px;
  display: block;
  width: 6px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

input[type="checkbox"]:checked + .dummy:after {
  position: absolute;
  left: 6px;
  top: 10px;
  display: block;
  width: 9px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

input[type="checkbox"]:disabled + .dummy {
  opacity: 1;
  filter: alpha(opacity=100);
}

input[type="checkbox"] + .dummy {
  background: #ffffff;
  background: linear-gradient(#f2f2f2 0%, #ffffff 100%);
  border: 1px solid #6a99c7;
}

input[type="checkbox"] + .dummy + span:hover {
  color: #0673df;
}

input[type="checkbox"]:checked + .dummy:before {
  background: #19538c;
}

input[type="checkbox"]:checked + .dummy:after {
  background: #19538c;
}

input[type="checkbox"]:disabled + .dummy {
  background: rgba(167, 167, 167, 0.5);
}

label.disp-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 8px;
  /* top/leftは個別で */
  vertical-align: middle;
  font-size: 12px;
  z-index: 10;
}

/*----------------------- ラジオボタン */
input[type='radio'] {
  visibility: hidden;
  position: absolute;
}

input[type='radio'] + label {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
  padding-right: 8px;
}

input[type='radio'] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

input[type='radio']:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

input[type='radio']:not(:disabled) + label:hover {
  color: #0673df;
}

input[type='radio'] + label:before {
  background: #ffffff;
  background: linear-gradient(#f2f2f2 0%, #ffffff 100%);
  border: 1px solid #6a99c7;
}

input[type='radio']:checked + label:after {
  background: #19538c;
}

input[type='radio']:disabled + label {
  opacity: 0.5;
}

input[type='radio']:disabled + label:before {
  background: #f4f4f4;
  border: 1px solid #a7a7a7;
}

.label-radio {
  display: inline-flex;
  align-items: center;
  padding-left: 4px;
  min-width: 80px;
  height: 25px;
  margin: 4px 8px 4px 0;
}

.label-radio.highlight {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}

.label-radio.highlight label {
  width: 100%;
}

.label-radio.highlight.on {
  background-color: #e5f2fe;
  border: 1px solid #6a99c7;
}

/*=======================
	color
  =======================*/
/* 表内 定数凡例色ラベル */
span.colorLbl:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border: 1px solid #ffffff;
  vertical-align: top;
}

span.inner {
  display: inline-block;
  width: 80%;
}

/* ---------------------------- 共通 */
/* 欠測 */
.missing, span.missing:before, .explainBox span.ex-missing {
  background: #a7a7a7;
}

/* グラフ凡例や見出し */
span[class^="ex-"] {
  /* 折れ線グラフ */
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}

span[class^="ex-rainBar"] {
  /* 10分・時間雨量は棒グラフ */
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 5px;
}

/* ---------------------------雨量 */
.rainfallLv1, .colorLbl.ex-rainfallLv1:before, .explainBox span.ex-rainfallLv1 {
  background: #45cbe3;
  color: #232323;
}

.rainfallLv2, .colorLbl.ex-rainfallLv2:before, .explainBox span.ex-rainfallLv2 {
  background: #ffd200;
  color: #232323;
}

.rainfallLv3, .colorLbl.ex-rainfallLv3:before, .explainBox span.ex-rainfallLv3 {
  background: #e91e00;
  color: #ffffff;
}

.rainfallLv4, .colorLbl.ex-rainfallLv4:before, .explainBox span.ex-rainfallLv4 {
  background: #6b38c2;
  color: #ffffff;
}

.explainBox span.ex-rainfallLv0 {
  background: #ffffff;
  border: 1px solid #a7a7a7;
}

/* グラフ凡例 */
span.ex-rainBar {
  background: #4092bc;
}

span.ex-rainSum {
  background: #232323 url("../images/icon/ex_solid-circle.png") no-repeat;
}

span.ex-rainBar_forecast {
  background: #E071DC;
}

span.ex-rainSum_forecast {
  background: #BB393B url("../images/icon/ex_solid-circle.png") no-repeat;
}

/* ---------------------------- 水位 */
.stageLv1, .colorLbl.ex-stageLv1:before, .explainBox span.ex-stageLv1 {
  background: #1172ee;
  color: #ffffff;
}

span.ex-stageLv1.graphConst {
  /* グラフ凡例 */
  background: #1172ee url("../images/icon/ex_dashed.png") no-repeat;
}

.stageLv2, .colorLbl.ex-stageLv2:before, .explainBox span.ex-stageLv2 {
  background: #ffd200;
  color: #232323;
}

span.ex-stageLv2.graphConst {
  /* グラフ凡例 */
  background: #ffd200 url("../images/icon/ex_dashed.png") no-repeat;
}

.stageLv3, .colorLbl.ex-stageLv3:before, .explainBox span.ex-stageLv3 {
  background: #e91e00;
  color: #ffffff;
}

span.ex-stageLv3.graphConst {
  /* グラフ凡例 */
  background: #e91e00 url("../images/icon/ex_dashed.png") no-repeat;
}

.stageLv4, .colorLbl.ex-stageLv4:before, .explainBox span.ex-stageLv4 {
  background: #6b38c2;
  color: #ffffff;
}

span.ex-stageLv4.graphConst {
  /* グラフ凡例 */
  background: #6b38c2 url("../images/icon/ex_dashed.png") no-repeat;
}

.stageLv5, .colorLbl.ex-stageLv5:before, .explainBox span.ex-stageLv5 {
  background: #6b38c2;
  color: #ffffff;
}

span.ex-stageLv5.graphConst {
  /* グラフ凡例 */
  background: #6b38c2 url("../images/icon/ex_dashed.png") no-repeat;
}

/* グラフ凡例 */
span.ex-stage {
  background: #397cbb url("../images/icon/ex_solid-circle.png") no-repeat;
}

span.ex-flow {
  background: #57a458 url("../images/icon/ex_solid-circle.png") no-repeat;
}

span.ex-stage_forecast {
  background: #BB393B url("../images/icon/ex_solid-circle.png") no-repeat;
}

span.ex-flow_forecast {
  background: #E071DC url("../images/icon/ex_solid-circle.png") no-repeat;
}

/* ---------------------------ダム */
/* ダム汎用：貯水位・流入量・放流量 */
.damLv1, .colorLbl.ex-damLv1:before, .explainBox span.ex-damLv1 {
  background: #e91e00;
  color: #ffffff;
}

span.ex-damLv1.graphConst {
  /* グラフ凡例 */
  background: #e91e00 url("../images/icon/ex_dashed.png") no-repeat;
}

.damLv4, .colorLbl.ex-damLv4:before, .explainBox span.ex-damLv4 {
  background: #6b38c2;
  color: #ffffff;
}

span.ex-damLv4.graphConst {
  /* グラフ凡例 */
  background: #6b38c2 url("../images/icon/ex_dashed.png") no-repeat;
}

.explainBox span.ex-damLv0 {
  background: #ffffff;
  border: 1px solid #a7a7a7;
}

/* グラフ凡例 */
span.ex-reserve {
  background: #232323 url("../images/icon/ex_solid-circle.png") no-repeat;
}

span.ex-inflow {
  background: #1172ee url("../images/icon/ex_solid-triangle.png") no-repeat;
}

span.ex-outflow {
  background: #e91e00 url("../images/icon/ex_solid-rect.png") no-repeat;
}

span.ex-reserveLv1.graphConst {
  background: #ffd200 url("../images/icon/ex_dashed.png") no-repeat;
}

span.ex-reserveLv2.graphConst {
  background: #45cbe3 url("../images/icon/ex_dashed.png") no-repeat;
}

span.ex-reserveLv3.graphConst {
  background: #2d9843 url("../images/icon/ex_dashed.png") no-repeat;
}

span.ex-reserveLv5.graphConst {
  background: #fa9f00 url("../images/icon/ex_dashed.png") no-repeat;
}

span.ex-reserveLv6.graphConst {
  background: #e91e00 url("../images/icon/ex_dashed.png") no-repeat;
}

span.ex-reserveLv7.graphConst {
  background: #6b38c2 url("../images/icon/ex_dashed.png") no-repeat;
}

/* ---------------------------排水機場 */
/* ポンプSV [0:OFF 1:ON] */
.pompSv0, .colorLbl.ex-pompSv0:before, .explainBox span.ex-pompSv0 {
  background: #2d9843;
  color: #ffffff;
}

.pompSv1, .colorLbl.ex-pompSv1:before, .explainBox span.ex-pompSv1 {
  background: #e91e00;
  color: #ffffff;
}

/* --------------------------- */
/* 風速 */
span.ex-over, td.over {
  background: #e91e00;
  color: #ffffff;
}

dd.over, dd.wind20over {
  background: #e91e00;
  color: #ffffff;
}

/*=======================
	ポップアップモーダル
  =======================*/
/* モーダルのガワ */
/* 基本のモーダルパネル */
.white-popup {
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 8px;
  background: #f5f5f5;
  width: 700px;
}

.white-popup .popupHeader h4 {
  width: 700px;
}

/*地域選択用ミドル*/
/*必要行動追加で幅400→780変更*/
.white-popupM {
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 8px;
  background: #f5f5f5;
  width: 780px;
}

.white-popupM .popupHeader h4 {
  width: 780px;
}

.popupContents {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.popupContents .popupL, .popupContents .popupR {
  width: 390px;
}

/*地域選択用ミドル市町サイズ*/
.white-popupM2 {
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 8px;
  background: #f5f5f5;
  width: 400px;
  height: 310px;
}

.white-popupM2 .popupHeader h4 {
  width: 400px;
}

/*市町村向け用（.dispSettingCity）*/
.dispSettingCity.white-popupM2 {
  width: 560px;
  height: 440px;
}

.dispSettingCity.white-popupM2 .popupHeader h4 {
  width: 560px;
}

/*確認メッセージ用スモール*/
.white-popupS {
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 8px;
  background: #f5f5f5;
  width: 400px;
  height: 250px;
}

.white-popupS .popupHeader h4 {
  width: 400px;
}

/* --------------- 見出し */
.popupHeader {
  position: relative;
}

.popupHeader h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  word-wrap: break-word;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 16px;
  letter-spacing: 1px;
}

.popupHeader h4:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 18px;
}

.popupHeader h4:before {
  background-color: #0673df;
}

.popupHeader h4:before {
  position: absolute;
  top: 3px;
  left: 15px;
}

.popupHeader .reloadBtn {
  position: absolute;
  top: 2px;
  right: 16px;
}

.popupHeader .headerInfo {
  margin: 0 16px;
  font-size: 14px;
  line-height: 1.4;
}

/* --------------- スクロールあり */
.white-popup .scrollBox {
  max-height: 460px;
  overflow-y: auto;
}

.popupFooter {
  text-align: center;
  position: static;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popupFooter *:not(:first-child) {
  margin-left: 4px;
}

.popupFooter .mfp-close {
  position: relative;
  width: 77px;
  height: 23px;
  line-height: normal;
  font-size: 12px;
  vertical-align: middle;
  padding: 0;
  color: inherit;
}

.popupFooter input[type='button'] {
  margin-top: 8px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.mfp-close-btn-in .mfp-close {
  color: inherit;
  opacity: 1;
}

/* --------------- 個別style＠局選択モーダル */
/*局選択モーダルの選択ボタン*/
[id='pointSelectPopup'] .pointSelect {
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
  width: 72px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -12px;
  line-height: 2;
}

[id='pointSelectPopup'] .pointSelect.is-disabled {
  cursor: default;
}

[id='pointSelectPopup'] .pointSelect:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

[id='pointSelectPopup'] .pointSelect.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}

[id='pointSelectPopup'] .pointSelect.is-selected {
  background: linear-gradient(#03396f 10%, #0453a1 100%);
  box-shadow: inset 0 -1px 0 #056dd3;
  color: #ffffff;
}

[id='pointSelectPopup'] .scrollBox {
  max-height: 480px;
  height: 480px;
}

/* --------------- 個別style＠事務所選択モーダル */
.white-popupM .scrollBox, .white-popupM2 .scrollBox {
  max-height: 240px;
  overflow-y: auto;
}

/*市町村向け */
.dispSettingCity.white-popupM2 .scrollBox {
  padding-bottom: 2px;
  margin-bottom: 10px;
}

/* --------------- 事務所選択popup */
/* 説明文 */
[id='officePopup'] h5 {
  padding-left: 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
}

[id='officePopup'] h5:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 16px;
}

[id='officePopup'] h5:before {
  background-color: #4c99e6;
}

/* --------------- 事務所選択確認popup */
/* 確認文 */
[id='officeSelectPopup'] .officePopup p {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* --------------- 必要行動popup */
[id='actionPopup'] .actionPopup {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
}

[id='actionPopup'] .actPopupTbl tr {
  background: transparent;
}

[id='actionPopup'] .actPopupTbl td {
  height: 30px;
  text-align: baseline;
  vertical-align: baseline;
}

/*=======================
	カレンダー用のモーダル
  =======================*/
.iframe-contents {
  border-radius: 10px;
  padding: 5px;
  background-color: #f5f5f5;
}

.iframe-overlay {
  min-height: 100%;
}

/*=======================
	エラー画面
  =======================*/
.errContents h2 {
  color: #232323;
  margin: 20px 0px 0px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.errContents ul {
  margin-top: 15px;
  margin-left: 40px;
}

.errContents li {
  color: #232323;
  font-size: 16px;
  line-height: 24px;
}

.errContents a {
  margin: 8px 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #1c3349;
}

.errContents a: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;
}

.errContents a:before {
  background-color: #0453a1;
}

/*=======================
	ログイン画面
  =======================*/
.loginBoxWrapper {
  position: relative;
  width: 100%;
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginBox {
  padding: 8px;
  position: relative;
  width: 400px;
  height: 320px;
  text-align: center;
  border: 1px solid #a2bfdc;
}

.loginBox p {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.loginBox .loginSystem {
  margin-top: 0;
  font-size: 18px;
  line-height: 40px;
  width: 100%;
}

.loginBox .loginTitle {
  width: 200px;
  text-align: left;
  font-size: 16px;
  line-height: 48px;
}

.loginBox .loginTitle:before {
  content: "";
  background: url(../images/common/icon_Lock.png) no-repeat 50% 6px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}

.loginBox .inputArea {
  width: 100%;
  height: 160px;
  text-align: center;
}

.loginBox .inputArea input[type="text"], .loginBox .inputArea input[type="password"] {
  width: 200px;
  float: right;
  border: 1px solid #a7a7a7;
  background: #ffffff;
  padding: 2px 4px;
  border-radius: 2px;
}

.loginBox label {
  font-size: 15px;
  line-height: 20px;
}

.loginBox .funcBtnBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginBox .funcBtnBox .funcBtn {
  min-width: 84px;
  min-height: 26px;
  margin: 0 10px;
}

.loginBox .loginSystem {
  background-color: #d4d8dc;
  border-bottom: 4px solid #0453a1;
}

.loginBox .loginTitle:before {
  background-color: #0453a1;
}

.loginBox .funcBtnBox {
  border-top: 1px solid #a5ccf2;
  background-color: #d2e5f9;
}

/* モード切り替えボタン(ラジオボタン) */
.mode_items {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.mode_items .mode_item label {
  border: 3px solid #e5e5e5;
  background-color: #f2f2f2;
  padding-right: 8px;
  vertical-align: middle;
  height: 32px;
  display: flex;
  line-height: normal;
  align-items: center;
  border-radius: 4px;
  box-sizing: content-box;
}

.mode_items .mode_item label:before {
  left: 4px;
}

.mode_items .mode_item input:checked + label:after {
  left: 7px;
  top: 12px;
}

.mode_items .mode_normal input:checked + label {
  /* 通常運用モード */
  border-color: #0453a1;
  background-color: #b2d2f2;
}

.mode_items .mode_suibou input:checked + label {
  /* 水防訓練モード */
  border-color: #e8ae00;
  background-color: #f3e0a8;
}

.mode_items .mode_sousa input:checked + label {
  /* 操作演習モード */
  border-color: #6fb71d;
  background-color: #eaf4df;
}

/* 発表時刻ラベル */
.issue-time {
  position: absolute;
  top: 8px;
  line-height: 1.6;
}

.issue-time.left {
  left: 4px;
}

.issue-time.right {
  right: 4px;
}

.issue-time a {
  margin-left: 16px;
  text-decoration: underline;
}

/*=======================
	ロード中表示
  =======================*/
.loaderBox {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.loaderBox .loader {
  color: #0453a1;
  margin: 40% auto;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation: load 1.8s infinite ease-in-out;
          animation: load 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader:after {
  left: 2.5em;
}

@-webkit-keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

body > .loaderBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 100vh;
}

body > .loaderBox .loader {
  margin: 50vh auto;
  z-index: 100;
}

body > .loaderBox .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 70px;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  line-height: 1.4rem;
  background-color: #ffffff;
  border-radius: 5px;
}
