/* line 30, app/assets/stylesheets/user.scss */
.opacity {
  filter: alpha(opacity=50);
  -moz-opacity: 0.24;
  -khtml-opacity: 0.24;
  opacity: 0.24;
}

/* line 37, app/assets/stylesheets/user.scss */
.unselect, div.menu, i {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 54, app/assets/stylesheets/user.scss */
.no_items, div.index .index_no_items, div.bookmarks .index_no_items, div.buy_point .index_no_items, div.reviews .index_no_items, div.reserve .index_no_items, div.profile .index_no_items {
  color: #3771E0;
  margin: 60px auto 32px auto;
  font-size: 16px;
}

/* line 59, app/assets/stylesheets/user.scss */
.title_line {
  border-bottom: solid 1px #d8d8d8;
  width: 100%;
  height: 1px;
  margin: 3px 0px 8px 0px;
}

/* line 66, app/assets/stylesheets/user.scss */
div.page_header {
  width: 840px;
  padding-left: 6px;
}

/* line 71, app/assets/stylesheets/user.scss */
#modal-background, #loading-modal-background {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  justify-content: center;
  align-items: center;
}

/* line 83, app/assets/stylesheets/user.scss */
#modal-background.is-show, #loading-modal-background.is-show {
  display: flex;
}

/* line 87, app/assets/stylesheets/user.scss */
#modal-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  height: fit-content;
  max-height: 80vh;
}

/* line 95, app/assets/stylesheets/user.scss */
#modal-wrapper.large {
  width: 80%;
  height: 80vh;
}

/* line 100, app/assets/stylesheets/user.scss */
#modal-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 104, app/assets/stylesheets/user.scss */
#modal-inner * {
  box-sizing: border-box;
}

/* line 107, app/assets/stylesheets/user.scss */
#modal-inner *::-webkit-scrollbar {
  display: none;
}

/* line 111, app/assets/stylesheets/user.scss */
#modal-header {
  border-bottom: 2px solid #d8d8d8;
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 15px;
}

/* line 122, app/assets/stylesheets/user.scss */
#modal-header #modal-title {
  width: 100%;
  text-align: center;
  padding: 0px 15px;
}

/* line 127, app/assets/stylesheets/user.scss */
#modal-header #modal-close-button {
  cursor: pointer;
  padding: 10px;
}

/* line 132, app/assets/stylesheets/user.scss */
#modal-body {
  padding: 0px 10px;
  height: 100%;
  overflow-y: scroll;
}

/* line 137, app/assets/stylesheets/user.scss */
#loading-modal-background {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 143, app/assets/stylesheets/user.scss */
#loading-modal-background #loading-modal-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin .5s linear 0s infinite;
}

/* line 151, app/assets/stylesheets/user.scss */
#loading-modal-background p {
  color: white;
  font-size: 15px;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 167, app/assets/stylesheets/user.scss */
.user_header {
  border-bottom: solid 1px #e3e3e3;
  box-shadow: 0px 2px 3px #DFDFDF;
}

/* line 171, app/assets/stylesheets/user.scss */
div.nick_name {
  text-align: left;
  font-weight: bold;
  width: 500px;
  font-size: 15px;
  align-items: flex-end;
  padding: 0 4px;
  color: #505050;
}

/* line 180, app/assets/stylesheets/user.scss */
div.menu {
  width: 468px;
}

/* line 183, app/assets/stylesheets/user.scss */
div.menu table {
  margin-left: 160px;
}

/* line 185, app/assets/stylesheets/user.scss */
div.menu table th {
  border-right: solid 1px #d8d8d8;
}

/* line 188, app/assets/stylesheets/user.scss */
div.menu table th a div {
  text-align: center;
  width: 108px;
  font-weight: normal;
  font-size: 13px;
  color: #505050;
}

/* line 194, app/assets/stylesheets/user.scss */
div.menu table th a div i {
  color: #ff69b4;
}

