@charset "UTF-8";
/**
 * 島根県河川情報
 * ダム概略図画面 個別CSS
 */
/*=======================
  共通
  =======================*/
.column-box {
  padding: 8px 0;
}

.dataBox h4 {
  display: block;
  font-size: 12px;
  line-height: normal;
  width: 100%;
  font-size: 12px;
  line-height: normal;
}

.dataBox h4:before {
  content: "";
  display: inline-block;
  margin: 0 4px;
  width: 4px;
  height: 4px;
}

.dataBox h4:before {
  border: 3px solid #0673df;
}

/*=======================
  データ表
  =======================*/
.listbox .timelineTbl {
  width: 200px;
}

.listbox .timelineTbl .unitCol {
  border-left: none;
  border-left-width: 0;
  text-align: left;
}

.listbox.arrowbox {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.listbox.arrowbox .ex-stageList {
  width: 130px;
  margin-left: auto;
}

/*=======================
  グラフ部
  =======================*/
.graphbox {
  position: relative;
  width: 920px;
  display: flex;
  align-items: center;
  display: inline-flex;
}

.imagebox {
  position: relative;
}

.imagebox .graph-item-box {
  margin-top: 0;
  justify-content: flex-start;
  position: relative;
}

/* データ種別切り替え */
.kindbox {
  position: absolute;
  top: 0;
  left: 510px;
  z-index: 10;
}

.kindbox .kindSelect {
  display: flex;
  align-items: center;
  padding: 0 8px;
  width: auto;
  display: inline-flex;
  margin-top: -3px;
}

.kindbox .kindSelect li {
  margin: 4px 0;
  padding: 0 4px;
  min-width: auto;
  cursor: default;
}

.kindbox .kindSelect li.is-selected {
  padding: 0 2px;
}

.kindbox .kindSelect li a, .kindbox .kindSelect li span {
  padding: 3px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: inherit;
}

.kindbox .kindSelect li:not([class*='is-']) {
  text-decoration: underline;
  cursor: pointer;
}

.kindbox .kindSelect li {
  color: #1c3349;
  border-right: 1px solid #6a99c7;
}

.kindbox .kindSelect li:first-child {
  border-left: 1px solid #6a99c7;
}

.kindbox .kindSelect li.is-selected a, .kindbox .kindSelect li.is-selected span {
  background-color: #3f73a6;
  color: #ffffff;
}

.kindbox .kindSelect li.is-disabled {
  color: #aab2ba;
}

.kindbox .kindSelect li span, .kindbox .kindSelect li a {
  padding: 4px 8px;
}

.kindbox .kindSelect li:nth-of-type(2) {
  border-left: 1px solid #6a99c7;
}

/* グラフ */
.graph-image-box .hiddenGraph {
  background: #f2f2f2 url(../images/common/hidden_graph.png) center center no-repeat;
  width: 630px;
  height: 250px;
  margin: 11px 30px 39px 10px;
}

.graph-image-box .dam-image-parts {
  position: relative;
  width: 275px;
  height: 251px;
  margin-top: 10px;
  margin-left: -30px;
}

.graph-image-box .dam-image-parts .dam-river {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #69aef6;
  background: linear-gradient(0deg, #69aef6 0%, #9fd2f6 100%);
}

.graph-image-box .dam-image-parts .dam-wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 251px;
  background: #e7e7e7;
  border: solid 1px #a7a7a7;
  border-right: none;
}

.graph-image-box .dam-image-parts .dam-wall:before, .graph-image-box .dam-image-parts .dam-wall:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 46px solid transparent;
  border-bottom: 249px solid #e7e7e7;
}

.graph-image-box .dam-image-parts .dam-wall:before {
  border-bottom: 250px solid #a7a7a7;
  width: 1px;
}

.graph-image-box .dam-image-parts .dam-outflow {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 40px;
  height: 15px;
  margin-bottom: -15px;
  border-top: dotted 2px #232323;
  text-align: right;
  line-height: 1.4rem;
  width: 100px;
}

/*=======================
  矢印
  =======================*/
.arrow {
  display: inline-block;
  height: 15px;
  width: 60px;
  background-color: #5bc0de;
  position: relative;
  margin: 30px auto;
}

.arrow:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 33px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-top: 15px solid #5bc0de;
  border-right: 15px solid #5bc0de;
}
