@charset "utf-8";

/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-id-pattern */
/* stylelint-disable no-descending-specificity */

/* CSS Document */

/* ----------------------------------
	authResetPasswordComplete.html
---------------------------------- */
#main #main_contents {
  width: 780px;
  margin: 33px auto;
}

#main #main_contents .btn_back_to_login {
  margin-top: 100px;
  text-align: center;
  font-size: 109%;
}

#main #main_contents .btn_back_to_login a {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-right: 45px;
  padding-left: 40px;
  background: url('/img/share/btn_center.png') 0 0 repeat-x;
  text-decoration: none;
  border: 0;
  color: #444;
  cursor: pointer;
}

#main #main_contents .btn_back_to_login a:hover {
  color: #0c539c;
}

#main #main_contents .btn_back_to_login a::before,
#main #main_contents .btn_back_to_login a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}

#main #main_contents .btn_back_to_login a::before {
  left: 0;
  width: 28px;
  background: url('/img/share/sprite.png') no-repeat 0 -326px #fff;
}

#main #main_contents .btn_back_to_login a::after {
  right: 0;
  width: 32px;
  background: url('/img/login/btn-next_right.png') no-repeat #fff;
}

#main #main_contents .btn_back_to_login a:hover::after {
  background-image: url('/img/login/btn-next_right_on.png');
}

/* ----------------------------------------
	#authResetPassword.html
---------------------------------------- */
#main #main_contents #top_contents .form_table dl {
  padding-left: 30px;
}

#main #main_contents #top_contents .form_table dt,
#main #main_contents #top_contents .form_table dd {
  border-top: none;
}

#main #main_contents #top_contents .form_table dt::before {
  display: none;
}

#main #main_contents #top_contents .form_table dd input[type='text'] {
  width: 280px;
}

#main #main_contents #top_contents .form_table dd span {
  padding-left: 10px;
}

#main #main_contents .btn_login {
  width: 494px;
  text-align: center;
  font-size: 109%;
  margin: 45px auto 0;
}

#main #main_contents .btn_login a {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-right: 45px;
  padding-left: 40px;
  background: url('/img/share/btn_center.png') 0 0 repeat-x;
  text-decoration: none;
  border: 0;
  color: #444;
  cursor: pointer;
}

#main #main_contents .btn_login a::before,
#main #main_contents .btn_login a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}

#main #main_contents .btn_login a::before {
  left: 0;
  width: 28px;
  background: url('/img/share/sprite.png') no-repeat 0 -326px #fff;
}

#main #main_contents .btn_login a::after {
  right: 0;
  width: 32px;
  background: url('/img/login/btn-next_right.png') no-repeat #fff;
}

#main #main_contents .btn_login a:hover {
  color: #0c539c;
}

#main #main_contents .btn_login a:hover::after {
  background-image: url('/img/login/btn-next_right_on.png');
}

#main #main_contents .option {
  margin-top: 70px;
  border: 1px solid #c6c6c6;
  padding: 23px 35px;
  overflow: hidden;
  border-radius: 2px;
}

#main #main_contents .option p {
  color: #555;
}

#main #main_contents .option p.txt-title {
  font-weight: bold;
}

#main #main_contents .option p a {
  text-decoration: none;
  color: #297ed4;
}

#main #main_contents .option p a:hover {
  text-decoration: underline;
  color: #06c;
}

/*  #modal_contact
---------------------------------------- */
#modal_window .modal#modal_contact {
  width: 530px;
  margin-left: -265px;
  padding-left: 0;
}

#modal_window .modal_scroll_parent {
  width: auto;
}

#modal_window .modal_wrap {
  width: 440px;
  margin-left: 45px;
}

#main_contents #modal_contact h2 {
  font-size: 167%;
  background: url('/img/login/img-email.jpg') 0 4px no-repeat;
  padding-bottom: 5px;
  padding-left: 25px;
  font-weight: normal;
}

#main_contents #modal_contact h2::before {
  display: none;
}

#modal_contact .contact_us {
  overflow: hidden;
  margin-top: 20px;
  border: solid 2px #0c539c;
  border-radius: 2px;
}

#modal_contact .contact_us .title {
  overflow: hidden;
  background: #e3eaf1;
  padding: 9px 30px;
}

#modal_contact .contact_us .title p {
  font-size: 125%;
  padding-left: 10px;
  background: url('/img/login/bg-input.jpg') 0 6px no-repeat;
}

#modal_contact .contact_us p.txt {
  font-size: 109%;
  padding: 20px 90px 0 40px;
}

#modal_contact .contact_us p.txt_ {
  padding: 20px 0 0 40px;
  font-size: 92%;
  margin-bottom: 35px;
}

#modal_contact .contact_us p.txt_ span {
  font-size: 150%;
}

#modal_contact .btn_contact_us {
  margin: 30px 0;
  font-size: 115%;
  text-align: center;
}

/* ----------------------------------------
	resetPassword.html
---------------------------------------- */
#main #main_contents .resetpassword_prerequisite {
  border: 2px solid #0c539c;
  border-radius: 2px;
  margin-top: 30px;
}

#main #main_contents .resetpassword_prerequisite p {
  font-size: 117%;
  background: #e3eaf1;
  padding: 15px 0 15px 30px;
  font-weight: bold;
}

#main #main_contents .resetpassword_prerequisite ul {
  margin-top: 10px;
  padding: 0 0 15px 30px;
}

#main #main_contents .resetpassword_prerequisite ul li {
  line-height: 37px;
}

#main #main_contents .resetpassword_prerequisite ul li span {
  padding-right: 10px;
}

#main #main_contents #top_contents .form_table.resetpassword .caption {
  margin-left: 238px;
}

.message.error {
  color: #dd0020;
}