/* CSS Document */
#toiawase .form {
  clear: both;
}
#toiawase .form table {
  border-collapse: collapse;
  width: 100%;
  margin: 2% 0 0 0;
}
#toiawase .form table th, #toiawase .form td {
  line-height: 25px;
  border-bottom: dotted 1px #9b9b9b;
}
#toiawase .form table th {
  width: 37%;
  padding: 5px 0 5px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}
#toiawase .form td {
  padding: 5px 0 5px 14px;
}
#toiawase .form td input#companyname, #toiawase .form td input#name, #toiawase .form td input#comname, #toiawase .form td input#department {
  width: 98%;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 2%;
  background-color: #dbdbdb;
  border: none;
}
#toiawase .form td input#email, #toiawase .form td input#adress {
  width: 98%;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #dbdbdb;
  border: none;
}
#toiawase .form td input#tel, #toiawase .form td input#fax {
  width: 98%;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #dbdbdb;
  border: none;
}
#toiawase .form td textarea#comment {
  margin-top: 10px;
  width: 98%;
  height: 200px;
  font-size: 12px;
  background-color: #dbdbdb;
  border: none;
}
#toiawase .form #formEnd {
  text-align: center;
  margin: 5px 0 60px 0;
}
#toiawase .form #formEnd button {
  margin: 10px -5px 0;
  border: 0;
}
.form_btn3 {
  width: 100%;
  margin: 0 auto;
}