﻿/*-------------
contact
-------------*/
.contactbox1.clearfix {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.contactbox1.clearfix p {
  font-size: 13px;
  line-height: 21px;
  margin: 15px 0 0 0;
}
#contact .form {
  clear: both;
}
#contact .form table {
  border-collapse: collapse;
  width: 500px;
  margin: 20px auto 0 auto;
}
#contact .form table th, #contact .form td {
  font-size: 12px;
  line-height: 20px;
  border-bottom: dotted 1px #000;
}
#contact .form table th {
  width: 35%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
#contact .form td {
  padding: 5px;
}
#contact .form td input#name, #contact .form td input#comname {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #eaeaea;
  border: none;
  margin: 5px 0;
}
#contact .form td input#mail, #contact .form td input#company, #contact .form td input#address {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #eaeaea;
  border: none;
  margin: 5px 0;
}
#contact .form td input#tel, #contact .form td input#fax {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #eaeaea;
  border: none;
  margin: 5px 0;
}
#contact .form td textarea#comment {
  width: 100%;
  height: 200px;
  font-size: 12px;
  background-color: #eaeaea;
  border: none;
  margin: 5px 0;
}
#contact .form #formEnd {
  text-align: center;
  margin: 10px 0 0 0;
}
#contact .form #formEnd button {
  border: 0;
  background-color: #fff;
}
.contactbox2.clearfix {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.contactbox2.clearfix p {
  font-size: 13px;
  line-height: 21px;
  margin: 15px 0 0 0;
}