@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote, table, th, td, address {
  margin: 0;
  padding: 0;
  color: #000;
  font-style: normal;
  font: 16px/180% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
  font-size: 1.6rem;
}

select,
input,
button,
textarea {
  font-size: 99%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

textarea, input {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 20px;
}

a, a:link {
  color: #4059b3;
}

a:visited {
  color: #4059b3;
}

a:hover {
  color: #4059b3;
}

body {
  background: #009AEE;
}

body #wrapper {
  border-top: #221815 40px solid;
  text-align: center;
}

body #wrapper h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

body #wrapper h1 img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

body #wrapper .menu {
  position: absolute;
  top: 70px;
  left: 20px;
}

body #wrapper .social {
  position: absolute;
  top: 70px;
  right: 20px;
}

body #wrapper .social li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

body #wrapper footer {
  text-align: left;
  background: #221815;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 20px;
  padding: 10px 25px;
  font-size: 13px;
}