/* line 200, app/assets/stylesheets/user.scss */
div.menu table td {
  height: 3px;
  padding: 4px 0px 0px 0px;
}

/* line 204, app/assets/stylesheets/user.scss */
div.menu table td.a {
  border-bottom: solid 3px #ff69b4;
}

/* line 214, app/assets/stylesheets/user.scss */
div.login h2 {
  margin-top: 22px;
  margin-bottom: 12px;
}

/* line 218, app/assets/stylesheets/user.scss */
div.login .login_form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
}

/* line 223, app/assets/stylesheets/user.scss */
div.login .login_form button, div.login .login_form .show_login_form, div.login .login_form div.regist_user {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  width: 320px;
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d8d8d8;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
  cursor: pointer;
  color: #303030;
}

/* line 240, app/assets/stylesheets/user.scss */
div.login .login_form button i, div.login .login_form .show_login_form i, div.login .login_form div.regist_user i {
  font-size: 21px;
  color: #505050;
  margin-right: 41px;
  margin-left: -35px;
}

/* line 247, app/assets/stylesheets/user.scss */
div.login .login_form button:hover, div.login .login_form .show_login_form:hover, div.login .login_form div.regist_user:hover {
  color: #888888;
}

/* line 249, app/assets/stylesheets/user.scss */
div.login .login_form button:hover img, div.login .login_form .show_login_form:hover img, div.login .login_form div.regist_user:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* line 255, app/assets/stylesheets/user.scss */
div.login .login_form button:hover i, div.login .login_form .show_login_form:hover i, div.login .login_form div.regist_user:hover i {
  color: #888888;
}

/* line 259, app/assets/stylesheets/user.scss */
div.login .login_form img {
  width: 24px;
}

/* line 262, app/assets/stylesheets/user.scss */
div.login .login_form img.g {
  margin-right: 55px;
  margin-left: -67px;
}

/* line 266, app/assets/stylesheets/user.scss */
div.login .login_form img.f {
  margin-right: 50px;
  margin-left: -58px;
}

/* line 270, app/assets/stylesheets/user.scss */
div.login .login_form span.g {
  padding-left: 5px;
}

/* line 274, app/assets/stylesheets/user.scss */
div.login .login_form .show_login_form, div.login .login_form div.regist_user {
  padding: 0px;
  font-size: 15px;
}

/* line 280, app/assets/stylesheets/user.scss */
div.login .login_form .loghy-buttons + div {
  padding-top: 0px !important;
}

/* line 283, app/assets/stylesheets/user.scss */
div.login .login_form .sns-button {
  width: 322px !important;
  height: 48px !important;
  margin: auto;
}

/* line 287, app/assets/stylesheets/user.scss */
div.login .login_form .sns-button:hover {
  opacity: 0.8;
}

/* line 292, app/assets/stylesheets/user.scss */
div.login .login_form span.regist_user {
  font-size: 14px;
  color: #505050;
}

/* line 296, app/assets/stylesheets/user.scss */
div.login .login_form div.regist_user {
  background-color: green;
  color: white;
  margin-bottom: 24px;
}

/* line 302, app/assets/stylesheets/user.scss */
div.login .login_form div.regist_user:hover {
  color: white;
}

/* line 305, app/assets/stylesheets/user.scss */
div.login .login_form div.login_desc {
  margin-bottom: 64px;
  color: #888888;
  font-size: 12px;
  padding: 6px;
}

/* line 310, app/assets/stylesheets/user.scss */
div.login .login_form div.login_desc a {
  color: #3771E0;
}

/* line 317, app/assets/stylesheets/user.scss */
.sns-button--google {
  box-shadow: 0px 0px 1px !important;
}

/* line 320, app/assets/stylesheets/user.scss */
.sns-button--facebook {
  display: none !important;
}

