@charset "utf-8";

/*----------------------初期設定-------------------------*/

body {
  margin: 0;
  padding: 0;
  background-color: #2b2b2b;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}



/*----------------------初期設定終わり-------------------------*/

.content{
  width: 80%;
  max-width: 600px;
  margin: 60px auto 0;
  padding: 40px;
  border: 4px #ffdd33 solid;
  text-align: center;
}

.content h1{
  font-size: 20px;
  font-weight: bold;
}

.content p{
  margin-top: 40px;
  font-size: 15px;
}