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

/* ------------------
 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: #1c486f;
  text-decoration: underline;
  cursor: pointer;
}

a:hover:not(.js-open-popup) {
  opacity: 0.7;
}

/* ------------------
 base setting
 ------------------- */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
}

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

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

/* ------------------
 header style
 ------------------- */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* ヘッダの基本レイアウト */
.header {
  width: 1280px;
  margin: 0 auto;
  height: 40px;
  padding: 0;
  width: 100%;
  border-bottom: solid 1px #bac2c9;
  background: #ffffff linear-gradient(#ffffff, #f3f5f7);
  min-width: 1280px;
}

.header_items {
  display: inline-block;
  height: 100%;
  width: 217px;
  min-width: 217px;
}

.header_item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header_item.title {
  display: inline-flex;
}

.header_item.title img {
  margin: 0 10px;
}

.header_item.title [id='system_name'] {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #232323;
  text-decoration: none;
  line-height: 1.2;
  padding-left: 18px;
}

.header_item:not(.title) {
  margin-left: auto;
}

/* Global Navigation */
.globalNav {
  position: relative;
  width: 1063px;
  height: 40px;
  font-size: 12px;
  margin-top: -1px;
}

.globalNav_items {
  position: relative;
  height: 100%;
  padding: 0;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  width: auto;
}

.globalNav_item {
  position: relative;
  width: 110px;
  display: flex;
  align-items: center;
  color: #232323;
  border-left: 1px solid #b9c8d5;
}

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

.globalNav_item > .item_label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  color: #0093f1;
  margin-top: -2.5px;
  border: 3px solid transparent;
  border-left: 5px solid;
}

.globalNav_item:last-child {
  border-right: 1px solid #b9c8d5;
}

.globalNav_item.is_current {
  background: #ddecf7 linear-gradient(#ddecf7, #d3e3ef);
  color: inherit;
  pointer-events: none;
}

.globalNav_item.is_disabled {
  color: #727a7e;
  pointer-events: none;
}

.globalNav_item.is_disabled > .item_label:before {
  color: #8c9397;
}

.globalNav_item.has_subnav > .item_label:after {
  position: relative;
  content: "";
  color: #7996af;
  margin-left: 5px;
  border: 3px solid transparent;
  border-top: 5px solid;
}

.globalNav_subnav {
  position: absolute;
  top: 37px;
  left: 0;
  width: 120%;
  border: 1px solid #b9c8d5;
  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 #b9c8d5;
}

.globalNav .subnav-item > .item_label {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #232323;
  display: inline-flex;
  align-items: center;
  padding: 5px;
}

.globalNav .subnav-item > .item_label:hover {
  transition: background-color .2s;
  background-color: #bedef2;
  opacity: 1;
}

/* 関東広域のみ：自地域優先設定 */
.priorityBox {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.priorityBox li:first-child button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.priorityBox li:last-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.priorityBox button {
  height: 30px;
}

/* ------------------
 main content base style
 ------------------- */
/* contents area */
[id="mainContainer"] {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
}

[id="mainContainer"] .contents {
  margin-top: 20px;
}

[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 #9ec0d5;
  padding: 5px;
}

[id="mainContainer"] .dataHeaderBox {
  position: relative;
  padding-bottom: 5px;
}

[id='iframeContents'] {
  width: 100%;
  height: 100%;
}

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

.pageInfo {
  position: relative;
}

.pageInfo + .contents {
  margin-top: 0;
}

/* observation time */
.dataTime {
  position: absolute;
  right: 20px;
  top: 0;
  height: 27px;
  line-height: 28px;
}

.dataTime span {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
}

.dataTime [type='button'].update {
  background: #006cb1;
  border: none;
  color: #ffffff;
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 22px;
  width: 22px;
  margin-left: 10px;
}

.dataTime [type='button'].update:hover {
  cursor: pointer;
}

.dataTime [type='button'].update:disabled, .dataTime [type='button'].update.is-disabled {
  cursor: default;
  background-color: #e5e6e7;
  color: #727a7e;
  pointer-events: none;
}

.dataTime [type='button'].update:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-image: url("../../res/img/common/icon_reload.png");
  background-position: center;
  vertical-align: middle;
}

[type='button'].delete .icon-delete {
  position: relative;
  margin-right: 2.5px;
  border: 1px solid #001e32;
  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: #001e32;
  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 #001e32;
}

[type='button'].delete:hover .icon-delete:before, [type='button'].delete:hover .icon-delete:after {
  background-color: #001e32;
}

[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;
  position: absolute;
  top: 3px;
  right: 5px;
}

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

