@charset "UTF-8";
.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: 14px;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

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

.flexbox {
  display: flex;
}

.flexbox.ai-c {
  align-items: center;
}

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

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

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

/* ---------------
 Breadcram
 ---------------- */
/* ヘッダの基本レイアウト */
.header {
  width: 1000px;
  margin: 0 auto;
  height: 70px;
}

.header_items {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}

.header_item {
  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;
  top: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #35279B;
  line-height: 22px;
}

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

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

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

.login_info_caption {
  text-align: right;
  margin-right: 8px;
}

.login_info_detail {
  position: relative;
  min-width: 200px;
  cursor: pointer;
}

.login_info_detail:after {
  content: '▼';
  display: inline;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #232323;
  pointer-events: none;
}

.login_info_detail:hover {
  transition: background-color .2s;
  background-color: rgba(84, 76, 173, 0.6);
}

.login_info_detail:hover:after {
  color: #35279B;
}

.login_info .details {
  padding: 0 8px;
  display: inline-block;
}

.login_info .adminMenu {
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  display: none;
  z-index: 10;
  border: 1px solid #d0e0f7;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.login_info .adminMenu .menu_item {
  width: 184px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.login_info .adminMenu .menu_item:not(:last-child) {
  border-bottom: 1px solid #d0e0f7;
}

.login_info .adminMenu .menu_item > .item_label {
  padding: 0 8px;
  text-decoration: none;
  color: #232323;
  width: 100%;
}

.login_info .adminMenu .menu_item > .item_label:hover {
  transition: background-color .2s;
  background-color: #e6eefb;
}

.login_info .account_name {
  margin-left: 2.5px;
  padding-right: 10px;
}

.naviLink {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.naviLink_item {
  margin-left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.naviLink_item a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.naviLink_item a:hover:before {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

.naviLink_item a:before {
  content: "";
  display: inline-block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 5px;
  background: no-repeat 50% 50%;
}

.naviLink [id="landslide"] a:before {
  background-image: url("../img/common/icon_window.png");
}

.naviLink [id="cautionMenu"] a:before {
  background-image: url("../img/common/icon_info01.png");
}

.naviLink [id="glossary"] a:before {
  background-image: url("../img/common/icon_list.png");
}

.naviLink [id="help"] a:before {
  background-image: url("../img/common/icon_help.png");
  margin-right: 0;
}

.naviLink [id="lang"] a {
  margin-right: 5px;
  pointer-events: none;
}

.naviLink [id="lang"] a:before {
  background-image: url("../img/common/icon_lang.png");
}

.naviLink .hidden_text {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

/* Global Navigation */
.globalNav {
  position: relative;
  min-width: 1000px;
  height: 40px;
  font-size: 14px;
  border-top: 3px solid #544cad;
  background-color: #d0e0f7;
  box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

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

.globalNav_item {
  position: relative;
  width: 240px;
  display: flex;
  align-items: center;
  color: #232323;
}

.globalNav_item > .item_label {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: inherit;
  border-left: 1px solid #544cad;
}

.globalNav_item:last-child > .item_label {
  border-right: 1px solid #544cad;
}

.globalNav_item.is_current {
  background-color: #544cad;
  color: #ffffff;
}

.globalNav_item:hover {
  transition: background-color .2s;
  background-color: rgba(84, 76, 173, 0.6);
  cursor: pointer;
  color: #ffffff;
}

.globalNav_item.has_subnav > .item_label:after {
  content: '▼';
  display: inline;
  position: relative;
  left: 8px;
  color: inherit;
  pointer-events: none;
}

.globalNav_item.has_subnav:not(.is_current) > .item_label:after {
  color: inherit;
}

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

.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: #e6eefb;
}

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

.pageInfo {
  position: relative;
}

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

.dataTime [type='button'].update {
  background: #544cad linear-gradient(#544cad 50%, #544cad);
  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;
  background: rgba(84, 76, 173, 0.6) linear-gradient(rgba(84, 76, 173, 0.6) 50%, rgba(84, 76, 173, 0.6));
  color: #ffffff;
}

.dataTime [type='button'].update:disabled {
  cursor: default;
  background: none;
  background-color: #c3c3c3;
  color: #232323;
}

.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("../img/common/icon_reload.png");
  background-position: center;
}

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

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

[type='button'].close {
  border: none;
  background: none;
  min-width: 0;
  display: inline-block;
  background: url("../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("../img/common/icon_close01.png") 0 1px no-repeat;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

/* bread cramb */
.breadcramb {
  position: relative;
  height: 36px;
}

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

.breadcramb_item {
  margin: -3px 0 0;
}

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

.breadcramb_item.top {
  background: url("../img/common/icon_top.png") no-repeat 0 2px;
  padding: 0 0 0 16px;
}

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

/* ------------------
 Emergency Information Panel
 ------------------- */
.emergency-panel {
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 16px;
}

.emergency-panel .panel-caption {
  position: relative;
  font-weight: bold;
  background-color: #d0e0f7;
  color: #232323;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.emergency-panel .panel-caption:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 21px;
  margin-left: 5px;
  margin-right: 10px;
  background: url("../img/common/icon_caution01.png") no-repeat;
}

.emergency-panel .btn-toggle {
  margin-right: 10px;
  margin-left: auto;
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url("../img/common/icon_arrow02_dark.png") no-repeat;
}

.emergency-panel .issue-time {
  font-weight: normal;
  margin-left: auto;
  display: none;
}

.emergency-panel .panel-body {
  padding: 0 10px;
  line-height: 2;
  display: none;
}

.emergency-panel .panel-body .city {
  margin: 0 10px;
  display: inline-block;
}

.emergency-panel .panel-body .city.newest {
  border-bottom: 2px solid #E0312D;
}

.emergency-panel .panel-body .description {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: none;
  font-size: 14px;
}

.emergency-panel .panel-body .description .city {
  margin: 0;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.emergency-panel.has-info {
  border: 1px solid #E0312D;
}

.emergency-panel.has-info .panel-caption {
  background-color: #E0312D;
  color: #ffffff;
}

.emergency-panel.has-info .panel-caption:before {
  background-image: url("../img/common/icon_caution02.png");
}

.emergency-panel.has-info .issue-time {
  display: inline-block;
}

.emergency-panel.has-info .description {
  display: flex;
}

.emergency-panel.has-info .btn-toggle {
  margin-left: 15px;
  background-image: url("../img/common/icon_arrow02.png");
}

.emergency-panel.has-info.open .btn-toggle {
  background-image: url("../img/common/icon_arrow01.png");
}

.emergency-panel.open .btn-toggle {
  background-image: url("../img/common/icon_arrow01_dark.png");
}

.emergency-panel.open .panel-body {
  display: block;
}

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

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

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

.footer_items {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer:not(.admin) .footer_items {
  border-bottom: 4px solid #d0e0f7;
}

.footer_item {
  padding: 0 16px;
  line-height: 1;
  border-right: 1px solid #b4b3c6;
}

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

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

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

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

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

.authorBox_name {
  font-weight: bold;
  text-align: center;
  color: #35279B;
}

.authorBox_contact {
  margin-left: 44px;
  padding-left: 20px;
  display: flex;
  width: 650px;
  flex-wrap: wrap;
}

.authorBox_details {
  width: 50%;
}

/* copyright */
.copyright {
  width: 1000px;
  margin: 0 auto;
  height: 24px;
  position: relative;
  background-color: #544cad;
  color: #ffffff;
  text-align: center;
  line-height: 1.9;
}

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

[type='text'], [type='password'], textarea, select {
  margin: 0 2.5px;
  background-color: #ffffff;
  border: 1px solid #b4b3c6;
  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;
  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;
}

[type='text'], [type='password'] {
  padding: 1.25px 2.5px;
}

select {
  background-image: url("../img/common/icon_select_triangle.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 12px;
}

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

[type="radio"]:hover {
  cursor: pointer;
}

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

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

[type="radio"]:disabled {
  pointer-events: none;
}

[type="checkbox"] {
  background-color: #ffffff;
  border: 1px solid #b4b3c6;
  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 #544cad;
  color: #232323;
  text-align: center;
  border-radius: 5px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  transition: all .2s;
  line-height: 1.6;
  vertical-align: middle;
  min-width: 100px;
}

button:hover, [type='button']:hover, [type='submit']:hover {
  cursor: pointer;
  background: rgba(84, 76, 173, 0.6) linear-gradient(rgba(84, 76, 173, 0.6) 50%, rgba(84, 76, 173, 0.6));
  color: #ffffff;
}

button:disabled, [type='button']:disabled, [type='submit']:disabled {
  cursor: default;
  background: none;
  background-color: #f0f0f0;
  border-color: #c9c9c9;
  color: #898989;
}

button.strong, [type='button'].strong, [type='submit'].strong {
  background: #544cad linear-gradient(#544cad 50%, #544cad);
  border: none;
  color: #ffffff;
}

button.strong:hover, [type='button'].strong:hover, [type='submit'].strong:hover {
  cursor: pointer;
  background: rgba(84, 76, 173, 0.6) linear-gradient(rgba(84, 76, 173, 0.6) 50%, rgba(84, 76, 173, 0.6));
  color: #ffffff;
}

button.strong:disabled, [type='button'].strong:disabled, [type='submit'].strong:disabled {
  cursor: default;
  background: none;
  background-color: #c3c3c3;
  color: #232323;
}

button.bigger, [type='button'].bigger, [type='submit'].bigger {
  height: 64px;
  font-size: 15px;
  width: 220px;
  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'] + .dummy:hover {
  cursor: pointer;
}

[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);
  pointer-events: none;
}

[type='checkbox']:disabled + .dummy + span {
  pointer-events: none;
}

[type='checkbox'] + .dummy {
  background: #ffffff;
  background: linear-gradient(#f2f2f2 0%, #ffffff 100%);
  border: 1px solid #9c9c9c;
}

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

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

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

[type='checkbox']:disabled + .dummy {
  background: rgba(167, 167, 167, 0.5);
}

[type='checkbox']:disabled + .dummy + span {
  color: #898989;
}

.pageSelector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pageSelector:before {
  margin: 5px 2.5px;
  content: "";
  display: block;
  width: 288px;
  order: 1;
}

.pageSelector:after {
  margin: 5px 2.5px;
  content: "";
  display: block;
  width: 288px;
}

.pageSelector [type="button"] {
  margin: 5px 2.5px;
}

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

.pageTitle {
  margin-top: 10px;
  font-size: 15px;
  background: url("../img/common/icon_title.png") no-repeat 0 5px;
  padding-left: 20px;
}

.contentsTitle1:not(:first-child) {
  margin-top: 10px;
}

.contentsTitle1 h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 10px;
  color: #232323;
  line-height: 1.8;
  background-color: #d0e0f7;
  border-bottom: 4px solid #544cad;
}

.contentsTitle1 h3 {
  margin: 5px 0 0;
  font-size: 15px;
}

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

.contentsTitle1 h4:before {
  margin: 0 4px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f1780a;
}

.lblCap {
  color: #35279B;
  font-weight: bold;
}

[id="contentsLeft"] {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

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

[id="contentsRight"] {
  width: 49%;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
}

[id="contentsRight"] table.tmpFileTbl {
  margin: 0 0 10px 10px;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin-left: 0;
}

[id="contentsRight"] table.tmpFileTbl td {
  vertical-align: top;
  width: 200px;
}

[id="contentsRight"] table.tmpFileTbl .tmpHyouji {
  border-collapse: collapse;
  width: auto;
  background: #F4F3DD;
  text-align: center;
}

[id="contentsRight"] table.tmpFileTbl .tmpHyouji .title {
  vertical-align: middle;
  height: 35px;
  color: #35279B;
  font-weight: bold;
}

[id="contentsRight"] table.tmpFileTbl .tmpHyouji .image {
  height: 110px;
  vertical-align: middle;
}

[id="contentsRight"] table.tmpFileTbl .tmpHyouji .image img {
  cursor: pointer;
}

[id="contentsRight"] table.tmpFileTbl .tmpHyouji .imagesize {
  width: 130px;
  height: 100px;
  margin-bottom: 15px;
}

.risk_lv0 {
  background-color: transparent;
  color: #232323;
}

.risk_lv1 {
  background-color: #F2E700;
  color: #232323;
}

.risk_lv2 {
  background-color: #FF2800;
  color: #ffffff;
}

.risk_lv3 {
  background-color: #AA00AA;
  color: #ffffff;
}

.risk_lv4 {
  background-color: #0C000C;
  color: #ffffff;
}

.rain_lv0 {
  background-color: #F2F2FF;
}

.rain_lv1 {
  background-color: #A0D2FF;
}

.rain_lv2 {
  background-color: #218CFF;
}

.rain_lv3 {
  background-color: #0041FF;
}

.rain_lv4 {
  background-color: #FAF500;
}

.rain_lv5 {
  background-color: #FF9900;
}

.rain_lv6 {
  background-color: #FF2800;
}

.rain_lv7 {
  background-color: #B40068;
}

.advisory {
  background-color: #F2E700;
  color: #232323;
}

.warning {
  background-color: #FF2800;
  color: #ffffff;
}

.emergency {
  background-color: #0C000C;
  color: #ffffff;
}

.dosya {
  background-color: #AA00AA;
  color: #ffffff;
}

.none {
  background-color: #d0e0f7;
  color: #232323;
}

.no-warn {
  background-color: #C8C8CB;
  color: #232323;
}

.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: #544cad;
  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;
}

.tabMenu {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.tabMenu ul {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 2.5px;
}

.tabMenu li {
  width: 128px;
  height: 24px;
  text-align: center;
  margin-left: 1px;
}

.tabMenu li * {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  line-height: 1.9;
  cursor: inherit;
  border: 1px solid #7c76c3;
  border-bottom: none;
}

.tabMenu li:hover > * {
  background-color: rgba(84, 76, 173, 0.6);
  color: #ffffff;
  cursor: pointer;
}

.tabMenu li:first-child * {
  border-top-left-radius: 4px;
}

.tabMenu li:last-child * {
  border-top-right-radius: 4px;
}

.tabMenu li a {
  background-color: #fdfdfd;
  color: #232323;
  text-decoration: none;
}

.tabMenu li a.select {
  background-color: #544cad;
  color: #ffffff;
}

.tabMenu li .disabled {
  background-color: rgba(250, 246, 242, 0.5);
  color: rgba(35, 35, 35, 0.5);
}

.state-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.state-label:not(.exclude) {
  background-color: #d0e0f7;
  border: 1px solid #bad2f3;
  color: #8ca0bb;
}

.state-label.rain {
  width: 80px;
  height: 24px;
}

.state-label.rain.advisory {
  border: 1px solid #d9cf00;
  background-color: #F2E700;
  color: #232323;
}

.state-label.rain.warning {
  border: 1px solid #e62400;
  background-color: #FF2800;
  color: #ffffff;
}

.state-label.rain.emergency {
  border: 1px solid black;
  background-color: #0C000C;
  color: #ffffff;
}

.state-label.rain.dosya {
  border: 1px solid #910091;
  background-color: #AA00AA;
  color: #ffffff;
}

.state-label.rain.none {
  border: 1px solid #bad2f3;
  background-color: #d0e0f7;
  color: #232323;
}

.state-label.rain.no-warn {
  border: 1px solid #bbbbbf;
  background-color: #C8C8CB;
  color: #232323;
}

.state-label.dosha {
  width: 80px;
  height: 24px;
}

.state-label.under_thold {
  color: #e91e00;
  font-weight: bold;
}

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

.mapExample {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 235px;
  font-size: 12px;
}

.mapExample .legend-caption {
  text-align: center;
}

.mapExample .sample {
  display: inline-block;
  width: 20px;
  height: 12px;
  border: 1px solid #ddd;
  opacity: 0.7;
}

.mapExample .legend-box {
  background-color: #ffffff;
  padding: 5px;
  height: 40px;
  display: flex;
}

.mapExample .legend-box:not(:first-child) {
  margin-top: 5px;
}

.mapExample .legend-box.detail {
  height: auto;
  display: none;
}

.mapExample .legend-box.detail.open {
  display: block;
}

.mapExample .legend-box div:first-of-type {
  width: 80%;
}

.mapExample .legend-box div:first-of-type p {
  line-height: 1em;
}

.mapExample .legend-box div:last-of-type {
  width: 20%;
}

.mapExample .legend-box div:last-of-type a {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

.color_chart .sample {
  display: inline-block;
  width: 23px;
  height: 12px;
  border: 1px solid #ddd;
  opacity: 0.7;
}

.color_chart .sample + .sample {
  margin-left: -1px;
}

.color_chart .caption .sample {
  border: none;
}

dl.mapLegend dt,
dl.mapLegend dd {
  height: 20px;
}

dl.mapLegend dt {
  float: left;
  width: 24px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

dl.mapLegend dd {
  text-indent: 5px;
  line-height: 24px;
}

dl.mapLegend dd span {
  position: absolute;
  right: 20px;
}

.horizontal {
  display: flex;
  font-size: 12px;
  justify-content: center;
}

.horizontal li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal li:not(.caption) {
  margin-left: -1px;
}

.horizontal .label {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-left: -10px;
}

.horizontal .caption {
  text-align: center;
  width: 30px;
  justify-content: center;
}

.legend-box .LooksTable {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  background-color: #ffffff;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
}

.legend-box .LooksTable dt, .legend-box .LooksTable dd {
  height: 20px;
}

.legend-box .LooksTable dt {
  float: left;
  padding-left: 5px;
  width: 110px;
  display: flex;
  align-items: center;
}

.legend-box .LooksTable dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
}

.legend-box .LooksTable dd .sample {
  width: 16px;
  height: 16px;
}

.legend-box .LooksTable dt, .legend-box .LooksTable dd {
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}

.legend-box .LooksTable dt {
  background-color: #d0e0f7;
}

.legend-box .LooksTable.warn {
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

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

/* カレンダー用モーダル */
.iframe-contents {
  border-radius: 10px;
  padding: 5px;
  background-color: #f5f5f5;
}

.iframe-overlay {
  min-height: 100%;
}

/* ポップアップモーダル */
.white-popup {
  margin: 0 auto;
  padding: 5px 0;
  width: 700px;
  border-radius: 5px;
  background: #f5f5f5;
}

.white-popup .popupHeader h4 {
  width: 700px;
}

/* --------------- メール送信画面個別 */
.white-popup-mini {
  margin: 0 auto;
  padding: 5px 0;
  width: 500px;
  border-radius: 5px;
  background: #f5f5f5;
}

.white-popup-mini .popupHeader h4 {
  width: 500px;
}

.white-popup-mini .scrollBox {
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.white-popup-mini .news,
.white-popup-mini .dataTbl {
  width: 90%;
  margin: 0 auto;
}

.white-popup-mini .news table,
.white-popup-mini .dataTbl table {
  width: 100%;
}

.white-popup-mini .news table th,
.white-popup-mini .dataTbl table th {
  min-width: 30px;
}

.white-popup-mini .news table td,
.white-popup-mini .dataTbl table td {
  line-height: 1.5;
  padding-left: 5px;
}

.white-popup-mini .news table td select,
.white-popup-mini .dataTbl table td select {
  width: 300px;
}

.white-popup-mini .add {
  width: 90%;
  margin: 3px auto;
}

.white-popup-mini .add input[type='button'] {
  min-width: 70px;
  float: right;
}

.white-popup-mini .popupFooter {
  width: 90%;
  margin: 0 auto;
  border-top: 4px solid #d0e0f7;
  margin-top: 5px;
}

.white-popup-wide {
  margin: 0 auto;
  padding: 5px 0;
  width: 900px;
  border-radius: 5px;
  background: #f5f5f5;
}

.white-popup-wide .popupHeader h4 {
  width: 900px;
}

.white-popup-wide .scrollBox {
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.white-popup-wide .news,
.white-popup-wide .dataTbl {
  width: 90%;
  margin: 0 auto;
}

.white-popup-wide .news table,
.white-popup-wide .dataTbl table {
  width: 100%;
}

.white-popup-wide .news table th,
.white-popup-wide .dataTbl table th {
  min-width: 30px;
}

.white-popup-wide .news table td,
.white-popup-wide .dataTbl table td {
  line-height: 1.5;
  padding-left: 5px;
}

.white-popup-wide .news table td select,
.white-popup-wide .dataTbl table td select {
  width: 300px;
}

.white-popup-wide .add {
  width: 90%;
  margin: 3px auto;
}

.white-popup-wide .add input[type='button'] {
  min-width: 70px;
  float: right;
}

.white-popup-wide .popupFooter {
  width: 90%;
  margin: 0 auto;
  border-top: 4px solid #d0e0f7;
  margin-top: 5px;
}

.popupHeader {
  position: relative;
}

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

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

.popupHeader h4:before {
  background-color: #f1780a;
}

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

.popupHeader .reloadBtn {
  position: absolute;
  top: 2px;
  right: 10px;
}

.popupHeader .headerInfo {
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* --------------- スクロールあり */
.white-popup .scrollBox {
  max-height: 460px;
  overflow-y: auto;
}

.popupFooter {
  text-align: center;
  position: static;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popupFooter *:not(:first-child) {
  margin-left: 2.5px;
}

.popupFooter .mfp-close {
  position: relative;
  width: 77px;
  height: 23px;
  line-height: normal;
  font-size: 12px;
  vertical-align: middle;
  padding: 0;
}

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

.mfp-close-btn-in .mfp-close {
  opacity: 1;
}
