@charset "utf-8";
/* CSS Document */
form {
  width: 100%;
  margin: 0 0 10% 0;
  padding: 0;
}
#contact {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 12px;
}
#contact th {
  width: 35%;
  background-color: #d2d2d2;
  padding: 5px 5px 5px 7px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #a0a0a0;
}
#contact td {
  /*width: 100%;*/
  padding: 5px;
  border: 1px solid #a0a0a0;
}
.w400 {
  width: 95%;
  border: 1px solid #a0a0a0;
}
.form_btn3 {
  width: 100%;
  margin: 0 auto;
}
.contact_submit {
  width: 50%;
  /*height: 50px;*/
  height: 47px;
  background: url(../images/contact/submit.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none; /*text-indent: -9999px;*/
}
.contact_back {
  width: 50%;
  /*height: 50px;*/
  height: 47px;
  background: url(../images/contact/reset.png);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
}