@charset "utf-8";
main .inner{
  width:332px;
}
.navLinkText{
  margin-bottom: 8px;
}
.contact{
  margin-bottom: 32px;
}
.registerLink{
  width: 100%;
  margin-bottom: 32px;
}
.registerLink a{
  display: block;
  background-color: #b95513;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 24px;
}
.registerLink a:hover{
  background-color: #eca14b;
  text-decoration: none;
}

/* スマホ以下 */
@media only screen and (max-width: 767px){
  main .inner{
    width: 100%;
  }
}/* このとじカッコは消さないこと */
