.cons1{
  width:700px;
  font-size: 18px;
  text-align: left
}
.contact .contain {
  width: 900px;
  min-width: 900px;
}
.contact .tt01 {
  padding-top: 0;
}
.contact .section p {
  line-height: 2;
}
.contact .section .fax {
    color: #000;
    margin-top: 8px;
}
.contact .formWrapper {
    margin-top: 65px;
  }
  .contact .form {
    padding: 45px 0 60px;
    text-align: center;
  }
  .contact h3 {
    text-align: center;
    margin-bottom: 45px;
  }
  .contact table {
    width: 700px;
    display: inline-block;
    border-collapse: collapse;
  }
  .contact table th {
    width: 200px;
    color: #537649;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    vertical-align: top;
    padding-right: 25px;
  }
  .contact table td {
    position: relative;
    padding-bottom: 50px;
  }
  .contact table td label.error {
    color: #cc0000;
    position: absolute;
    top: -16px;
    right: -35px;
    background: #fff;
    width: 200px;
    text-align: center;
    padding: 1px;
    border: 1px #cc0000 solid;
  }
  .contact table .tarea th, .contact table .tarea td {
    border-bottom: none;
  }
  .contact table td input, .contact table td textarea {
    width: 490px;
    font-size: 15px;
    border: none;
    background-color: #d9e1d6;
  }
  .contact table td input {
    height: 30px;
    padding: 0 6px;
  }
  .contact table td textarea {
    height: 130px;
    padding: 6px;
    resize: vertical;
  }
  .contact table .tarea td {
    padding-top: 15px;
  }
  .button {
    margin-top: 100px;
  }
  .contact input[type="button"] {
    width: 76px;
    height: 88px;
    background-image: url(../images/btn.png);
    background-color: transparent;
    font-size: 18px;
    letter-spacing: .1em;
    cursor: pointer;
    border: none;
    color: #abbca6;
    transition: all 1.0s ease;
  }
  .contact input[type="button"]:hover {
    color: #fff;
    background-image: url(../images/btn_on.png);
  }
  .error_form {
    color: #ff0000;
    position: absolute;
    top: -24px;
  }
  .contact .error_form + input, .contact .error_form + textarea {
    border: 1px solid #ff0000;
  }
  .contact .confirm {
    margin-top: -50px;
  }
  .contact .confirm th {
    padding-top: 50px;
  }
  .contact .confirm td {
    width: 600px;
    text-align: left;
    padding-left: 20px;
    padding-top: 50px;
  }
  .contact .btn-back {
    margin-right: 25px;
  }
  .contact #contact {
    margin: 40px 0;
  }
  .contact #contact .mail a {
    float: none;
    margin: 0 auto;
  }
.contact p {
  color: #537649;
}

#colorbox {
  background: #fff;

  margin: 0 auto;
  z-index: 9999;
}
#colorbox #cboxClose {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  background: url(../images/btn-modal-close.png) no-repeat !important;
  background-size: cover !important;
  top: 25px !important;
  right: 25px !important;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ccc;
  top: 0;
  left: 0;
  z-index: 9990;
}
