﻿@charset "utf-8";

*{
  padding: 0px;
  margin: 0px;
}

body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #f3f3f3;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
}

div.body-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

a {
  color: #333;
  text-decoration: underline;
  overflow: hidden;
  outline:none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

div#center-block {
  width: auto;
  margin: 0 15px;
  padding: 0 80px;
  background: #FFF;
  transition: 0.5s;
}

@media screen and (max-width:640px) {

div#center-block {
  padding: 0 15px;
}

}

div#center-block h1.title {
  clear: both;
  padding: 40px 0 0;
  color: #444;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 34px;
}

div#center-block h1.title img {
  margin-bottom: 20px;
}

div#center-block p {
  margin-bottom: 34px;
}

div#center-block div.home-link img {
  margin: 0 6px 2px 0;
  background: #b39c59;
  vertical-align: middle;
}
