@CHARSET "UTF-8";






#cboxLoadingOverlay:BEFORE {
  width: 100%;
  height: 100%;
  -webkit-animation: loader_bg_fadein_modal 0.1s ease 0s 1 forwards;
  animation: loader_bg_fadein_modal 0.1s ease 0s 1 forwards;
}
#cboxLoadingOverlay:AFTER {
  top: 48%;
  left: 48%;
  font-size: 15px;
  -webkit-animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0s 1 forwards;
  animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0s 1 forwards;
}
#cboxLoadingGraphic {
	display: none !important;
}

















#sim_table_shiki_ut .td_inner.loader:BEFORE,
#sim_table_shiki_rt .td_inner.loader:BEFORE {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
#sim_table_shiki_ut .td_inner.loader:AFTER,
#sim_table_shiki_rt .td_inner.loader:AFTER {
  top: 64px;
  left: 64px;
  font-size: 15px;
}

#sim_table_shiki_hc .td_inner.loader:BEFORE {
  border-radius: 4px;
  width: 100px;
  height: 100px;
  margin: 0 0 0 8px;
}
#sim_table_shiki_hc .td_inner.loader:AFTER {
  top: 44px;
  left: 52px;
  font-size: 12px;
}

#under_tone_area.loader:BEFORE,
#content_inner_modal.loader:BEFORE {
  width: 100%;
  height: 100%;
  -webkit-animation: loader_bg_fadein_modal 0.1s ease 0s 1 forwards;
  animation: loader_bg_fadein_modal 0.1s ease 0s 1 forwards;
}
#under_tone_area.loader:AFTER,
#content_inner_modal.loader:AFTER {
  top: 40%;
  left: 48%;
  font-size: 15px;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /* ちらちらするので遅らせて表示 */
  -webkit-animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0.2s 1 forwards;
  animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0.2s 1 forwards;
}
@keyframes loader_bg_fadein_modal {
  0% {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  100% {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
}
@-webkit-keyframes loader_bg_fadein_modal {
  0% {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  100% {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
}




.loader, #cboxLoadingOverlay {
  position: relative;
}
.loader:BEFORE, #cboxLoadingOverlay:BEFORE {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 6;
  -webkit-animation: loader_bg_fadein 0.3s ease 0s 1 forwards;
  animation: loader_bg_fadein 0.3s ease 0s 1 forwards;
}
.loader:AFTER, #cboxLoadingOverlay:AFTER {
  content: "";
  display: block;
  position: absolute;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0s 1 forwards;
  animation: load5 1.1s infinite ease, loader_bg_fadein 0.3s ease 0s 1 forwards;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 7;
}
@-webkit-keyframes loader_bg_fadein {
  0% {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  31% {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
}
@keyframes loader_bg_fadein {
  0% {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  31% {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #9b8639, 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.5), -1.8em -1.8em 0 0em rgba(163,144,5, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.7), 1.8em -1.8em 0 0em #9b8639, 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.5), 1.8em -1.8em 0 0em rgba(163,144,5, 0.7), 2.5em 0em 0 0em #9b8639, 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.5), 2.5em 0em 0 0em rgba(163,144,5, 0.7), 1.75em 1.75em 0 0em #9b8639, 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.5), 1.75em 1.75em 0 0em rgba(163,144,5, 0.7), 0em 2.5em 0 0em #9b8639, -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.5), 0em 2.5em 0 0em rgba(163,144,5, 0.7), -1.8em 1.8em 0 0em #9b8639, -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.5), -1.8em 1.8em 0 0em rgba(163,144,5, 0.7), -2.6em 0em 0 0em #9b8639, -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.5), -2.6em 0em 0 0em rgba(163,144,5, 0.7), -1.8em -1.8em 0 0em #9b8639;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #9b8639, 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.5), -1.8em -1.8em 0 0em rgba(163,144,5, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.7), 1.8em -1.8em 0 0em #9b8639, 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.5), 1.8em -1.8em 0 0em rgba(163,144,5, 0.7), 2.5em 0em 0 0em #9b8639, 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.5), 2.5em 0em 0 0em rgba(163,144,5, 0.7), 1.75em 1.75em 0 0em #9b8639, 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.5), 1.75em 1.75em 0 0em rgba(163,144,5, 0.7), 0em 2.5em 0 0em #9b8639, -1.8em 1.8em 0 0em rgba(163,144,5, 0.2), -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.5), 0em 2.5em 0 0em rgba(163,144,5, 0.7), -1.8em 1.8em 0 0em #9b8639, -2.6em 0em 0 0em rgba(163,144,5, 0.2), -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.5), -1.8em 1.8em 0 0em rgba(163,144,5, 0.7), -2.6em 0em 0 0em #9b8639, -1.8em -1.8em 0 0em rgba(163,144,5, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(163,144,5, 0.2), 1.8em -1.8em 0 0em rgba(163,144,5, 0.2), 2.5em 0em 0 0em rgba(163,144,5, 0.2), 1.75em 1.75em 0 0em rgba(163,144,5, 0.2), 0em 2.5em 0 0em rgba(163,144,5, 0.2), -1.8em 1.8em 0 0em rgba(163,144,5, 0.5), -2.6em 0em 0 0em rgba(163,144,5, 0.7), -1.8em -1.8em 0 0em #9b8639;
  }
}