/* pc */
/************Main**************/
#main {
  width: 800px;
}

.info {
  margin-bottom: 18px;
}

.input dl, .input dt, .input dd { margin: 0; vertical-align: sub; }

.input dl { margin-bottom: 22px; }

.input dt {
  clear: both;
  float: left;
  width: 240px;
  padding-top: 2px;
  font-weight: bold;
}

.input dd {
  margin-left: 240px;
}

.input dl dd:last-child {padding-bottom: 0 !important;}

.input dt span { font-weight: normal;}

.input {
  border-top: solid 1px #E8EAEC;
  border-bottom: solid 1px #E8EAEC;
  margin-bottom: 15px;
  padding: 30px 0 28px 0;
}

.spacer {
  padding-bottom:22px;
}

.message {
  margin-bottom: 8px;
}

.input input {
  height: 18px;
  width: 150px;
  padding: 2px 5px;
}

.message_s {
  font-size: 11px;
  margin: 2px 0 8px 0;
}

.input_submit {margin-left: 240px;}

.input_submit .btn_green { margin-right: 1em;}

.btn_login {
  display: block;
  height: 27px;
  width: 72px;
  background: url(../img/pc/login/btn_login.png) no-repeat top left;
  text-indent: -100%;
  overflow: hidden;
}

.btn_next {
  display: block;
  height: 27px;
  width: 92px;
  background: url(../img/pc/password/btn_next.png) no-repeat top left;
  text-indent: -100%;
  overflow: hidden;
}

.message_bottom {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 20px 5px;
}

.forget_pass {
  padding-left: 18px;
}

.forget_pass h3 {
  margin-bottom: 0.5em;
}

#mail {
  width: 80%;
}

/************End Main**************/