/* line 327, app/assets/stylesheets/user.scss */
div.index, div.bookmarks, div.buy_point, div.reviews, div.reserve, div.profile {
  padding: 24px 8px;
  text-align: center;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* line 333, app/assets/stylesheets/user.scss */
div.index p, div.bookmarks p, div.buy_point p, div.reviews p, div.reserve p, div.profile p {
  margin: 18px 6px;
  font-size: 14px;
  text-align: left;
  color: #3771E0;
}

/* line 339, app/assets/stylesheets/user.scss */
div.index .msg, div.bookmarks .msg, div.buy_point .msg, div.reviews .msg, div.reserve .msg, div.profile .msg {
  margin: 24px auto 18px auto;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* line 345, app/assets/stylesheets/user.scss */
div.index div.title, div.bookmarks div.title, div.buy_point div.title, div.reviews div.title, div.reserve div.title, div.profile div.title {
  margin-top: 16px;
  font-size: 16px;
  padding-left: 6px;
  font-weight: bold;
  text-align: left;
  color: #505050;
  padding-top: 10px;
}

/* line 354, app/assets/stylesheets/user.scss */
div.index #edit_profile, div.bookmarks #edit_profile, div.buy_point #edit_profile, div.reviews #edit_profile, div.reserve #edit_profile, div.profile #edit_profile, div.index #edit_password, div.bookmarks #edit_password, div.buy_point #edit_password, div.reviews #edit_password, div.reserve #edit_password, div.profile #edit_password, div.index #edit_opt, div.bookmarks #edit_opt, div.buy_point #edit_opt, div.reviews #edit_opt, div.reserve #edit_opt, div.profile #edit_opt {
  margin: 16px auto 24px auto;
  width: 260px;
  background-color: white;
  color: #4169e1;
  border: solid 1px #4169e1;
}

/* line 361, app/assets/stylesheets/user.scss */
div.index #edit_password, div.bookmarks #edit_password, div.buy_point #edit_password, div.reviews #edit_password, div.reserve #edit_password, div.profile #edit_password, div.index #edit_opt, div.bookmarks #edit_opt, div.buy_point #edit_opt, div.reviews #edit_opt, div.reserve #edit_opt, div.profile #edit_opt {
  background-color: white;
  border: solid 1px #3771E0;
  color: #3771E0;
}

/* line 370, app/assets/stylesheets/user.scss */
div.index .opt, div.bookmarks .opt, div.buy_point .opt, div.reviews .opt, div.reserve .opt, div.profile .opt {
  display: none;
  padding-top: 6px;
}

/* line 373, app/assets/stylesheets/user.scss */
div.index .opt #update_opt, div.bookmarks .opt #update_opt, div.buy_point .opt #update_opt, div.reviews .opt #update_opt, div.reserve .opt #update_opt, div.profile .opt #update_opt {
  margin: 12px auto 24px auto;
  width: 260px;
  background-color: #FF9900;
}

/* line 378, app/assets/stylesheets/user.scss */
div.index .opt #hide_opt, div.bookmarks .opt #hide_opt, div.buy_point .opt #hide_opt, div.reviews .opt #hide_opt, div.reserve .opt #hide_opt, div.profile .opt #hide_opt {
  margin: -8px auto 24px auto;
  width: 160px;
  background-color: #a0a0a0;
}

/* line 384, app/assets/stylesheets/user.scss */
div.index .index_no_items, div.bookmarks .index_no_items, div.buy_point .index_no_items, div.reviews .index_no_items, div.reserve .index_no_items, div.profile .index_no_items {
  margin: 18px auto 12px auto;
}

/* line 388, app/assets/stylesheets/user.scss */
div.index .link, div.bookmarks .link, div.buy_point .link, div.reviews .link, div.reserve .link, div.profile .link {
  display: block;
  text-align: left;
  margin-top: 8px;
}

