@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 {
  margin: 0 0 0px 63px;
  font-size: 14px;
}

#contents .mb43 {
  margin-bottom: 43px;
}

#contents .mt18 {
  margin-top: 18px;
}

#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: 340px;
  font-size: 14px;
}

#contents dl dd select {
  width: 345px;
}

#contents dl dd textarea {
  width: 340px;
  height: 250px;
  font-size: 14px;
  vertical-align:top
}

#contents #error_labels {
  margin-bottom: 15px;
}
#contents label.error {
  color: red;
}

#contents ul.submit {
  margin-left: 230px;
}

#contents .note {
  margin-bottom: 15px;
}

#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;
}