/* bread crumb */
.breadcrumb {
  position: relative;
  height: 27px;
}

.breadcrumb_items {
  list-style: none;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb_item {
  line-height: 28px;
}

.breadcrumb_item:not(:first-child):before {
  content: "＞";
  padding: 0 5px;
}

.breadcrumb_item.top {
  background: url("../../res/img/common/icon_top.png") no-repeat 2px center;
  padding: 0 0 0 16px;
  margin-left: 8px;
}

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

/* ------------------
 footer style
 ------------------- */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* footer */
.footer {
  width: 100%;
  min-width: 1280px;
  position: relative;
  font-size: 16px;
  border-top: 4px solid #bedef2;
}

.footer.admin {
  border-top: 1px solid #9ec0d5;
  border-bottom: none;
}

.footer input[type='button'] {
  margin: 0;
  height: 30px;
}

.footer_items {
  width: 1280px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_item {
  padding: 0 30px;
  line-height: 20px;
  border-right: 1px solid #BABABA;
}

.footer_item:first-child {
  border-left: 1px solid #BABABA;
}

.footer_item .no-border {
  border: none;
}

.footer.register {
  border-top: 1px solid #9ec0d5;
  background-color: #ffffff;
  height: 64px;
  position: fixed;
  bottom: 0;
  width: auto;
  display: flex;
  align-items: center;
}

.footer.register .footer_control {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print {
  .footer.register {
    display: none;
  }
}

/* author */
.authorBox {
  padding: 20px 10px;
  width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.authorBox_name {
  font-weight: bold;
  text-align: center;
  color: #001e32;
  font-size: 21px;
}

.authorBox_contact {
  margin-left: 50px;
  display: flex;
  width: 530px;
  flex-wrap: wrap;
}

.authorBox_details:nth-child(odd) {
  width: 65%;
}

.authorBox_details:nth-child(even) {
  width: 35%;
}

/* copyright */
.copyright {
  height: 20px;
  position: relative;
  background-color: #006cb1;
  color: #ffffff;
  text-align: center;
  line-height: 1.9;
  font-size: 13px;
  width: 100%;
  min-width: 1280px;
}

/* form element style */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

[type="button"], [type="submit"], button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

[type='text'], [type='password'], textarea, select {
  margin: 0 2.5px;
  background-color: #ffffff;
  border: 1px solid #ababab;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 2px 3px;
  color: #232323;
  border-radius: 2px;
}

[type='text']:disabled, [type='password']:disabled, textarea:disabled, select:disabled {
  background: none;
  background-color: #f0f0f0;
  border-color: #c9c9c9;
  color: #898989;
}

[type='text'][readonly], [type='password'][readonly], textarea[readonly], select[readonly] {
  background: none;
  background-color: #f0f0f0;
  border-color: #c9c9c9;
  color: #898989;
}

[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:not(.multiSelect) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background-image: url("../../res/img/common/icon_select_triangle.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 2px;
  padding-right: 14px;
}

select:not(.multiSelect)::-ms-expand {
  display: none;
}

[type="radio"] {
  background-color: #ffffff;
  border: 1px solid #ababab;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 2.5px;
}

[type="radio"] + span:hover {
  color: #006cb1;
  cursor: pointer;
}

[type="radio"]:checked:after {
  content: "";
  background-color: #006cb1;
  display: block;
  height: 9px;
  width: 9px;
  margin: 4px;
  border-radius: 50%;
}

[type="radio"]:disabled + span,
[type="radio"]:disabled + span:hover {
  color: #727a7e;
  cursor: default;
}

[type="radio"]:disabled:checked:after {
  background-color: rgba(114, 122, 126, 0.8);
}

[type="checkbox"] {
  background-color: #ffffff;
  border: 1px solid #ababab;
  border-radius: 4px;
  vertical-align: middle;
  margin: 2.5px;
}

button, [type='button'], [type='submit'] {
  padding: 0 4px;
  height: 22px;
  background: #ffffff linear-gradient(#ffffff, #ebebeb);
  border: 1px solid #5d96ba;
  color: #001e32;
  text-align: center;
  border-radius: 4px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
}

button:hover, [type='button']:hover, [type='submit']:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.is-selected, [type='button'].is-selected, [type='submit'].is-selected {
  cursor: default;
  background: linear-gradient(#004d7e 10%, #006cb1 100%);
  color: #ffffff;
  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-color: #e5e6e7;
  border-color: #babec1;
  color: #727a7e;
  pointer-events: none;
}

button.strong, [type='button'].strong, [type='submit'].strong {
  background: #006cb1;
  border: none;
  color: #ffffff;
}

button.strong:hover, [type='button'].strong:hover, [type='submit'].strong:hover {
  cursor: pointer;
}

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-color: #e5e6e7;
  color: #727a7e;
  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;
  width: 100px;
  line-height: 2;
  margin: 0 5px;
}

[type='checkbox'] {
  opacity: 0;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
}

[type='checkbox'] + .dummy {
  margin: 0 8px 0 0;
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 2px;
}

[type='checkbox']:checked + .dummy:before {
  position: absolute;
  left: 1px;
  top: 10px;
  display: block;
  width: 6px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

[type='checkbox']:checked + .dummy:after {
  position: absolute;
  left: 6px;
  top: 10px;
  display: block;
  width: 9px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

[type='checkbox']:disabled + .dummy {
  opacity: 1;
  filter: alpha(opacity=100);
}

[type='checkbox'] + .dummy {
  background: #ffffff;
  border: 1px solid #ababab;
}

[type='checkbox'] + .dummy + span:hover {
  color: #006cb1;
  cursor: pointer;
}

[type='checkbox']:checked + .dummy:before {
  background: #006cb1;
}

[type='checkbox']:checked + .dummy:after {
  background: #006cb1;
}

[type='checkbox']:disabled + .dummy {
  background: rgba(114, 122, 126, 0.1);
  border-color: rgba(114, 122, 126, 0.3);
}

[type='checkbox']:disabled + .dummy + span,
[type='checkbox']:disabled + .dummy + span:hover {
  color: #727a7e;
  cursor: default;
}

[type='checkbox']:disabled + .dummy:before {
  background: rgba(114, 122, 126, 0.8);
}

[type='checkbox']:disabled + .dummy:after {
  background: rgba(114, 122, 126, 0.8);
}

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

.pageTitle {
  margin-top: 10px;
  font-size: 16px;
}

.pageTitle:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #006cb1 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: 18px;
  padding-top: 10px;
  padding-left: 10px;
  color: #232323;
  background-color: #bedef2;
  border-bottom: 4px solid #006cb1;
}

.contentsTitle h3 {
  margin: 5px 0 0;
  font-size: 16px;
}

.contentsTitle h3:before {
  margin-right: 10px;
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 20px;
  background-color: #006cb1;
  vertical-align: text-top;
}

.contentsTitle h4:before {
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #006cb1;
}

.contentsTitle h5 {
  font-size: 12px;
}

.contentsTitle h5:before {
  margin-right: 5px;
  vertical-align: baseline;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 3px solid #006cb1;
}

.contentsTitle h6 {
  font-size: 12px;
}

.contentsTitle h6:before {
  margin-right: 5px;
  vertical-align: baseline;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 2px solid #006cb1;
}

.lblCap {
  color: #001e32;
  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: #0495f2;
}

.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;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dispMenuBox .tabSelect {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: content-box;
  padding-left: 20px;
  padding-top: 3px;
  border-bottom: solid 2px #006cb1;
  background-color: #c1c7cb;
}

.dispMenuBox .tabSelect li {
  margin: 4px 0;
  padding: 0 4px;
  cursor: default;
}

.dispMenuBox .tabSelect li a, .dispMenuBox .tabSelect li span {
  padding: 5px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}

.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: #727a7e;
  text-decoration: none;
}

.dispMenuBox .tabSelect li {
  min-width: 120px;
  margin-bottom: 0;
  background-color: #f3f7fa;
  color: #1c486f;
  border-top: 1px solid white;
  margin-left: 1px;
}

.dispMenuBox .tabSelect li a, .dispMenuBox .tabSelect li span {
  text-decoration: none;
}

.dispMenuBox .tabSelect li:first-child {
  border-top-left-radius: 5px;
  margin-left: 0px;
  border-left: 1px solid white;
}

.dispMenuBox .tabSelect li:last-child {
  border-top-right-radius: 5px;
  border-right: 1px solid white;
}

.dispMenuBox .tabSelect li.is-selected {
  background-color: #006cb1;
  border-top: 1px solid #008be4;
  color: #ffffff;
}

.dispMenuBox .tabSelect li.is-selected:first-child {
  border-left: 1px solid #008be4;
}

.dispMenuBox .tabSelect li.is-selected:last-child {
  border-right: 1px solid #008be4;
}

.dispMenuBox .tabSelect li.is-disabled {
  background-color: #e7eaec;
}

.dispMenuBox .dispSelect {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: content-box;
  padding-left: 20px;
  border-bottom: solid 1px #cbd5de;
}

.dispMenuBox .dispSelect li {
  margin: 4px 0;
  padding: 0 4px;
  cursor: default;
}

.dispMenuBox .dispSelect li a, .dispMenuBox .dispSelect li span {
  padding: 5px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}

.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: #727a7e;
  text-decoration: none;
}

.dispMenuBox .dispSelect li {
  min-width: 125px;
  color: #1c486f;
  border-right: 1px solid #c3d0db;
  margin: 3px 0;
}

.dispMenuBox .dispSelect li a, .dispMenuBox .dispSelect li span {
  padding: 4px;
  text-decoration: underline;
}

.dispMenuBox .dispSelect li:first-child {
  border-left: 1px solid #c3d0db;
}

.dispMenuBox .dispSelect li.is-selected {
  padding: 0 2px;
}

.dispMenuBox .dispSelect li.is-selected a, .dispMenuBox .dispSelect li.is-selected span {
  background-color: #bedef2;
  color: #1c486f;
}

.pagerBox {
  height: 24px;
  font-size: 11px;
}

.pagerBox .pages {
  padding-right: 2px;
  display: inline-block;
  min-width: 50px;
  height: 20px;
  text-align: right;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  background-color: #f6fbff;
  border: 1px solid #9ec0d5;
}

.pagerBox .funcBtn {
  margin-right: 5px;
}

.pagerBox .prevPage, .pagerBox .nextPage {
  background: #006cb1;
  border: none;
  color: #ffffff;
  position: relative;
  height: 20px;
  line-height: 20px;
  width: 48px;
  min-width: 0;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
}

.pagerBox .prevPage:hover, .pagerBox .nextPage:hover {
  cursor: pointer;
}

.pagerBox .prevPage:disabled, .pagerBox .prevPage.is-disabled, .pagerBox .nextPage:disabled, .pagerBox .nextPage.is-disabled {
  cursor: default;
  background-color: #e5e6e7;
  color: #727a7e;
  pointer-events: none;
}

.pagerBox .prevPage:before, .pagerBox .nextPage:before {
  position: absolute;
  content: "";
  top: 6px;
}

.pagerBox .prevPage {
  padding-left: 10px;
}

.pagerBox .prevPage:before {
  left: 1px;
  border: 4px solid transparent;
  border-right: 6px solid;
}

.pagerBox .nextPage {
  padding-right: 10px;
}

.pagerBox .nextPage:before {
  right: 1px;
  border: 4px solid transparent;
  border-left: 6px solid;
}

.timeBox {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #f6fbff;
  border: 1px solid #9ec0d5;
}

.timeBox > *:not(:first-child):not(input) {
  border-left: 1px solid #9ec0d5;
}

.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 {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 22px;
  width: 22px;
  margin: -1px 10px 0 5px;
}

.timeSet [type='button'].calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-image: url("../../res/img/common/icon_calendar.png");
  background-position: center;
  vertical-align: middle;
}

.timeSet [type='button'].calendar:before {
  background-position: 2px 2px;
}

.timeSet .date-lbl.is-disabled {
  color: #727a7e;
}

.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: 22px;
  background: #ffffff linear-gradient(#ffffff, #ebebeb);
  border: 1px solid #5d96ba;
  color: #001e32;
  text-align: center;
  border-radius: 4px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
  width: 74px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeChange li button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.timeChange li button.is-selected {
  cursor: default;
  background: linear-gradient(#004d7e 10%, #006cb1 100%);
  color: #ffffff;
  pointer-events: none;
}

.timeChange li button:disabled, .timeChange li button.is-disabled {
  cursor: default;
  background: none;
  background-color: #e5e6e7;
  border-color: #babec1;
  color: #727a7e;
  pointer-events: none;
}

.timeChange li button:before, .timeChange li button:after {
  position: absolute;
  content: "";
  top: 5px;
  color: #001e32;
}

.timeChange li button:disabled, .timeChange li button.is-disabled {
  border: 1px solid #5d96ba;
}

.timeChange li button:disabled:before, .timeChange li button:disabled:after, .timeChange li button.is-disabled:before, .timeChange li button.is-disabled:after {
  color: #727a7e;
}

.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 #001e32;
}

.timeChange li button.latest05:disabled:after, .timeChange li button.latest05.is-disabled:after {
  border-color: #727a7e;
}

.timeMode button {
  padding: 0 4px;
  height: 22px;
  background: #ffffff linear-gradient(#ffffff, #ebebeb);
  border: 1px solid #5d96ba;
  color: #001e32;
  text-align: center;
  border-radius: 4px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
  position: relative;
  width: 54px;
  min-width: 0;
  height: 20px;
}

.timeMode button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.timeMode button.is-selected {
  cursor: default;
  background: linear-gradient(#004d7e 10%, #006cb1 100%);
  color: #ffffff;
  pointer-events: none;
}

.timeMode button:disabled, .timeMode button.is-disabled {
  cursor: default;
  background: none;
  background-color: #e5e6e7;
  border-color: #babec1;
  color: #727a7e;
  pointer-events: none;
}

.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%;
  box-sizing: content-box;
  padding-left: 20px;
  padding-top: 3px;
  border-bottom: solid 2px #006cb1;
  background-color: transparent;
  padding: 0;
  border-bottom: none;
}

.tabMenu .tabSelect li {
  margin: 4px 0;
  padding: 0 4px;
  cursor: default;
}

.tabMenu .tabSelect li a, .tabMenu .tabSelect li span {
  padding: 5px 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}

.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: #727a7e;
  text-decoration: none;
}

.tabMenu .tabSelect li {
  min-width: 100px;
  margin-bottom: 0;
  background-color: #f3f7fa;
  color: #1c486f;
  border-top: 1px solid #acc9db;
  border-left: 1px solid #acc9db;
}

.tabMenu .tabSelect li a, .tabMenu .tabSelect li span {
  text-decoration: none;
}

.tabMenu .tabSelect li:first-child {
  border-top-left-radius: 5px;
  margin-left: 0px;
  border-left: 1px solid #acc9db;
}

.tabMenu .tabSelect li:last-child {
  border-top-right-radius: 5px;
  border-right: 1px solid #acc9db;
}

.tabMenu .tabSelect li.is-selected {
  background-color: #006cb1;
  border-top: 1px solid #008be4;
  color: #ffffff;
}

.tabMenu .tabSelect li.is-selected:first-child {
  border-left: 1px solid #008be4;
}

.tabMenu .tabSelect li.is-selected:last-child {
  border-right: 1px solid #008be4;
}

.tabMenu .tabSelect li.is-disabled {
  background-color: #e7eaec;
}

.loaderBox {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.loaderBox .loader {
  color: #006cb1;
  margin: 40% auto;
}

.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: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

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

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

body > .loaderBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 100vh;
}

body > .loaderBox .loader {
  margin: 49vh auto;
  z-index: 100;
}

body > .loaderBox .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 70px;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  line-height: 1.4rem;
  background-color: #ffffff;
  border-radius: 5px;
}

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

/*=======================
  モーダル
  =======================*/
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.white-popup {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1230px;
  min-width: 500px;
  max-height: 700px;
  overflow-y: auto;
  width: auto;
  border-radius: 5px;
  background: #f5f5f5;
}

.white-popup > .loaderBox {
  border-radius: 5px;
}

.white-popup .popupHeader {
  position: relative;
  margin-bottom: 10px;
}

.white-popup .popupHeader h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  word-wrap: break-word;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  letter-spacing: 1px;
  width: 100%;
}