/* line 392, app/assets/stylesheets/user.scss */
div.index .link a, div.bookmarks .link a, div.buy_point .link a, div.reviews .link a, div.reserve .link a, div.profile .link a {
  color: blue;
}

/* line 396, app/assets/stylesheets/user.scss */
div.index label, div.bookmarks label, div.buy_point label, div.reviews label, div.reserve label, div.profile label {
  color: #686868;
  font-size: 13px;
}

/* line 400, app/assets/stylesheets/user.scss */
div.index .withdrawal_link, div.bookmarks .withdrawal_link, div.buy_point .withdrawal_link, div.reviews .withdrawal_link, div.reserve .withdrawal_link, div.profile .withdrawal_link {
  font-size: 13px;
  color: #888888;
  text-decoration: underline;
  margin-bottom: 60px;
}

/* line 406, app/assets/stylesheets/user.scss */
div.index table.reservation, div.bookmarks table.reservation, div.buy_point table.reservation, div.reviews table.reservation, div.reserve table.reservation, div.profile table.reservation {
  color: #505050;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0px;
  margin-left: 6px;
}

/* line 413, app/assets/stylesheets/user.scss */
div.index table.reservation td, div.bookmarks table.reservation td, div.buy_point table.reservation td, div.reviews table.reservation td, div.reserve table.reservation td, div.profile table.reservation td {
  color: #505050;
  text-align: left;
  padding: 14px;
  font-size: 14px;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
  width: 500px;
  background-color: white;
}

/* line 422, app/assets/stylesheets/user.scss */
div.index table.reservation td .date, div.bookmarks table.reservation td .date, div.buy_point table.reservation td .date, div.reviews table.reservation td .date, div.reserve table.reservation td .date, div.profile table.reservation td .date {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
}

/* line 427, app/assets/stylesheets/user.scss */
div.index table.reservation td .salon, div.bookmarks table.reservation td .salon, div.buy_point table.reservation td .salon, div.reviews table.reservation td .salon, div.reserve table.reservation td .salon, div.profile table.reservation td .salon {
  font-size: 16px;
  font-weight: bold;
}

/* line 430, app/assets/stylesheets/user.scss */
div.index table.reservation td .salon a, div.bookmarks table.reservation td .salon a, div.buy_point table.reservation td .salon a, div.reviews table.reservation td .salon a, div.reserve table.reservation td .salon a, div.profile table.reservation td .salon a {
  color: #ff69b4;
  text-decoration: underline;
}

/* line 438, app/assets/stylesheets/user.scss */
div.index table.reservation td.cancel_cell, div.bookmarks table.reservation td.cancel_cell, div.buy_point table.reservation td.cancel_cell, div.reviews table.reservation td.cancel_cell, div.reserve table.reservation td.cancel_cell, div.profile table.reservation td.cancel_cell {
  border-bottom: solid 1px #d8d8d8;
  width: 148px;
  text-align: center;
}

/* line 442, app/assets/stylesheets/user.scss */
div.index table.reservation td.cancel_cell .cancel_reserve, div.bookmarks table.reservation td.cancel_cell .cancel_reserve, div.buy_point table.reservation td.cancel_cell .cancel_reserve, div.reviews table.reservation td.cancel_cell .cancel_reserve, div.reserve table.reservation td.cancel_cell .cancel_reserve, div.profile table.reservation td.cancel_cell .cancel_reserve {
  background-color: white;
  border: solid 1px #3771E0;
  color: #3771E0;
  font-size: 14px;
}

/* line 450, app/assets/stylesheets/user.scss */
div.index .icons, div.bookmarks .icons, div.buy_point .icons, div.reviews .icons, div.reserve .icons, div.profile .icons {
  display: flex;
}

/* line 452, app/assets/stylesheets/user.scss */
div.index .icons span, div.bookmarks .icons span, div.buy_point .icons span, div.reviews .icons span, div.reserve .icons span, div.profile .icons span {
  color: white;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 4px;
}

