@charset "UTF-8";
/**
 * 島根県河川情報
 * 表CSS
 */
/*=========================
	表
  =========================*/
/* -----------------------汎用 */
.list {
  width: 100%;
}

.list th {
  line-height: 1.4em;
  padding: 2px 0;
}

.list td {
  height: 23px;
}

.list.obsPointList td span {
  margin-left: 8px;
  line-height: 1.4em;
}

.list.obsPointList td.alignColC span {
  margin-left: 0;
}

.list.obsPointList tr.dataNameCol th {
  border-bottom: none;
  line-height: 1.2em;
}

.list.obsPointList tr.unitCol th {
  border-top: none;
  line-height: 1.0em;
}

.list.historyTbl tr td:first-child {
  text-align: right;
  padding-right: 5px;
}

.list.historyTbl span {
  margin-left: 5px;
}

.list.historyTbl td {
  height: 30px;
}

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

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

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

/*=========================
	現況表
	+ 右に凡例レイアウト +
  =========================*/
.currentTbl {
  width: 695px;
  margin: 0 165px 0 0;
}

.currentTbl th {
  /*line-height: 15px;*/
  line-height: 1.2em;
  padding: 2px 0;
}

.currentTbl td {
  height: 23px;
  text-align: right;
  padding-right: 5px;
}

.currentTbl td span {
  margin-right: 15px;
}

.currentTbl td a {
  float: left;
  margin-left: 10px;
}

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

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

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

/*=========================
	時系列表
	+ 下に凡例レイアウト +
  =========================*/
.timelineTbl {
  width: 100%;
}

.timelineTbl thead th {
  /*line-height: 15px;*/
  line-height: 1.2em;
  padding: 2px 0;
}

.timelineTbl thead tr.highCol th, .timelineTbl thead tr.highCol td {
  /*	height: 21px;*/
  line-height: 1.2em;
  padding: 3px 0;
}

.timelineTbl td {
  height: 16px;
  text-align: right;
  padding-right: 5px;
}

.timelineTbl tr td:first-child {
  padding-right: 8px;
}

.timelineTbl thead tr.odd th, .timelineTbl thead tr.even th {
  background: transparent;
}

.timelineTbl thead td {
  text-align: center;
}

.timelineTbl.stage td {
  padding-right: 0px;
}

.timelineTbl.current td {
  height: 23px;
}

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

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

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

/*=========================
	ダム諸元表
  =========================*/
.damItemTbl {
  display: inline-block;
}

.damItemTbl th {
  height: 23px;
  line-height: 1.2em;
  padding: 2px 0;
}

.damItemTbl td {
  height: 23px;
  text-align: right;
  padding-right: 5px;
}

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

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

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

/*=========================
	局選択モーダル 表
  =========================*/
.pointSelectTbl {
  margin: 0 auto;
  width: 670px;
}

.pointSelectTbl th {
  position: relative;
  text-align: left;
  line-height: 2.5em;
  text-indent: 25px;
  letter-spacing: 0.2em;
}

.pointSelectTbl td {
  height: 22px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 5px 0px;
  width: 110px;
  cursor: default;
}

.pointSelectTbl td a {
  text-decoration: underline;
  cursor: pointer;
  line-height: 22px;
}

.pointSelectTbl td .pointSelectLabel.is-selected {
  display: block;
  line-height: 22px;
  margin: 0 4px;
}

.pointSelectTbl div.pointList {
  width: 575px;
  margin: 5px 0px 5px 85px;
  text-align: left;
}

.pointSelectTbl div.pointList span {
  display: inline-block;
  line-height: 20px;
}

.pointSelectTbl div.pointList span:before {
  content: "、";
}

.pointSelectTbl div.pointList span:first-child:before {
  content: "";
}

.pointSelectTbl th {
  background-color: #0453a1;
  color: #ffffff;
}

.pointSelectTbl td {
  border: 1px solid #a2bfdc;
}

.pointSelectTbl td a {
  color: #1c3349;
}

.pointSelectTbl td .pointSelectLabel.is-selected {
  background-color: #e5f2fe;
  color: #1c3349;
}

/* 複数局の場合の選択中表示 */
/*=========================
	共通 Option
  =========================*/
td.alignColL {
  text-align: left;
  padding: 0;
}

td.alignColL span {
  margin-left: 10px;
}

td.alignColC {
  text-align: center;
  padding: 0;
}

td.alignColC span {
  margin-left: 0;
}

td.alignColR {
  text-align: right;
  padding-right: 5px;
}

.alignColR-tbl tbody td {
  text-align: right;
  padding-right: 5px;
}

/*=========================
		凡例
  =========================*/
/* base */
.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;
}
