@charset "UTF-8";
/* ------------------
 reset style
 ------------------- */
/* --------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: 12px;
}

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;
}

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;
}

* {
  box-sizing: border-box;
}

a {
  color: #313788;
  text-decoration: underline;
  cursor: pointer;
}
a:hover:not(.js-open-popup) {
  opacity: 0.7;
}

hr {
  border: none;
  border-top: solid 1px #B9B9B9;
}

/* ------------------
 base setting
 ------------------- */
body {
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
  background-color: #F5F5F5;
}

.flexbox {
  display: flex;
}
.flexbox.ai-c {
  align-items: center;
}
.flexbox.ai-e {
  align-items: flex-end;
}
.flexbox.jc-c {
  justify-content: center;
}
.flexbox.jc-sa {
  justify-content: space-around;
}
.flexbox.jc-sb {
  justify-content: space-between;
}
.flexbox.fw-w {
  flex-wrap: wrap;
}
.flexbox.dir-column {
  flex-direction: column;
}
.flexbox .ai-right {
  margin-left: auto;
}

/* text align */
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.valignT {
  vertical-align: top;
}

.valignB {
  vertical-align: bottom;
}

.bindBeforeHide {
  visibility: hidden;
}

.hideBindData {
  display: none;
}

.contentsKindHideItem {
  display: none !important;
}

/* ------------------
 header style
 ------------------- */