.white-popup .popupHeader h4:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 18px;
}

.white-popup .popupHeader h4:before {
  background-color: #006cb1;
}

.white-popup .popupHeader h4:before {
  position: absolute;
  top: 3px;
  left: 10px;
}

.white-popup .popupContents {
  position: relative;
  padding: 0 10px;
}

.white-popup .popupContents.scrollBox,
.white-popup .popupContents .scrollBox {
  max-height: 460px;
  overflow-y: auto;
  padding-bottom: 5px;
  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 #9ec0d5;
  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 {
  padding: 0 5px;
}

.white-popup .popupContents table .td_l {
  padding-left: 5px;
  text-align: left;
}

.white-popup .popupContents table .td_c {
  text-align: center;
}

.white-popup .popupContents table .td_r {
  text-align: right;
  padding-right: 5px;
}

.white-popup .popupContents table th, .white-popup .popupContents table td {
  line-height: 1.6em;
  padding: 5px;
}

.white-popup .popupContents table th {
  background-color: #bedef2;
  height: 18px;
  vertical-align: middle;
}

.white-popup .popupContents table th {
  border: 1px solid #9ec0d5;
}

.white-popup .popupContents table td {
  border: 1px solid #9ec0d5;
}

.white-popup .popupContents iframe {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}

.white-popup .popupContents h5 {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 3px solid #006cb1;
  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 .mfp-close {
  position: relative;
  width: 77px;
  height: 23px;
  line-height: normal;
  font-size: 12px;
  vertical-align: middle;
  padding: 0;
  opacity: inherit;
}

.white-popup .popupFooter .mfp-close:hover {
  opacity: 0.7;
}

.white-popup .popupFooter input[type='button'] {
  margin-top: 5px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* カレンダー用モーダル */
.calendarPopup .mfp-content {
  width: 310px;
  height: 380px;
}
