*{
  margin: 0;
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.wrap{
  width: 830px;
  text-align: left;
  margin: 0 auto;
  font-size: 18px;
}
header.wrap{
  margin-top: 20px;
  margin-bottom: 50px;
}
header h1{
  text-align: center;
}
.message{
  border: solid 2px red;
  border-radius: 50px;
  padding: 50px 35px;
  margin-bottom: 80px;
}
.message h2{
  text-align: center;
  color: red;
  margin-bottom: 30px;
}
.message p{
  margin-bottom: 30px;
}
.message .bold{
  font-weight: bold;
  margin-bottom: 0;
}
footer{
  background-color: black;
  height: 50px;
  line-height: 50px;
}
footer p{
  color: white;
  text-align: center;
  font-size: 0.8em;
}

@media screen and (max-width: 1000px) {
  .wrap{
    width: 100%;
  }
  div.wrap{
    width: 90%;
    margin: 0 auto;
  }
  footer p{
    font-size: 0.5em;
  }
}
