/*
Theme Name:jinr-child
Theme JIN:R（子テーマ）:
Description:WordPressテーマ「JIN:R」の自作子テーマです。
Template:jinr
Author:Link Bank
Author URI:https://web-academy.online/
Version:0.0.1
*/

/* 会員ページ */
div#wpmem_restricted_msg {
  text-align: center;
}
div#wpmem_restricted_msg,
div#wpmem_login,
div#wpmem_reg {
  width: 600px;
  margin: auto auto 60px;
}

div#wpmem_login legend,
div#wpmem_reg legend {
  text-align: center;
  background-color: #2d4444;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
}

input.buttons {
  border: unset;
  background-color: #2d4444;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 20px;
}

input.buttons:hover,
.buttons:hover {
  cursor: pointer;
}

#postContent p a.btn_user {
  display: block;
  border: unset;
  background-color: #2d4444;
  color: #fff;
  padding: 15px 30px;
  margin: 0 auto 20px;
  text-decoration: unset;
  width: 200px;
}

div.wpmem_msg {
  margin: 30px auto !important;
}

/* table */
table.tbl_user {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
}

table.tbl_user th,
table.tbl_user td {
  border: solid 1px #ccc;
  padding: 5px 10px;
  font-weight: normal;
}

table.tbl_user th {
  background-color: #eeeeee;
}

@media screen and (max-width: 559px) {
  /* スマホ 縦から */
  div#wpmem_restricted_msg,
  div#wpmem_login,
  div#wpmem_reg {
    width: 100%;
  }
  div#wpmem_login legend,
  div#wpmem_reg legend {
    font-size: 18px;
    padding: 15px 0;
  }
  input#log,
  input#pwd,
  input#user,
  input#user_email,
  input#username,
  input#last_name,
  input#first_name,
  input#user_email,
  .div_text input {
    width: auto !important;
  }
}
