html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-color: #f4f7fb;
  background-image: none;
  color: #333333;
  font-size: 13px;
  height: 100%;
}

body {
  margin: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a,
.uk-link {
  color: #1a0dab;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #1a0dab;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 11px;
  font-family: Consolas, monospace, serif;
  color: #dd0055;
  white-space: nowrap;
  padding: 0 4px;
  border: 1px solid #c7d0db;
  border-radius: 3px;
  background: #fafafa;
}
em {
  color: #dd0055;
}
ins {
  background: #ffffaa;
  color: #333333;
  text-decoration: none;
}
mark {
  background: #ffffaa;
  color: #333333;
}
q {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
blockquote,
figure {
  margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-transform: none;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 20px;
}
h1,
.uk-h1 {
  font-size: 34px;
  line-height: 39px;
}
h2,
.uk-h2 {
  font-size: 23px;
  line-height: 29px;
}
h3,
.uk-h3 {
  font-size: 17px;
  line-height: 22px;
}
h4,
.uk-h4 {
  font-size: 15px;
  line-height: 20px;
}
h5,
.uk-h5 {
  font-size: 13px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 11px;
  line-height: 16px;
}
ul,
ol {
  padding-left: 30px;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #c7d0db;
}
address {
  font-style: normal;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #c7d0db;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
}
pre {
  padding: 10px;
  background: #fafafa;
  font: 11px / 16px Consolas, monospace, serif;
  color: #333333;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  border: 1px solid #c7d0db;
  border-radius: 3px;
}
::-moz-selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #3399ff;
  color: #ffffff;
  text-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
}
[hidden],
template {
  display: none;
}
iframe {
  border: 0;
}
@media screen and (max-width: 400px) {
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
.uk-grid > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 20px;
}
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}
@media (min-width: 1220px) {
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 40px;
  }
}
.uk-height-1-1 {
  height: 100%;
}
.uk-text-center {
  text-align: center !important;
}
.uk-position-relative {
  position: relative !important;
}
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.xs-block-inner-medium {
  padding: 15px;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}

/* xs-block
========================================================================== */
.xs-block {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.xs-block-header {
  border-bottom: 2px solid #c7d0db;
}
.xs-block-header-title {
  margin-right: auto;
  padding: 12px 10px;
  font-size: 1.23rem;
  font-weight: bold;
}

.xs-block-header-title > .uk-button {
  font-weight: normal !important;
}
.xs-block-header-right {
  padding: 10px;
}
.xs-block-header-link {
  font-size: 0.923rem;
  color: #ababab;
  text-decoration: none;
}
.xs-block-header-link:hover {
  color: #00aec7;
}
.xs-block-inner {
  padding: 10px;
}
.xs-block-inner-medium {
  padding: 15px;
}
.xs-block-inner-grayish {
  background-color: #f9fafa;
}

/* ログイン画面用
========================================================================== */
.uk-modal .xs-block {
  margin-bottom: 0px;
}
.xs-el-login {
  width: 260px;
}
.xs-el-login-logo {
  width: 200px;
}
.xs-el-login .xs-el-login-message,
.xs-el-modal-login .xs-el-login-message {
  margin-bottom: 15px;
}
.xs-el-login-modal-period .uk-modal-dialog {
  width: 400px;
  height: 160px;
  padding: 0px;
}
.xs-el-login-modal-period .xs-el-login-message {
  font-size: 20px;
  position: absolute;
  right: 50px;
  top: 45px;
}
.xs-el-login-modal-period a {
  font-size: 13px;
  position: absolute;
  left: 129px;
  bottom: 45px;
}
.xs-el-modal-login .uk-modal-dialog {
  width: 480px;
}

.xs-el-top-information table > tbody > tr > td:nth-child(1),
table.xs-smp-remove > tbody > tr > th:nth-child(1) {
  width: 400px;
}
table.xs-smp-remove > tbody > tr > th:nth-child(2),
.xs-el-top-information table > tbody > tr > td:nth-child(2) {
  width: 130px;
}
.xs-el-top-information table > tbody > tr > td:nth-child(2) i {
  display: none;
}
table.xs-smp-remove > tbody > tr > th:nth-child(3),
.xs-el-top-information table > tbody > tr > td:nth-child(3) {
  width: 200px;
}

/*  メンテ・404画面  */
.xs-el-error {
  min-width: 450px;
  height: 100%;
  margin-top: 120px;
}
.xs-el-error h1 img {
  width: 180px;
  margin: 30px 0;
}
.xs-el-error h2 {
  font-size: 40px;
  display: block;
  font-weight: bold;
  color: #00aec7;
}
.xs-el-error h3 {
  font-size: 26px;
  display: block;
  font-weight: bold;
  color: #00aec7;
}
.xs-ellor-sub {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .xs-el-error {
    min-width: 90% !important;
    width: 90% !important;
  }
  .xs-el-error h1 img {
    width: 150px;
  }
  .xs-el-error h2 {
    font-size: 30px;
  }
  .xs-el-error h3 {
    font-size: 19px;
  }
  .xs-el-error p {
    font-size: 1em;
  }
  .xs-ellor-sub {
    margin: 0 0 20px;
  }
}