/* ヘッダの基本レイアウト */
.header {
  position: relative;
  z-index: 3;
  width: 1347px;
  margin: 0 auto;
  height: 32px;
  padding: 0;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: solid 1px #C4CAD9;
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  min-width: 1347px;
}
.header_box {
  display: flex;
  width: 1347px;
  min-width: 1347px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.header_items {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
}
.header_item {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.header_item.title {
  width: auto;
  min-width: 170px;
  display: inline-flex;
}
.header_item.title [id=system_name] {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.header_item.title [id=system_name] img {
  max-height: 28px;
  margin-right: 3px;
}
.header [type=button].helpBtn {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../../res/img/common/icon_help.png");
  background-position: center;
  vertical-align: middle;
  min-width: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.header [type=button].helpBtn:hover {
  opacity: 0.7;
}

/* Global Navigation */
.globalNav {
  position: relative;
  width: auto;
  height: 32px;
  font-size: 12px;
  padding-right: 5px;
}
.globalNav_items {
  position: relative;
  height: 100%;
  padding: 0;
  width: 1347px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  width: auto;
}
.globalNav_item {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  color: #313788;
  margin-left: -1px;
}
.globalNav_item > .item_label {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1.2;
  padding: 0 0;
}
.globalNav_item > .item_label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  color: transparent;
  margin-top: -2.5px;
  border: 3px solid transparent;
  border-left: 5px solid;
  display: none;
}
.globalNav_item > .item_label > span {
  display: inline-flex;
  width: 100%;
  height: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #C4CAD9;
  box-sizing: content-box;
  margin: 0 -1px;
}
.globalNav_item.is_current {
  background: #2649AB linear-gradient(#2649AB, #2649AB);
  color: #ffffff;
  pointer-events: none;
}
.globalNav_item.is_current > .item_label > span {
  border-left: 1px solid #C4CAD9;
}
.globalNav_item.is_disabled {
  color: transparent;
  pointer-events: none;
}
.globalNav_item.is_disabled > .item_label:before {
  color: transparent;
}
.globalNav_item.has_subnav > .item_label:after {
  position: relative;
  content: "";
  color: rgb(133.9587628866, 146.2680412371, 177.0412371134);
  margin-left: 5px;
  border: 3px solid transparent;
  border-top: 5px solid;
}
.globalNav_item:first-child > .item_label > span {
  border-left: 1px solid #C4CAD9;
}
.globalNav_subnav {
  position: absolute;
  top: 37px;
  left: 0;
  width: 120%;
  border: 1px solid #C4CAD9;
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  padding: 5px;
  padding-bottom: 0;
}
.globalNav .subnav-item {
  padding: 5px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.globalNav .subnav-item:not(:last-child) {
  border-bottom: 1px solid #C4CAD9;
}
.globalNav .subnav-item > .item_label {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
.globalNav .subnav-item > .item_label:hover {
  transition: background-color 0.2s;
  background-color: rgb(224.9536363636, 228.6622488038, 239.0463636364);
  opacity: 1;
}
.globalNav #saboWebLink {
  width: 120px;
  background-color: #CB9375;
  color: #ffffff;
}

/* ------------------
 main content base style
 ------------------- */
/* contents area */
[id=mainContainer] {
  position: relative;
  width: 1347px;
  margin: 0 auto;
  padding: 0;
}
[id=mainContainer] .contents {
  background-color: #ffffff;
}
[id=mainContainer] .column2Box {
  width: 50%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
[id=mainContainer] .column2Box:not(:first-child) {
  margin-left: 20px;
}
[id=mainContainer] .borderBox {
  background-color: #ffffff;
  border: 1px solid rgb(199.4509090909, 200.4767464115, 203.3490909091);
  padding: 5px;
}
[id=mainContainer] .mainContents {
  position: relative;
  width: 1347px;
  min-height: 590px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
[id=mainContainer] .asideMenu + .mainContents {
  width: 1227px;
}
[id=mainContainer] .dataHeaderBox {
  position: relative;
  padding-bottom: 10px;
}
[id=mainContainer] .dataHeaderBox .borderBtm {
  border-bottom: solid 1px #93A2CC;
}
[id=mainContainer] .dataHeaderBox {
  /* 画面タイトル */
}
[id=mainContainer] .dataHeaderBox h2.pageTitle, [id=mainContainer] .dataHeaderBox .pagerBox {
  margin-top: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
[id=mainContainer] .dataHeaderBox h2.pageTitle {
  font-weight: bold;
}

.header + [id=mainContainer] .contents {
  margin-top: 10px;
  padding-top: 10px;
}

[id=iframeContents] {
  width: 100%;
  height: 100%;
}
[id=iframeContents] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pageInfoContainer {
  position: relative;
  z-index: 2;
  justify-content: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.pageInfoContainer .pageInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1347px;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* observation time */
.dataTime {
  height: 27px;
  line-height: 27px;
}
.dataTime span {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
}
.dataTime span {
  visibility: hidden;
}
.dataTime span.show {
  visibility: visible;
}
.dataTime [type=button].reload {
  height: 24px;
  min-width: 64px;
  width: auto;
  margin-left: 15px;
}
.dataTime [type=button].reload:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("../../res/img/common/icon_reload.png");
  background-position: center;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
.dataTime [type=button].reload:hover:before {
  opacity: 0.7;
}

/* 緊急新着 */
.alartNews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
}
.alartNews .newsLabel {
  width: auto;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  padding-right: 10px;
  background-color: #CFCFCF;
  border: solid 1px #BEBEBE;
  color: #000000;
}
.alartNews .newsLabel:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("../../res/img/common/icon_info_alert.png") no-repeat center;
  margin-top: -1px;
  opacity: 0.35;
}
.alartNews .alartItem {
  display: none;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #2649AB;
  color: #ffffff;
}
.alartNews .alartItem.no-link {
  pointer-events: none;
}
.alartNews .alartItem:hover {
  cursor: pointer;
  opacity: 0.7;
}
.alartNews .alartMsg {
  width: auto;
  margin: 0 10px;
  color: #000000;
}
.alartNews .alartMsg.on {
  display: none;
}
.alartNews .alartMsg.off {
  display: block;
}
.alartNews.onAlart .newsLabel {
  background-color: #D63838;
  border: solid 1px #D63838;
  color: #ffffff;
  font-weight: bold;
}
.alartNews.onAlart .newsLabel:before {
  opacity: 1;
}
.alartNews.onAlart .alartItem.on {
  display: block;
}
.alartNews.onAlart .alartMsg {
  color: #D63838;
}
.alartNews.onAlart .alartMsg.on {
  display: block;
}
.alartNews.onAlart .alartMsg.off {
  display: none;
}
.alartNews {
  visibility: hidden;
}
.alartNews.show {
  visibility: visible;
}
.alartNews .alartItem.suibou {
  background-color: #ffffff;
  border: solid 1px #2649AB;
  color: #D63838;
}

[type=button].delete .icon-delete {
  position: relative;
  margin-right: 2.5px;
  border: 1px solid rgb(14.8181818182, 28.466507177, 66.6818181818);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
[type=button].delete .icon-delete:before, [type=button].delete .icon-delete:after {
  display: inline-block;
  content: "";
  background-color: rgb(14.8181818182, 28.466507177, 66.6818181818);
  width: 2px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 6px;
}
[type=button].delete .icon-delete:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[type=button].delete .icon-delete:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[type=button].delete:hover .icon-delete {
  border: 1px solid rgb(14.8181818182, 28.466507177, 66.6818181818);
}
[type=button].delete:hover .icon-delete:before, [type=button].delete:hover .icon-delete:after {
  background-color: rgb(14.8181818182, 28.466507177, 66.6818181818);
}

[type=button].close {
  border: none;
  background: none;
  min-width: 0;
  display: inline-block;
  background: url("../../res/img/common/icon_close01.png") 0 1px no-repeat;
  height: 20px;
  width: 20px;
  font-size: 0;
}
[type=button].close:hover {
  background: none;
  background: url("../../res/img/common/icon_close01.png") 0 1px no-repeat;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
[type=button].close {
  position: absolute;
  top: 3px;
  right: 5px;
}

/* each page contents */
.pageContents {
  position: relative;
}

/* form element style */
/*=======================
	form要素の最低限のstyle指定
  =======================*/
[type=button], [type=submit], button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
}

[type=text], [type=password], textarea, select {
  margin: 0 2px;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  padding: 1px 2px;
}
[type=text].year, [type=password].year, textarea.year, select.year {
  width: 80px;
}
[type=text].mdhm, [type=password].mdhm, textarea.mdhm, select.mdhm {
  width: 60px;
}

textarea {
  resize: vertical;
}

select {
  padding: 1px 0;
}
select:hover {
  cursor: pointer;
}
select:disabled {
  pointer-events: none;
}

[type=radio] ~ *:hover, [type=checkbox] ~ *:hover {
  cursor: pointer;
  opacity: 0.7;
  color: #2649AB;
}
[type=radio]:disabled ~ *, [type=checkbox]:disabled ~ * {
  pointer-events: none;
  color: rgb(136.375, 136.375, 136.375);
}

[type=radio] {
  margin-top: -1px;
}

button, [type=button], [type=submit] {
  padding: 0 4px;
  height: 20px;
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  border: 1px solid #2649AB;
  color: #313788;
  text-align: center;
  border-radius: 2px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
}
button:hover, [type=button]:hover, [type=submit]:hover {
  cursor: pointer;
  background: #ffffff linear-gradient(#ffffff 50%, #ffffff);
  color: #5B7FE5;
  border-color: #7291E5;
}
button.is-selected, [type=button].is-selected, [type=submit].is-selected {
  cursor: default;
  background: #275AEB linear-gradient(#275AEB 50%, #275AEB);
  color: #ffffff;
  border-color: #2649AB;
  pointer-events: none;
}
button:disabled, button.is-disabled, [type=button]:disabled, [type=button].is-disabled, [type=submit]:disabled, [type=submit].is-disabled {
  cursor: default;
  background: none;
  background: #E5E5E5;
  border-color: #D5D5D5;
  color: rgba(101, 101, 101, 0.95);
  pointer-events: none;
}
button.strong, [type=button].strong, [type=submit].strong {
  font-weight: bold;
  background: #2649AB;
  border: none;
  color: #ffffff;
}
button.strong:hover, [type=button].strong:hover, [type=submit].strong:hover {
  cursor: pointer;
  background: #9AB0EC;
}
button.strong.is-selected, [type=button].strong.is-selected, [type=submit].strong.is-selected {
  cursor: default;
  background: #1C3680;
}
button.strong:disabled, button.strong.is-disabled, [type=button].strong:disabled, [type=button].strong.is-disabled, [type=submit].strong:disabled, [type=submit].strong.is-disabled {
  cursor: default;
  background: #E5E5E5;
  color: rgba(101, 101, 101, 0.95);
  pointer-events: none;
}
button.bigger, [type=button].bigger, [type=submit].bigger {
  height: 64px;
  font-size: 15px;
  width: 215px;
  margin: 10px;
}
button.button_action, [type=button].button_action, [type=submit].button_action {
  height: 32px;
  line-height: 2;
  margin: 0 5px;
}

.pageTitle {
  margin-top: 10px;
  font-size: 14px;
}
.pageTitle:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #275AEB url("../../res/img/common/icon_title.png") no-repeat center;
  margin-right: 5px;
}

.contentsTitle {
  margin-bottom: 5px;
}
.contentsTitle:not(:first-child) {
  margin-top: 10px;
}
.contentsTitle h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
  color: #000000;
  background-color: rgb(224.9536363636, 228.6622488038, 239.0463636364);
  border-bottom: 4px solid #2649AB;
}
.contentsTitle h3 {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 14px;
}
.contentsTitle h3:before {
  margin-right: 10px;
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 20px;
  background-color: #275AEB;
  vertical-align: text-top;
}
.contentsTitle h4:before {
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #275AEB;
  box-sizing: border-box;
}
.contentsTitle h5 {
  font-size: 12px;
}
.contentsTitle h5:before {
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #275AEB;
}
.contentsTitle h6 {
  font-size: 12px;
}
.contentsTitle h6:before {
  margin-right: 5px;
  vertical-align: baseline;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #275AEB;
  box-sizing: border-box;
}
.contentsTitle p {
  font-weight: bold;
}

.lblCap {
  color: rgb(14.8181818182, 28.466507177, 66.6818181818);
  font-weight: bold;
}

/*=======================
	汎用操作部品
  =======================*/
.treeBox ul ul {
  padding-left: 25px;
  margin-bottom: 5px;
}
.treeBox :not(.open) > li {
  display: none;
}
.treeBox ul.flexbox li {
  margin-right: 15px;
}
.treeBox .accordion:not(:first-child) {
  margin-top: 10px;
}
.treeBox .accordion .navi {
  display: block;
}
.treeBox .accordion .navi:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  background: url("../../res/img/common/plus01.gif") no-repeat center;
}
.treeBox .accordion .navi:hover {
  cursor: pointer;
  color: rgb(68.5413409091, 105.5853720096, 209.3086590909);
}
.treeBox .accordion .contents {
  display: none;
}
.treeBox .accordion.open .navi:before {
  background-image: url("../../res/img/common/minus01.gif");
}
.treeBox .accordion.open .contents {
  display: block;
}
.treeBox .accordion.open table.contents {
  display: table;
}

.dispMenuBox {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dispMenuBox .tabSelect {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  box-sizing: content-box;
  padding: 0 10px;
}
.dispMenuBox .tabSelect li {
  padding: 0 4px;
  cursor: default;
}
.dispMenuBox .tabSelect li a, .dispMenuBox .tabSelect li span {
  padding: 0 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.dispMenuBox .tabSelect li a:hover, .dispMenuBox .tabSelect li span:hover {
  opacity: 0.7;
}
.dispMenuBox .tabSelect li.is-selected a, .dispMenuBox .tabSelect li.is-selected span, .dispMenuBox .tabSelect li.is-disabled a, .dispMenuBox .tabSelect li.is-disabled span {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.dispMenuBox .tabSelect li.is-disabled a, .dispMenuBox .tabSelect li.is-disabled span {
  color: rgb(136.375, 136.375, 136.375);
  text-decoration: none;
}
.dispMenuBox .dispSelect {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  box-sizing: content-box;
  padding: 0 10px;
}
.dispMenuBox .dispSelect li {
  padding: 0 4px;
  cursor: default;
}
.dispMenuBox .dispSelect li a, .dispMenuBox .dispSelect li span {
  padding: 0 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.dispMenuBox .dispSelect li a:hover, .dispMenuBox .dispSelect li span:hover {
  opacity: 0.7;
}
.dispMenuBox .dispSelect li.is-selected a, .dispMenuBox .dispSelect li.is-selected span, .dispMenuBox .dispSelect li.is-disabled a, .dispMenuBox .dispSelect li.is-disabled span {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.dispMenuBox .dispSelect li.is-disabled a, .dispMenuBox .dispSelect li.is-disabled span {
  color: rgb(136.375, 136.375, 136.375);
  text-decoration: none;
}
.dispMenuBox .tabSelect {
  border-bottom: solid 2px #2649AB;
  background-color: #B3B6BF;
  align-items: flex-end;
}
.dispMenuBox .tabSelect li {
  min-width: 120px;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #313788;
  border-top: 1px solid hsl(0, 0%, 125%);
  margin-left: 1px;
}
.dispMenuBox .tabSelect li a, .dispMenuBox .tabSelect li span {
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  padding-top: 1px;
}
.dispMenuBox .tabSelect li:first-child {
  border-top-left-radius: 4px;
  margin-left: 0px;
  border-left: 1px solid hsl(0, 0%, 125%);
}
.dispMenuBox .tabSelect li:last-child {
  border-top-right-radius: 4px;
  border-right: 1px solid hsl(0, 0%, 125%);
}
.dispMenuBox .tabSelect li.is-selected {
  background-color: #2649AB;
  border-top: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
  color: #ffffff;
}
.dispMenuBox .tabSelect li.is-selected:first-child {
  border-left: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
}
.dispMenuBox .tabSelect li.is-selected:last-child {
  border-right: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
}
.dispMenuBox .tabSelect li.is-disabled {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dispMenuBox .dispSelect {
  padding-top: 1px;
  border-bottom: solid 1px #93A2CC;
}
.dispMenuBox .dispSelect li {
  min-width: 120px;
  color: #313788;
  border-right: 1px solid #D3DAEF;
}
.dispMenuBox .dispSelect li a, .dispMenuBox .dispSelect li span {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  text-decoration: none;
}
.dispMenuBox .dispSelect li:first-child {
  border-left: 1px solid #D3DAEF;
}
.dispMenuBox .dispSelect li.is-selected {
  padding: 0 1px;
}
.dispMenuBox .dispSelect li.is-selected a, .dispMenuBox .dispSelect li.is-selected span {
  background-color: #D3DAEF;
  color: #313788;
}

.dataHeaderBox .dispMenuBox .dispSelect {
  background-color: #ffffff;
}

.pagerBox {
  height: 32px;
  font-size: 11px;
}
.pagerBox .pages {
  padding-right: 2px;
  display: inline-block;
  min-width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  color: #313788;
}
.pagerBox .funcBtn {
  margin-right: 5px;
  width: 64px;
  min-width: 64px;
}
.pagerBox .prevPage, .pagerBox .nextPage {
  font-weight: bold;
  background: #2649AB;
  border: none;
  color: #ffffff;
}
.pagerBox .prevPage:hover, .pagerBox .nextPage:hover {
  cursor: pointer;
  background: #9AB0EC;
}
.pagerBox .prevPage.is-selected, .pagerBox .nextPage.is-selected {
  cursor: default;
  background: #1C3680;
}
.pagerBox .prevPage:disabled, .pagerBox .prevPage.is-disabled, .pagerBox .nextPage:disabled, .pagerBox .nextPage.is-disabled {
  cursor: default;
  background: #E5E5E5;
  color: rgba(101, 101, 101, 0.95);
  pointer-events: none;
}
.pagerBox .prevPage, .pagerBox .nextPage {
  position: relative;
  height: 20px;
  line-height: 20px;
  width: 24px;
  min-width: 0;
  font-size: 0;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.pagerBox .prevPage:before, .pagerBox .nextPage:before {
  position: absolute;
  content: "";
  top: 6px;
}
.pagerBox .prevPage, .pagerBox .nextPage {
  background: #C2CEEF;
  color: #2649AB;
}
.pagerBox .prevPage:hover, .pagerBox .nextPage:hover {
  background: #C2CEEF;
  color: #2649AB;
  opacity: 0.7;
}
.pagerBox .prevPage:disabled, .pagerBox .prevPage.is-disabled, .pagerBox .nextPage:disabled, .pagerBox .nextPage.is-disabled {
  background: #D5D5D5;
  color: rgba(101, 101, 101, 0.949);
}
.pagerBox .prevPage {
  padding-left: 10px;
}
.pagerBox .prevPage:before {
  left: 5px;
  border: 4px solid transparent;
  border-right: 6px solid;
}
.pagerBox .nextPage {
  padding-right: 10px;
}
.pagerBox .nextPage:before {
  right: 4px;
  border: 4px solid transparent;
  border-left: 6px solid;
}

.timeBox {
  background-color: #F5F7FE;
  border: solid 1px #93A2CC;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
}
.timeBox > *:not(:first-child):not(input) {
  border-left: 1px solid #C4CAD9;
}
.timeBox .caption {
  border: none;
  margin-right: 10px;
}
.timeBox ul {
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.timeSet {
  min-width: 175px;
  height: 20px;
  line-height: 20px;
}
.timeSet [type=button].calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("../../res/img/common/icon_calendar.png");
  background-position: center;
  vertical-align: middle;
}
.timeSet [type=button].calendar {
  position: relative;
  min-width: 0;
  transition: background 0.15s;
  vertical-align: middle;
  font-size: 0;
  height: 16px;
  width: 16px;
}
.timeSet [type=button].calendar:hover {
  opacity: 0.7;
}
.timeSet [type=button].calendar:disabled, .timeSet [type=button].calendar.is-disabled {
  cursor: default;
  pointer-events: none;
}
.timeSet [type=button].calendar {
  margin: -1px 10px 0 5px;
  background: none;
  border: none;
}
.timeSet [type=button].calendar:disabled:before, .timeSet [type=button].calendar.is-disabled:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
}
.timeSet .date-lbl.is-disabled {
  color: rgb(136.375, 136.375, 136.375);
}

.timeChange {
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 10px;
}
.timeChange li {
  width: auto;
  margin-left: -1px;
}
.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;
}
.timeChange li:not(:first-child):not(:last-child) button {
  border-radius: 0;
}
.timeChange li button {
  position: relative;
  height: 20px;
  padding: 0 4px;
  height: 20px;
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  border: 1px solid #2649AB;
  color: #313788;
  text-align: center;
  border-radius: 2px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
}
.timeChange li button:hover {
  cursor: pointer;
  background: #ffffff linear-gradient(#ffffff 50%, #ffffff);
  color: #5B7FE5;
  border-color: #7291E5;
}
.timeChange li button.is-selected {
  cursor: default;
  background: #275AEB linear-gradient(#275AEB 50%, #275AEB);
  color: #ffffff;
  border-color: #2649AB;
  pointer-events: none;
}
.timeChange li button:disabled, .timeChange li button.is-disabled {
  cursor: default;
  background: none;
  background: #E5E5E5;
  border-color: #D5D5D5;
  color: rgba(101, 101, 101, 0.95);
  pointer-events: none;
}
.timeChange li button {
  width: 74px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-color: #B9B9B9;
  color: #000000;
}
.timeChange li button:before, .timeChange li button:after {
  position: absolute;
  content: "";
  top: 4px;
  color: #275AEB;
}
.timeChange li button:hover {
  background: #ffffff;
  border-color: #7291E5;
  color: #5B7FE5;
}
.timeChange li button:hover:before, .timeChange li button:hover:after {
  color: #5B7FE5;
}
.timeChange li button:disabled, .timeChange li button.is-disabled {
  background: #E5E5E5;
  border-color: #B9B9B9;
  color: #B0B0B0;
  font-weight: normal;
}
.timeChange li button:disabled:before, .timeChange li button:disabled:after, .timeChange li button.is-disabled:before, .timeChange li button.is-disabled:after {
  color: #B0B0B0;
}
.timeChange li button[class*=back] {
  padding: 0 0 0 14px;
}
.timeChange li button[class*=back]:before {
  left: 0;
}
.timeChange li button[class*=forward] {
  padding: 0 14px 0 0;
}
.timeChange li button[class*=forward]:before {
  right: 0;
}
.timeChange li button[class*=latest] {
  padding: 0 10px 0 0;
}
.timeChange li button[class*=latest]:before {
  right: 5px;
}
.timeChange li button[class*=latest]:after {
  display: inline-block;
  height: 10px;
  right: 7px;
}
.timeChange li button.back01:before {
  border: 5px solid transparent;
  border-right: 8px solid;
}
.timeChange li button.back02:before {
  border: 5px solid transparent;
  border-right: 8px solid;
}
.timeChange li button.forward03:before {
  border: 5px solid transparent;
  border-left: 8px solid;
}
.timeChange li button.forward04:before {
  border: 5px solid transparent;
  border-left: 8px solid;
}
.timeChange li button.latest05:before {
  border: 5px solid transparent;
  border-left: 8px solid;
}
.timeChange li button.latest05:after {
  border-right: 2px solid #275AEB;
}
.timeChange li button.latest05:hover:after {
  border-color: #5B7FE5;
}
.timeChange li button.latest05:disabled:after, .timeChange li button.latest05.is-disabled:after {
  border-color: #B0B0B0;
}

.timeMode button {
  padding: 0 4px;
  height: 20px;
  background: #ffffff linear-gradient(#ffffff, #ffffff);
  border: 1px solid #2649AB;
  color: #313788;
  text-align: center;
  border-radius: 2px;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
}
.timeMode button:hover {
  cursor: pointer;
  background: #ffffff linear-gradient(#ffffff 50%, #ffffff);
  color: #5B7FE5;
  border-color: #7291E5;
}
.timeMode button.is-selected {
  cursor: default;
  background: #275AEB linear-gradient(#275AEB 50%, #275AEB);
  color: #ffffff;
  border-color: #2649AB;
  pointer-events: none;
}
.timeMode button:disabled, .timeMode button.is-disabled {
  cursor: default;
  background: none;
  background: #E5E5E5;
  border-color: #D5D5D5;
  color: rgba(101, 101, 101, 0.95);
  pointer-events: none;
}
.timeMode button {
  position: relative;
  width: 40px;
  min-width: 0;
  height: 20px;
  background: #ffffff;
  border-color: #B9B9B9;
  color: #000000;
}
.timeMode button:hover {
  background: #ffffff;
  border-color: #7291E5;
  color: #5B7FE5;
}
.timeMode button.is-selected {
  background: #275AEB;
  border-color: #275AEB;
  color: #ffffff;
}
.timeMode button:disabled, .timeMode button.is-disabled {
  background: #E5E5E5;
  border-color: #B9B9B9;
  color: #B0B0B0;
  font-weight: normal;
}
.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;
}

.tabMenu {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tabMenu .tabSelect {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  box-sizing: content-box;
  padding: 0 10px;
}
.tabMenu .tabSelect li {
  padding: 0 4px;
  cursor: default;
}
.tabMenu .tabSelect li a, .tabMenu .tabSelect li span {
  padding: 0 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.tabMenu .tabSelect li a:hover, .tabMenu .tabSelect li span:hover {
  opacity: 0.7;
}
.tabMenu .tabSelect li.is-selected a, .tabMenu .tabSelect li.is-selected span, .tabMenu .tabSelect li.is-disabled a, .tabMenu .tabSelect li.is-disabled span {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.tabMenu .tabSelect li.is-disabled a, .tabMenu .tabSelect li.is-disabled span {
  color: rgb(136.375, 136.375, 136.375);
  text-decoration: none;
}
.tabMenu .tabSelect {
  border-bottom: solid 2px #2649AB;
  background-color: transparent;
  align-items: flex-end;
}
.tabMenu .tabSelect li {
  min-width: 100px;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #313788;
  border-top: 1px solid rgb(191.25, 191.25, 191.25);
  border-left: 1px solid rgb(191.25, 191.25, 191.25);
}
.tabMenu .tabSelect li a, .tabMenu .tabSelect li span {
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  padding-top: 1px;
}
.tabMenu .tabSelect li:first-child {
  border-top-left-radius: 4px;
  margin-left: 0px;
  border-left: 1px solid rgb(191.25, 191.25, 191.25);
}
.tabMenu .tabSelect li:last-child {
  border-top-right-radius: 4px;
  border-right: 1px solid rgb(191.25, 191.25, 191.25);
}
.tabMenu .tabSelect li.is-selected {
  background-color: #2649AB;
  border-top: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
  color: #ffffff;
}
.tabMenu .tabSelect li.is-selected:first-child {
  border-left: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
}
.tabMenu .tabSelect li.is-selected:last-child {
  border-right: 1px solid rgb(50.4545454545, 92.3205741627, 209.5454545455);
}
.tabMenu .tabSelect li.is-disabled {
  background-color: rgb(234.6, 234.6, 234.6);
}
.tabMenu .tabSelect {
  padding: 0;
  border-bottom: none;
}

.loaderBox {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loaderBox .loader {
  color: #2649AB;
}
.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: 0.8em;
  position: relative;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  margin-top: -3em;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
}

.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 1.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}

@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}

body > .loaderBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
body > .loaderBox .loader {
  z-index: 100;
}
body > .loaderBox .loader + .msg {
  margin-top: 2em;
}
body > .loaderBox .msg {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 1em;
  padding: 0.8em;
  line-height: 1.4rem;
  background-color: #ffffff;
  border-radius: 5px;
}

/*=======================
  モーダル
  =======================*/
.white-popup {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1297px;
  min-width: 500px;
  max-height: 700px;
  overflow-y: auto;
  width: auto;
  border-radius: 4px;
  background: #f5f5f5;
}
.white-popup > .loaderBox {
  border-radius: 5px;
}
.white-popup .popupHeader {
  position: relative;
  margin-bottom: 10px;
  background-color: #D3DCF5;
  margin-top: -10px;
  padding-top: 10px;
}
.white-popup .popupHeader h4 {
  display: inline-block;
  word-wrap: break-word;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.white-popup .popupHeader hr {
  border-color: transparent;
}
.white-popup .popupContents {
  position: relative;
  padding: 0 10px;
}
.white-popup .popupContents.scrollBox,
.white-popup .popupContents .scrollBox {
  max-height: 460px;
  overflow-y: auto;
  margin-right: 5px;
}
.white-popup .popupContents .column2Box {
  width: 50%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
.white-popup .popupContents .column2Box:not(:first-child) {
  margin-left: 10px;
}
.white-popup .popupContents .borderBox {
  background-color: #ffffff;
  border: 1px solid rgb(199.4509090909, 200.4767464115, 203.3490909091);
  padding: 5px;
  margin: 0 10px;
}
.white-popup .popupContents table {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  margin: 0 auto;
  background-color: #ffffff;
}
.white-popup .popupContents table td, .white-popup .popupContents table th {
  padding: 3px 5px;
  line-height: 1.1rem;
}
.white-popup .popupContents table .td_l {
  text-align: left;
}
.white-popup .popupContents table .td_c {
  text-align: center;
}
.white-popup .popupContents table .td_r {
  text-align: right;
}
.white-popup .popupContents table th, .white-popup .popupContents table td {
  line-height: 1.6em;
  padding: 5px;
}
.white-popup .popupContents table th {
  background-color: #D3DCF5;
  height: 24px;
  vertical-align: middle;
}
.white-popup .popupContents table th a {
  color: rgba(26, 13, 171, 0.949);
}
.white-popup .popupContents table th {
  border: 1px solid #B9B9B9;
}
.white-popup .popupContents table td {
  border: 1px solid #B9B9B9;
}
.white-popup .popupContents iframe {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.white-popup .popupContents h5 {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #275AEB;
  box-sizing: border-box;
  font-size: 12px;
}
.white-popup .popupFooter {
  text-align: center;
  position: static;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 10px;
}
.white-popup .popupFooter *:not(:first-child) {
  margin-left: 2.5px;
}
.white-popup .popupFooter.jc-sb {
  justify-content: space-between;
}
.white-popup .popupFooter.jc-sa {
  justify-content: space-around;
}
.white-popup .popupFooter [type=button] {
  height: 32px;
  line-height: 2;
}

/* カレンダー用モーダル */
#calendarPopup {
  min-width: 0;
}