@charset "utf-8";
@import "/static/common/css/0-import.css";

#contents h2 {
  padding: 8px 0 8px 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  background: #666;
}

#contents h3 {
  padding: 28px 0 14px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom:14px;
}
#contents dl {
  font-size: 14px;
}

#contents .mb43 {
  margin-bottom: 43px;
}

#contents .mt28 {
  margin-top: 28px;
}

#contents .mt20 {
  margin-top: 20px;
}

#contents .mb20 {
  margin-bottom: 20px;
}

#contents .ml63 {
  margin-left: 63px;
}

#contents dl dt {
  width: 160px;
  float: left;
  text-align: right;
}

#contents dl dd {
  padding: 0 0 15px 170px;
  _padding: 0 0 15px 107px;
}

#contents dl dd.pb0 {
  padding-bottom: 0;
}

#contents dl dd input {
  width: 310px;
  font-size: 14px;
}

#contents dl dd label {
  color: red;
  margin-left: 10px;
}

#contents ul.submit {
  text-align: center;
}

#contents dl dd input[type="checkbox"] {
  width: 15px;
}

#contents #adult_explanation {
  color: red;
}

#contents #age_question {
  font-weight: bold;
  margin-bottom: 5px;
}

#contents #to_login {
  margin-top: 10px;
}

#contents #reissue_memo {
  margin-top: 40px;
  margin-bottom: 20px;
}

#contents #reissue_memo2 {
  margin-bottom: 20px;
  margin-top: -10px;
}

#contents #reissue {
  margin-top: 20px;
}

#contents #rakuten {
  margin-top: 20px;
}

#contents #rakuten p {
  margin-top: 10px;
}

#contents #rakuten-comment {
  margin-top: 0;
  margin-bottom: 20px;
}

#contents .note {
  color: red;
}

#contents #private_info {
  border: 1px solid #999999;
  margin-bottom:30px;
  margin-top:10px;
}
#contents #private_info p {
  padding:10px;
}

#contents #fAgree {
  width:20px;
  margin-left:-3px;
}

#contents dl dd span label {
  color: black;
  margin-left: 0px;
}

.mailForm,.mailForm2,.mailForm4,.passForm,.infoForm,.phoneForm{
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
.mailForm3{
  padding-top: 40px;
}
.verifyForm{
  padding-top: 20px;
}

.verify-error{
  color: red;
}

::placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

.submitBtn {
  background-color: #ff6600;
  padding: 4px 24px;
  border-radius: 3px;
  border-color: #ff6600;
  color: white;
  border: medium;
}
