img {
  width: 100%;
}
/* ---------------------------- info_common --------------------------------------------*/
a {
  color: #888888;
}
html, body {
  color: #1a1a1a;
}
.not_member_header .info_box {
  padding-top: 70px;
}
.info_box {
  background-color: #ffffff;
}
.info_box h2 {
  background-image: -moz-linear-gradient(0deg, #9478af 0%, #ba829a 23%, #df8c85 47%, #e6a777 74%, #edc268 100%);
  background-image: -webkit-linear-gradient(0deg, #9478af 0%, #ba829a 23%, #df8c85 47%, #e6a777 74%, #edc268 100%);
  background-image: -ms-linear-gradient(0deg, #9478af 0%, #ba829a 23%, #df8c85 47%, #e6a777 74%, #edc268 100%);
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.8rem;
}
.info_box h2 span {
  border-bottom: none;
}
.info_box h3 {
  background-color: #eeeeee;
}
.info_box a.btns {
  background-color: #987aac;
  color: #ffffff;
}
.info_box__contents .red span {
  color: #E86A6D;
}
.info_box__contents .box {
  border: 1px solid #888888;
}
/* ---- contact --------------------------------*/
.contact_box h4 {
  border: 1px solid #1a1a1a;
  background-color: #ffffff;
}
.contact_box h4:before {
  border-top: 11px solid #1a1a1a;
}
.contact_box h4:after {
  border-top: 11px solid #ffffff;
}
.contact_box h5 {
  border-bottom: 1px solid #1a1a1a;
}
/* ---- regist --------------------------------*/
.regist_trial h6 {
  background-color: #987aac;
  color: #ffffff;
}
.regist_trial h6 span.check {
  color: #ffff99;
}
.regist_trial .login_paybtn small {
  color: #fff;
}
#mail_form_panel input, #mail_remind_form_panel input, #account-edit_mail_panel input {
  background-color: #eeeeee;
}
#mail_form_panel input#mail_regist_button, #mail_form_panel input#mail_button, #mail_remind_form_panel input#remind_button, #account-edit_mail_panel input#account-edit_mail_submit {
  color: #ffffff;
  background-color: #f08b7e;
  border: 1px solid #f08b7e;
}
#mail_form_panel #mail_error, #mail_form_panel #mail_regist_error, #mail_remind_form_panel #mail_error2 {
  color: #E86A6D;
}
/* ---- login --------------------------------*/
.login_registlink {
  background-color: #f08b7e;
  color: #ffffff;
}
/* ---- account --------------------------------*/
.info_box.account .login_info_panel a {
  border: 1px solid #888888;
}
.info_box.account .login_info_panel input.editbtn {
  border: 1px solid #888888;
  color: #888888;
}
#account-edit_mail_complete .ok_close {
  background-color: #f08b7e;
  color: #ffffff !important;
}
#account-edit_mail_panel p.mail_panel_p {
  color: #888888;
}
#account-edit_mail_panel p#account-edit_mail_error {
  color: #E86A6D;
}
#account-edit_mail_panel label .red {
  color: #E86A6D;
}
/* ---- delete ------------------------------- */
.info_box.delete .radio {
  background-color: #eeeeee;
}
.info_box.delete .radio:hover {
  background-color: rgba(32, 171, 203, 0.1);
}
.info_box.delete .radio:hover:after {
  border-color: rgba(255, 255, 255, 0.7);
}
.info_box.delete .radio:after {
  border: 2px solid #bbbbbb;
}
.info_box.delete .radio:before {
  background-color: rgba(152, 122, 172, 0.7);
}
.info_box.delete .textarea {
  background-color: #eeeeee;
}
.info_box.delete input[type=submit], .info_box.delete p.submit a, #delete_button_submit {
  background-color: #f08b7e;
  color: #ffffff;
}
/* ---- remind --------------------------------*/
.info_box .mail_form_pass.remind h3 {
  background-color: rgba(255, 255, 255, 0) !important;
  border-left: 5px solid #888888;
  border-bottom: 1px solid #888888;
}
.info_box .mail_form_pass.remind input[type="submit"] {
  background-color: #f08b7e !important;
  color: #fff !important;
}
/* ---------------------------- base_common --------------------------------------------*/
/* ----  popup dialog style -------------------- */
.dialog-dialog {
  background-color: #ffffff;
  border-radius: 1rem;
}
.dialog-container {
  background: linear-gradient(rgba(208, 208, 208, 0.95) 0%, rgba(132, 131, 130, 0.95) 100%);
}
.dialog-dialog {
  background-color: white;
}
.diglog-closeButton:hover {
  background-color: #ffffff !important;
}
.dialog-dialog h3 {
  color: #1a1a1a !important;
}
.dialog-dialog .ui-input-text input {
  background-color: #eeeeee;
}
.dialog-closeButton:before, .dialog-closeButton:after {
  background-color: #888888;
}
/* ---- footer_link --------------------------------*/
.footer_back {
  background-color: #fbefe6;
}
.footer_back a {
  color: #333333;
}
.footer_box {
  padding: 1rem 0;
}
.footer_box li {
  line-height: 100%;
}
.footer_box li a {
  color: #666666;
}
/* ---- copyright --------------------------------*/
copyright {
  color: #666666;
  margin: 10px auto 0px auto;
  padding-bottom: 1rem;
}
.delete_ad {
  margin: 2rem auto;
  width: 90%;
}
