body {
  color: #535353;
}

#wrapper h1 {
  font-size: 40px;
}

#wrapper h2 {
  margin-top: 30px;
  text-decoration: none;
}

#wrapper {
  margin-bottom: 70px;
  width: 100%;
}

#wrapper > div {
  margin: 0 auto;
  text-align: center;
}

#wrapper p {
  font-size: 18px;
}

.block h2 {
  color: #21AA87;
  font-size: 26px;
}

span.strong {
  color: #F00;
  font-weight: bold;
}

p.notice {
  margin-top: 10px;
}

.mailto {
  padding-bottom: 10px;
  padding-top: 10px;
}

#wrapper .block .login-my {
  background-color: #52A58B;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  margin: 30px auto;
  padding: 10px 0;
  text-align: center;
  width: 450px;
}

.clear {
  clear: both;
}

.clearfix {
  display: flex;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#common-footer ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 500px;
}

#common-footer li {
  margin: 5px auto 0;
}

#common-footer {
  height: 46px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#footer-contents {
  background: url('../img/background.png');
  height: 46px;
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}

.no-line {
  text-decoration: none;
}

.white {
  color: #fff;
}
