@charset "UTF-8";
/**
 * 公開PC 上書き用CSS
 */
/* ------------------
	ヘッダー
 ------------------- */
.header {
  border-bottom: solid 1px #C4CAD9;
  background: #2649AB linear-gradient(#2649AB, #2649AB);
}
.header_item.title [id=system_name] {
  color: #ffffff;
}

/* ------------------
	グロナビ
 ------------------- */
.globalNav_item {
  color: #ffffff;
  min-width: 100px;
  width: auto;
}
.globalNav_item > .item_label:before {
  color: transparent;
  border: 3px solid transparent;
  border-left: 5px solid;
}
.globalNav_item > .item_label > span {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #C4CAD9;
}
.globalNav_item.is_current {
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  color: #313788;
}
.globalNav_item.is_current > .item_label > span {
  border-left: 1px solid #C4CAD9;
}
.globalNav_item.is_disabled {
  color: transparent;
}
.globalNav_item.is_disabled > .item_label:before {
  color: transparent;
}
.globalNav_item.has_subnav > .item_label:after {
  color: rgb(133.9587628866, 146.2680412371, 177.0412371134);
  border: 3px solid transparent;
  border-top: 5px solid;
}
.globalNav_item:first-child > .item_label > span {
  border-left: 1px solid #C4CAD9;
}
.globalNav_subnav {
  border: 1px solid #C4CAD9;
}
.globalNav .subnav-item:not(:last-child) {
  border-bottom: 1px solid #C4CAD9;
}

/* ------------------
	エリアメニュー
 ------------------- */
.asideMenu {
  background-color: #E6E6E6;
  border-right: 1px solid transparent;
}

.areaSelect-btn {
  border-bottom: 1px solid transparent;
  color: #313788;
}
.areaSelect-btn > li { /* 基本のツリー */
  border-top: 1px solid transparent;
  border-bottom: 1px solid #B9B9B9;
  text-decoration: none;
}
.areaSelect-btn > li a, .areaSelect-btn > li span {
  text-decoration: inherit;
}
.areaSelect-btn > li:first-child {
  border-top: none;
}
.areaSelect-btn > li:hover:not(.is-selected):not(.is-disabled) {
  background-color: #F5F5F5;
}
.areaSelect-btn > li.is-selected {
  background-color: #2649AB;
  color: #ffffff;
  text-decoration: none;
}
.areaSelect-btn > li.is-disabled {
  color: rgb(136.375, 136.375, 136.375);
  text-decoration: none;
}

/* ------------------
	時刻操作UI
 ------------------- */
.pagerBox .funcBtn {
  width: auto;
}

.timeChange li button {
  min-width: 76px;
  width: auto;
}
.timeChange li button[class*=back] {
  padding-left: 17px;
  padding-right: 4px;
}
.timeChange li button[class*=forward] {
  padding-right: 17px;
  padding-left: 4px;
}
.timeChange li button[class*=latest] {
  padding-right: 20px;
  padding-left: 3px;
}

.timeMode button {
  min-width: 40px;
  width: auto;
}

/* ------------------
	テロップ表示
 ------------------- */
.pageInfo.telopInfo {
  height: 30px;
  margin-bottom: -5px;
}
.pageInfo.telopInfo .telopBox {
  width: 100%;
  height: 22px;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #B9B9B9;
}
.pageInfo #telop {
  width: 100%;
  height: 22px;
}
.pageInfo #telop li {
  display: inline-block;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.pageInfo #telop li.blank {
  width: 1347px;
}