#regist h2 {
  margin-top: 20px;
  margin-left: 85px;
  /* margin-bottom: 10px; */
  font-size: 24px;
}

#regist>.info {
  margin: 30px auto 0 auto;
  width: 792px;
}

#regist>.info form {
  margin: 0 auto 30px auto;
}

#regist form fieldset {
  margin: 0 0 30px;
  border: none;
  background: #fff;
}

#regist form dl.form {
  margin: 24px 32px;
  padding: 5px 15px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

.info>table.form {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 16px 0;
}

.info>table.form th,
.info>table.form td {
  padding: 16px;
  border: 1px solid #CCCCCC;
}

.info>table.form th {
  width: 180px;
  background: #EBFFE8;
}

.info>table.form td {
  background: #FFFFFF;
}


.info .warning {
  font-weight: bold;
  color: red;
}

.attention-list * {
  line-height: 1.6;
}

.attention-list .bottom10 {
  padding-bottom: 10px;
}

.attention-list p.bottom10 {
  padding-bottom: 10px;
}
