@charset "UTF-8";
.member_pass p + p {
  margin: 10px 0 0;
}
input[type="submit"] {
  padding: 5px 20px;
  border: solid #1b1464 1px;
  background: #1b1464;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all 0.5s ease-out;
  color: #fff;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #fff;
  color: #1b1464;
}
/* ログアウトボタン */
a#logout_btn {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 10;
  padding: 20px;
  border: solid #1b1464 1px;
  background: #1b1464;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all 0.5s ease-out;
}
a#logout_btn:hover {
  background: #fff;
  color: #1b1464;
}