/* line 460, app/assets/stylesheets/user.scss */
div.index .icons .paid, div.bookmarks .icons .paid, div.buy_point .icons .paid, div.reviews .icons .paid, div.reserve .icons .paid, div.profile .icons .paid {
  background-color: green;
}

/* line 463, app/assets/stylesheets/user.scss */
div.index .icons .unpaid, div.bookmarks .icons .unpaid, div.buy_point .icons .unpaid, div.reviews .icons .unpaid, div.reserve .icons .unpaid, div.profile .icons .unpaid {
  background-color: #FF9900;
}

/* line 466, app/assets/stylesheets/user.scss */
div.index .icons .refund, div.bookmarks .icons .refund, div.buy_point .icons .refund, div.reviews .icons .refund, div.reserve .icons .refund, div.profile .icons .refund {
  background-color: #FF6A6B;
}

/* line 469, app/assets/stylesheets/user.scss */
div.index .icons .completed, div.bookmarks .icons .completed, div.buy_point .icons .completed, div.reviews .icons .completed, div.reserve .icons .completed, div.profile .icons .completed {
  background-color: #888888;
}

/* line 472, app/assets/stylesheets/user.scss */
div.index .icons .canceled, div.bookmarks .icons .canceled, div.buy_point .icons .canceled, div.reviews .icons .canceled, div.reserve .icons .canceled, div.profile .icons .canceled {
  background-color: #FF6A6B;
}

/* line 475, app/assets/stylesheets/user.scss */
div.index .icons .accepted, div.bookmarks .icons .accepted, div.buy_point .icons .accepted, div.reviews .icons .accepted, div.reserve .icons .accepted, div.profile .icons .accepted {
  background-color: green;
}

/* line 478, app/assets/stylesheets/user.scss */
div.index .icons .on-hold, div.bookmarks .icons .on-hold, div.buy_point .icons .on-hold, div.reviews .icons .on-hold, div.reserve .icons .on-hold, div.profile .icons .on-hold {
  background-color: #FF9900;
}

/* line 481, app/assets/stylesheets/user.scss */
div.index .icons .is-online, div.bookmarks .icons .is-online, div.buy_point .icons .is-online, div.reviews .icons .is-online, div.reserve .icons .is-online, div.profile .icons .is-online {
  color: #4169e1;
  border: 1px solid;
}

/* line 485, app/assets/stylesheets/user.scss */
div.index .icons .is-offline, div.bookmarks .icons .is-offline, div.buy_point .icons .is-offline, div.reviews .icons .is-offline, div.reserve .icons .is-offline, div.profile .icons .is-offline {
  color: #FF9900;
  border: 1px solid;
}

/* line 489, app/assets/stylesheets/user.scss */
div.index .icons .is-mail, div.bookmarks .icons .is-mail, div.buy_point .icons .is-mail, div.reviews .icons .is-mail, div.reserve .icons .is-mail, div.profile .icons .is-mail {
  color: #FF6A6B;
  border: 1px solid;
}

/* line 493, app/assets/stylesheets/user.scss */
div.index .icons .is-telephone, div.bookmarks .icons .is-telephone, div.buy_point .icons .is-telephone, div.reviews .icons .is-telephone, div.reserve .icons .is-telephone, div.profile .icons .is-telephone {
  color: green;
  border: 1px solid;
}

/* line 497, app/assets/stylesheets/user.scss */
div.index .icons .is-instant-telephone, div.bookmarks .icons .is-instant-telephone, div.buy_point .icons .is-instant-telephone, div.reviews .icons .is-instant-telephone, div.reserve .icons .is-instant-telephone, div.profile .icons .is-instant-telephone, div.index .icons .is-chat, div.bookmarks .icons .is-chat, div.buy_point .icons .is-chat, div.reviews .icons .is-chat, div.reserve .icons .is-chat, div.profile .icons .is-chat {
  color: #a0522d;
  border: 1px solid;
}

