<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.telemContents {
  position: relative;
  width: 1170px;
}

/* 画面タイトル */
.dataHeaderBox h2.pageTitle {
  margin-top: 5px;
}

/*=======================
	テーブル用
  =======================*/
.dataTbl .trend {
  display: inline-block;
  width: 12px;
  margin-left: 5px;
}

/*=======================
	データ修正画面用
  =======================*/
.timelineTbl [type='text'] {
  width: 100%;
  margin: 2px auto;
  padding: 1px 2px;
  height: 20px;
  text-align: right;
}

/*=======================
	グラフ
  =======================*/
/* 見出し - 観測局 ----------------------- */
.graph + table {
  margin-left: 20px;
}

.graph .graph-master-box {
  display: flex;
  flex-direction: row;
}

.graph .graph-master-box &gt; * {
  margin-right: 25px;
}

.graph .graph-image-box {
  display: flex;
}

.graph .graph-image-box .graphImg {
  position: relative;
  margin: 0 auto;
}

.graph .graph-image-box .graphImg .hiddenGraph {
  background: #d8d8d8 url("../../res/img//graph/hidden_graph.png") center center no-repeat;
}

.graph .graph-image-box .graph-item-box {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.graph .graph-image-box .rel-graph {
  min-height: 100px;
}

.graph .graph-image-box .rel-graph:empty {
  margin: 0;
}

.graph .graph-image-box .rel-graph:empty:after {
  content: "関連局はありません";
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}

.graph .graph-const-box {
  min-width: 100px;
  margin-left: 10px;
  height: 100%;
}

.graph .graph-const-box li {
  display: block;
  padding: 5px;
  font-size: 12px;
}

.graph .graph-const-box li:not(:last-child) {
  border-bottom: 1px solid #9ec0d5;
}

.graph .graph-const-box li span.unit {
  width: auto;
  height: auto;
  margin-left: 5px;
}

.graph .graph-data-box {
  width: auto;
  margin-left: 10px;
  height: 100%;
  border: 1px solid #9ec0d5;
}

.graph .graph-data-box li {
  display: block;
  font-size: 12px;
  padding: 5px;
}

.graph .graph-data-box li:not(:last-child) {
  padding-bottom: 0;
}

.graph .graph-data-box li.thCell {
  background-color: #bedef2;
  border-bottom: 1px solid #9ec0d5;
}

.graph .graph-data-box li.flexbox {
  display: flex;
  justify-content: space-between;
}

.graph .graph-data-box li &gt; span {
  display: inline-block;
  min-width: 100px;
  padding: 2.5px 5px;
}

.graph .graph-data-box li &gt; span + span {
  margin-left: 5px;
}

/*=======================
	凡例
  =======================*/
/* base */
.explainBox {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #9ec0d5;
}

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

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

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

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

.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: 25px;
}

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

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

.explainBox .example {
  margin-left: 25px;
  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: 25px;
}

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

.explainBox .dispLegend dd {
  color: #00375a;
}

/* 個別 */
.explainBox .telemMapLegend {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.explainBox .telemMapLegend dd {
  margin-left: 5px;
  min-width: 70px;
}

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

.explainBox .telemMapLegend img {
  height: 13px;
}

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

.explainBox .colorLegend dd {
  min-width: 85px;
}

/* 表内 定数凡例色ラベル */
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%;
}

/* ---------------------------- 共通 */
/* システム状態：異常 */
.is-error {
  background-color: #e91e00;
  color: #ffffff;
}

/* 欠測 */
.missing, span.missing:before, .explainBox span.ex-missing {
  background-color: #828282;
  color: #ffffff;
}

