@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

a#pagetop {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

a {
  text-decoration: underline;
}

a:hover {
  color: #09C;
}

#header-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 15px 20px;
}

#header-inner img {
  display: block;
}

#center-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#footer {
  margin: 50px auto 0;
  border-top: 1px solid #ccc;
}

#footer-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
}

#footer-inner img {
  display: block;
}

.maintenance {
  border: 1px solid #00489F;
  padding: 30px;
}

.maintenance-ttl {
  color: #00479F;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
  text-align: center;
}

.maintenance-body {
  padding: 20px;
}

.maintenance-body p:not(:last-child), .maintenance-body ul:not(:last-child) {
  margin-bottom: 1.8em;
}

.maintenance-body li:not(:last-child) {
  margin-bottom: 1em;
}

.maintenance-body strong {
  color: #f00;
  font-weight: bold;
}

@media screen and (max-width: 999px), print {
  #header-inner {
    padding-top: 20px;
  }
  #footer {
    margin-top: 20px;
  }
  .maintenance {
    padding: 0 20px;
  }
  .maintenance-body {
    padding: 20px 0;
  }
}