/* line 502, app/assets/stylesheets/user.scss */
div.index .on-hold-description, div.bookmarks .on-hold-description, div.buy_point .on-hold-description, div.reviews .on-hold-description, div.reserve .on-hold-description, div.profile .on-hold-description {
  color: #FF9900;
}

/* line 506, app/assets/stylesheets/user.scss */
div.index .service-type-text, div.bookmarks .service-type-text, div.buy_point .service-type-text, div.reviews .service-type-text, div.reserve .service-type-text, div.profile .service-type-text {
  color: dimgrey;
}

/* line 516, app/assets/stylesheets/user.scss */
div.profile .no_edit {
  color: #888888;
  font-size: 13px;
  font-weight: normal;
  margin-top: 3px;
}

/* line 522, app/assets/stylesheets/user.scss */
div.profile #back {
  margin: 12px auto;
  width: 120px;
}

/* line 527, app/assets/stylesheets/user.scss */
div.profile .form p {
  color: blue;
}

/* line 530, app/assets/stylesheets/user.scss */
div.profile .form #nick_name_msg1, div.profile .form #nick_name_msg2 {
  color: blue;
  display: none;
  margin-top: 6px;
}

/* line 535, app/assets/stylesheets/user.scss */
div.profile .form #nick_name_msg2 {
  color: red;
}

/* line 544, app/assets/stylesheets/user.scss */
div.reserve {
  padding-left: 0px !important;
}

/* line 547, app/assets/stylesheets/user.scss */
div.reserve .title {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}

/* line 558, app/assets/stylesheets/user.scss */
table.point {
  margin: 12px auto;
}

/* line 560, app/assets/stylesheets/user.scss */
table.point th {
  font-weight: bold;
  border: solid 1px #a0a0a0;
  padding: 4px 7px;
  font-size: 13px;
  color: white;
  background-color: #244185;
}

/* line 568, app/assets/stylesheets/user.scss */
table.point td {
  border: solid 1px #a0a0a0;
  padding: 4px 7px;
  font-size: 14px;
}

/* line 580, app/assets/stylesheets/user.scss */
div.reviews {
  padding-left: 0px !important;
}

/* line 583, app/assets/stylesheets/user.scss */
div.reviews .review {
  margin: 0px;
}

/* line 586, app/assets/stylesheets/user.scss */
div.reviews .title {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}