/* グラフ凡例や見出し */
span[class^="ex-"] {
  /* 折れ線グラフ */
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

span[class^="ex-rainBar"] {
  /* 10分・時間雨量は棒グラフ */
  width: 6px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 5px;
  vertical-align: middle;
}

span[class^="ex-wdirection"] {
  /* 風向グラフ */
  width: 16px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 5px;
  vertical-align: middle;
  background-position: center;
}

/* 凡例ボックス内のグラフ凡例 */
.colorLegend .gra span[class^="ex-"] {
  /* 折れ線グラフ */
  width: 18px;
  margin-right: 0;
}

.colorLegend .gra span[class^="ex-rainBar"] {
  /* 10分・時間雨量棒グラフ */
  margin-right: 0;
  margin-left: 0;
  width: 6px;
}

.colorLegend .gra span[class^="ex-wdirection"] {
  /* 風向グラフ */
  height: 20px;
}

/* ---------------------------雨量 */
.rainfallLv0, .colorLbl.ex-rainfallLv0:before, .explainBox span.ex-rainfallLv0 {
  background-color: transparent;
  color: #232323;
}

.explainBox span.ex-rainfallLv0 {
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
}

.rainfallLv1, .colorLbl.ex-rainfallLv1:before, .explainBox span.ex-rainfallLv1 {
  background-color: #66CCFF;
  color: #232323;
}

.rainfallLv2, .colorLbl.ex-rainfallLv2:before, .explainBox span.ex-rainfallLv2 {
  background-color: #F2E700;
  color: #232323;
}

.rainfallLv3, .colorLbl.ex-rainfallLv3:before, .explainBox span.ex-rainfallLv3 {
  background-color: #FF2800;
  color: #ffffff;
}

/* ---------------------------水位・流量 */
.stageLv0, .colorLbl.ex-stageLv0:before, .explainBox span.ex-stageLv0 {
  background-color: transparent;
  color: #232323;
}

.explainBox span.ex-stageLv0 {
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
}

.stageLv1, .colorLbl.ex-stageLv1:before, .explainBox span.ex-stageLv1 {
  background-color: #17A86B;
  color: #ffffff;
}

.stageLv2, .colorLbl.ex-stageLv2:before, .explainBox span.ex-stageLv2 {
  background-color: #F2E700;
  color: #232323;
}

.stageLv3, .colorLbl.ex-stageLv3:before, .explainBox span.ex-stageLv3 {
  background-color: #FF2800;
  color: #ffffff;
}

.stageLv4, .colorLbl.ex-stageLv4:before, .explainBox span.ex-stageLv4 {
  background-color: #AA00AA;
  color: #ffffff;
}

.stageLv8, .colorLbl.ex-stageLv8:before, .explainBox span.ex-stageLv8 {
  background-color: #140014;
  color: #ffffff;
}

/* ---------------------------グラフ凡例 */
span.ex-rainBar {
  background-color: #4092bc;
}

span.ex-rainSum {
  background-color: #222222;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-stage {
  background-color: #397CBB;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-flow {
  background-color: #00EA6A;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-stageAlert {
  background-color: inherit;
  background-image: url("../../res/img/graph/ex_dashed.png");
  background-repeat: no-repeat;
}

span.ex-temp {
  background-color: #1807EF;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-rTemp {
  background-color: #02CCEE;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-wspeed {
  background-color: #595BB7;
  background-image: url("../../res/img/graph/ex_solid-circle.png");
  background-repeat: no-repeat;
}

span.ex-wdirection {
  background-color: inherit;
  background-image: url("../../res/img/graph/ex-wdirection.png");
  background-repeat: no-repeat;
}

span.ex-wdirectionNone {
  background-color: inherit;
  background-image: url("../../res/img/graph/ex-wdirectionNone.png");
  background-repeat: no-repeat;
}

/*=======================
	局選択モーダル
  =======================*/
[id='pointSelectPopup'] {
  width: 700px;
}

[id='pointSelectPopup'] table.pointSelectTbl th {
  text-indent: 5px;
  letter-spacing: 0.2em;
  background-color: #006cb1;
  color: #ffffff;
}

[id='pointSelectPopup'] table.pointSelectTbl td {
  line-height: 1;
  position: relative;
  cursor: default;
}

[id='pointSelectPopup'] table.pointSelectTbl td a {
  text-decoration: underline;
  cursor: pointer;
  line-height: 22px;
}

[id='pointSelectPopup'] table.pointSelectTbl td .pointSelectLabel.is-selected {
  display: block;
  line-height: 22px;
  background-color: #bedef2;
  color: #001e32;
}

[id='pointSelectPopup'] table.pointSelectTbl div.pointList {
  margin: 5px 0px 5px 85px;
  text-align: left;
}

[id='pointSelectPopup'] table.pointSelectTbl div.pointList span {
  display: inline-block;
  line-height: 20px;
}

[id='pointSelectPopup'] table.pointSelectTbl div.pointList span:after {
  content: "、";
}

[id='pointSelectPopup'] table.pointSelectTbl div.pointList span:last-child:after {
  content: "";
}

[id='pointSelectPopup'] .pointSelect {
  height: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  line-height: 2;
}
</pre></body></html>