@charset 'UTF-8';

/* form */
.form .form_box ul {
  margin: 0 0 0 20px;
  padding: 10px 30px 0 0;
}
.form .form_box ul.list {
  list-style: disc;
  margin: 0 0 0 30px;
  padding: 20px 30px 0 0;
}

.form .form_main {
  padding: 30px 0 30px 100px;
}
.form .form_main table {
  width: 750px;
  border-bottom: 1px solid #cccccc;
}

.form .form_main table th,
.form .form_main table td {
  padding: 10px 20px 8px 20px;
  border-top: 1px solid #cccccc;
}

.form .form_main table th {
  background: #eeeeee;
}
.form .form_main table td {
  width: 380px;
}

.form .form_main table span.sup {
  font-weight: normal;
  font-size: 10px;
}

.form em {
  color: #fb7562;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-style: normal;
  font-weight: normal;
}

.form .form_main .center {
  padding: 30px 0 0;
}

input,
textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #cccccc;
}
#header input.bt {
  background: none;
  border: none;
}

#mail,
#mail02 {
  width: 300px;
}

.pb200 {
  padding-bottom: 200px !important;
}

input#submit_btn {
  height: 37px;
  width: 417px;
  background: url(../../images/business/btn_send.gif) no-repeat;
  border: none;
}

input#submit_btn:hover {
  height: 37px;
  width: 417px;
  background: url(../../images/business/btn_send_over.gif) no-repeat;
}