/* line 592, app/assets/stylesheets/user.scss */
div.reviews div.review_header {
  width: 690px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

/* line 597, app/assets/stylesheets/user.scss */
div.reviews div.review_header div.status {
  width: 550px;
  font-size: 14px;
  text-align: left;
}

/* line 601, app/assets/stylesheets/user.scss */
div.reviews div.review_header div.status .salon {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

/* line 606, app/assets/stylesheets/user.scss */
div.reviews div.review_header div.status .edit_review {
  font-size: 12px;
  background-color: green;
  padding: 8px;
  width: 160px;
  display: inline-block;
  margin-left: 20px;
}

/* line 616, app/assets/stylesheets/user.scss */
div.reviews .review_score {
  width: 704px;
  padding: 12px 0px 12px 10px;
  margin-left: auto;
  margin-right: auto;
}

/* line 621, app/assets/stylesheets/user.scss */
div.reviews .review_score .score_detail {
  margin-left: 2px;
}

/* line 625, app/assets/stylesheets/user.scss */
div.reviews .review_comment {
  width: 690px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

/* line 633, app/assets/stylesheets/user.scss */
div.reviews .review_comment .title {
  margin-top: 2px;
}

/* line 642, app/assets/stylesheets/user.scss */
div.bookmarks, div.buy_point {
  padding-left: 0px !important;
}

/* line 645, app/assets/stylesheets/user.scss */
div.bookmarks .title, div.buy_point .title {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

/* line 651, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list, div.buy_point table.bookmark_list {
  margin-right: auto;
  padding-left: 0;
}

/* line 655, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list th, div.buy_point table.bookmark_list th {
  padding-top: 16px;
  padding-bottom: 12px;
  vertical-align: top;
  border-bottom: solid 1px #e3e3e3;
}

/* line 660, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list th img, div.buy_point table.bookmark_list th img {
  width: 160px;
  height: 120px;
  border: solid 1px #f6f6f6;
  object-fit: cover;
}

/* line 666, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list th .img, div.buy_point table.bookmark_list th .img {
  margin-right: 4px;
}

/* line 669, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list th .no_img, div.buy_point table.bookmark_list th .no_img {
  width: 160px;
  height: 90px;
  font-size: 14px;
  padding-top: 60px;
  font-weight: normal;
  border: solid 1px #e3e3e3;
  background-color: #b8b8b8;
  color: white;
}

/* line 679, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list th .sub_img, div.buy_point table.bookmark_list th .sub_img {
  display: inline-block;
  width: 50px;
  height: 40px;
  border: solid 1px #f6f6f6;
  object-fit: cover;
  border: solid 1px #f6f6f6;
}

/* line 688, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td, div.buy_point table.bookmark_list td {
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  color: #303030;
  padding: 12px 12px 12px 8px;
  border-bottom: solid 1px #e3e3e3;
  width: 480px;
}

/* line 696, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td div.sub_name, div.buy_point table.bookmark_list td div.sub_name {
  color: #686868;
}

/* line 699, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td div.name, div.buy_point table.bookmark_list td div.name {
  color: #ff69b4;
  font-weight: bold;
  font-size: 18px;
}

/* line 704, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td div.desc, div.buy_point table.bookmark_list td div.desc {
  font-size: 14px;
  margin-top: 3px;
}

/* line 708, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td div.keywords, div.buy_point table.bookmark_list td div.keywords {
  margin-top: 3px;
}

/* line 710, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td div.keywords div, div.buy_point table.bookmark_list td div.keywords div {
  display: inline-block;
  border: solid 1px #888888;
  border-radius: 2px;
  font-size: 11px;
  font-weight: normal;
  margin: 2px;
  padding: 4px;
  box-shadow: 2px 2px 2px #d8d8d8;
}

/* line 722, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td.setting, div.buy_point table.bookmark_list td.setting {
  width: 22px;
  padding: 0px;
}

/* line 725, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list td.setting div.delete_bookmark, div.buy_point table.bookmark_list td.setting div.delete_bookmark {
  background-color: #f6f6f6;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  color: #303030;
  font-size: 14px;
  font-weight: normal;
  width: 50px;
  padding: 4px 8px;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
  margin-top: 12px;
}

/* line 740, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list .star, div.buy_point table.bookmark_list .star {
  display: inline-block;
  margin: 4px 8px 4px 0px;
  font-size: 17px;
  vertical-align: bottom;
}

/* line 745, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list .star div, div.buy_point table.bookmark_list .star div {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
  padding-bottom: 0px;
  margin: 0;
}

/* line 752, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list .star div .comment, div.buy_point table.bookmark_list .star div .comment {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  margin: 4px 4px 4px 8px;
}

/* line 758, app/assets/stylesheets/user.scss */
div.bookmarks table.bookmark_list .star div .mark, div.buy_point table.bookmark_list .star div .mark {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  margin: 4px 4px 4px 0px;
}

/* line 773, app/assets/stylesheets/user.scss */
div.withdrawal div.desc {
  color: red;
  font-size: 15px;
}

/* line 777, app/assets/stylesheets/user.scss */
div.withdrawal .withdrawal_req {
  color: white;
  width: 180px;
}

/* line 781, app/assets/stylesheets/user.scss */
div.withdrawal #set_withdrawal {
  background-color: green;
  margin: 8px auto 20px auto;
}

/* line 785, app/assets/stylesheets/user.scss */
div.withdrawal #withdrawal_req {
  background-color: #FF9900;
  margin: -20px 8px 20px 20px;
  display: inline-block;
}

/* line 790, app/assets/stylesheets/user.scss */
div.withdrawal select {
  height: 28px;
  border: solid 1px #e3e3e3;
  border-radius: 3px;
  font-size: 14px;
  padding: 2px;
  background-color: white;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 488px;
}

/* line 801, app/assets/stylesheets/user.scss */
div.withdrawal .text_tr {
  display: none;
}

/* line 809, app/assets/stylesheets/user.scss */
.point-balance-wrapper {
  box-sizing: border-box;
  width: 288px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3e3e3;
  margin: auto;
}

/* line 817, app/assets/stylesheets/user.scss */
.point-balance-wrapper .usable-point {
  width: 100%;
  padding: 10px;
}

/* line 820, app/assets/stylesheets/user.scss */
.point-balance-wrapper .usable-point div {
  width: 100%;
}

/* line 823, app/assets/stylesheets/user.scss */
.point-balance-wrapper .usable-point div:nth-child(1) {
  font-weight: bold;
}

/* line 828, app/assets/stylesheets/user.scss */
.point-balance-wrapper .bonus-point {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f9f7f9;
  padding: 10px;
}

/* line 835, app/assets/stylesheets/user.scss */
.point-balance-wrapper .bonus-point ._point span {
  font-weight: bold;
}

/* line 838, app/assets/stylesheets/user.scss */
.point-balance-wrapper .bonus-point .expire-date {
  width: 100%;
  text-align: left;
}

/* line 850, app/assets/stylesheets/user.scss */
div.buy_point .point_caption {
  color: #505050;
  margin-top: 24px;
  margin-bottom: 4px;
}

/* line 855, app/assets/stylesheets/user.scss */
div.buy_point .buy_point_caption {
  color: blue;
  margin-top: 24px;
}

/* line 859, app/assets/stylesheets/user.scss */
div.buy_point input {
  margin-top: 8px;
  height: 32px;
  width: 200px;
  text-align: center;
  font-size: 20px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}

/* line 868, app/assets/stylesheets/user.scss */
div.buy_point .to_select_payment {
  margin: 40px auto 30px auto;
  width: 200px;
  padding: 16px 12px;
}

/* line 873, app/assets/stylesheets/user.scss */
div.buy_point .select_payment_button {
  border: solid 1px #d8d8d8;
  padding: 12px 20px;
  width: 260px;
  border-radius: 3px;
  margin: 12px auto;
  cursor: pointer;
}

/* line 881, app/assets/stylesheets/user.scss */
div.buy_point .select_payment_button:hover {
  border: solid 1px blue;
}

/* line 888, app/assets/stylesheets/user.scss */
.payment-result-buttons {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  flex-direction: column;
}

/* line 895, app/assets/stylesheets/user.scss */
.payment-result-buttons a {
  width: 200px;
  margin: 10px 0 5px 0;
}

/* line 903, app/assets/stylesheets/user.scss */
.bank-transfer-info .title {
  text-align: center !important;
}

/* line 906, app/assets/stylesheets/user.scss */
.bank-transfer-info table {
  color: #505050 !important;
  text-align: center;
  font-size: 14px;
  margin: 10px auto;
}

/* line 911, app/assets/stylesheets/user.scss */
.bank-transfer-info table th, .bank-transfer-info table td {
  padding: 6px 12px !important;
  border: 1px solid #888888;
}

/* line 916, app/assets/stylesheets/user.scss */
.bank-transfer-info p {
  color: #303030 !important;
}

/* line 919, app/assets/stylesheets/user.scss */
.bank-transfer-info a {
  font-size: 14px;
  color: #3771E0;
  text-decoration: underline;
}
