/* 新規会員登録 */

#newmember {
  font-size: 150%!important;
}

#newmember .formWrap {
  margin-top: 50px;
}

#newmember .formBox {
  background-color: #eee;
  padding: 30px 20px;
}

#newmember .formWrap #regmember_submit {
  background: none;
  border: none;
  cursor: pointer;
  height: 50px;
  width: 200px;
  background: #E50032;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

#newmember .formWrap .error, #newmember .formWrap .error_popup {
  border: 1px solid #E50032;
  text-align: center;
  color: #E50032;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 10px;
  margin-bottom: 30px;
  display: none;
}

#newmember input {
  border: none;
}

#newmember table tr {
  height: 3em;
}

#newmember table th {
  border: none;
  width: 200px!important;
  background-color: #eee!important;
}

#newmember table td {
  border: none;
}

#newmember table input {
  padding: 1em;
}

/* 会員ページ */
#memberpages #memberinfo {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

#memberpages #memberinfo input {
  border: 3px solid #d3cabd;
}

#memberpages #memberinfo #memberinfo th {
  background-color: #ffffff;
}

#memberpages #memberinfo .send input[name="editmember"],
#memberpages #memberinfo .goMember {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  font-size: 129%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f60;
  border: solid 4px #dc6516;
  cursor: pointer;
}

#memberpages #memberinfo .goMember a {
  color: #ffffff;
  text-decoration: none;
}

#memberpages #memberinfo .send input[name="deletemember"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  font-size: 129%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #999;
  border: solid 4px #666;
  cursor: pointer;
}

#memberpages #memberinfo .send input[name="top"] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 30px;
  background: #B69984;
  color: #fff;
  font-size: 115%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

#memberpages #memberinfo .send .memberbtn {
  margin: 20px auto;
  width: 40%;
}

#memberpages #memberinfo .error_message {
  color: #c00;
}

#memberpages #memberinfo .bl_member_page_title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

#memberpages #memberinfo .bl_member_page_subtitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#memberpages #memberinfo .bl_member_page_h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid;
}

#memberpages #memberinfo .un_memberdetail_wrap {
  margin-bottom: 20px;
}
#memberpages #memberinfo .un_memberdetail_wrap #memberdetail th,
#memberpages #memberinfo .un_memberdetail_wrap #memberdetail td {
  font-size: 16px;
}
#memberpages #memberinfo .un_memberdetail_wrap #memberdetail th {
  background: #f8f8f8;
}
#memberpages #memberinfo .un_memberdetail_wrap #memberdetail td {
  background: #fff;
}

#memberpages #memberinfo .bl_member_page_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
#memberpages #memberinfo .bl_member_page_menu_list .bl_member_page_menu_item {
  margin: 5px;
}
#memberpages #memberinfo .bl_member_page_menu_list .bl_member_page_menu_item a {
  display: block;
  width: 240px;
  padding: 12px 0;
  margin: auto;
  background: #dddddd;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

#memberpages #memberinfo .usces_filter_history input[type="checkbox"]:checked {
  background-color: #660000;
}
#memberpages #memberinfo .history-area {
  overflow-x: scroll;
  overflow-y: visible;
  height: auto;
}
#memberpages #memberinfo .history-area #history_head {
  margin-bottom: 4px;
  width: 100%;
  min-width: 500px;
}
#memberpages #memberinfo .history-area #history_head th,
#memberpages #memberinfo .history-area #history_head td {
  font-size: 14px;
}
#memberpages #memberinfo .history-area .retail {
  margin-bottom: 4px;
  width: 100%;
  min-width: 500px;
}
#memberpages #memberinfo .history-area .retail th,
#memberpages #memberinfo .history-area .retail td {
  font-size: 14px;
}
#memberpages #memberinfo .history-area .bl_member_history_row {
  margin-bottom: 4px;
  width: 100%;
  min-width: 500px;
}
#memberpages #memberinfo .history-area .bl_member_history_row th,
#memberpages #memberinfo .history-area .bl_member_history_row td {
  font-size: 14px;
}
#memberpages #memberinfo .history-area .bl_member_history_row th {
  min-width: 100px;
  width: 10%
}
#memberpages #memberinfo .history-area .bl_member_history_row_detail {
  margin-bottom: 20px;
  text-align: right;
}
#memberpages #memberinfo .history-area .bl_member_history_row_detail a {
  font-weight: bold;
}

#memberpages #memberinfo #member_form {
  overflow-x: scroll;
}
#memberpages #memberinfo #member_form .customer_form {
  width: 100%;
  min-width: 500px;
}
#memberpages #memberinfo #member_form .customer_form th,
#memberpages #memberinfo #member_form .customer_form td {
  font-size: 14px;
}
#memberpages #memberinfo #member_form .customer_form th {
  min-width: 160px;
}

#memberpages #memberinfo .bl_application_details_table {
  margin-bottom: 20px;
  width: 100%;
  min-width: 500px;
}
#memberpages #memberinfo .bl_application_details_table th,
#memberpages #memberinfo .bl_application_details_table td {
  font-size: 14px;
}
#memberpages #memberinfo .bl_application_details_table th {
  min-width: 200px;
  width: 30%;
}
#memberpages #memberinfo .bl_application_details_table.bl_application_details_table__autowidth th {
  min-width: initial;
  width: auto;
}
#memberpages #memberinfo .bl_application_details_table.bl_application_details_table__txtright td {
  text-align: right;
}

#memberpages #memberinfo .bl_application_details_contact {
  margin-bottom: 20px;
  line-height: 1.5rem;
}
