span.required {
  color: #ff0000;
}

form.table {
  margin-top: 30px;
}
form.table fieldset {
  margin: 0;
  padding: 0;
}
form.table select {
  -webkit-appearance: none;
  height: 32px;
  box-shadow: none;
  border: solid 1px #000;
  padding: 3px 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  form.table select {
    width: 100%;
  }
}
form.table input[type="text"], form.table input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #000;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  form.table input[type="text"], form.table input[type="email"] {
    width: 100%;
  }
}
form.table .submit {
  margin: 30px 0;
  text-align: center;
}
form.table .submit input[type="submit"] {
  margin: 0;
  -webkit-appearance: none;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  display: inline-block;
  min-width: 150px;
  background-repeat: repeat;
  background-image: url(../media/images/lower/bg_title_green.png);
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  padding: 11px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  form.table .submit input[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 110px;
  }
}
form.table .submit input[type="submit"]:hover {
  background-image: none;
  background-color: #4a6d23;
}
form.table .submit input[type="submit"].modify {
  margin-right: 10px;
  background-image: none;
  background-color: #663300;
}
@media screen and (max-width: 767px) {
  form.table .submit input[type="submit"].modify {
    margin-right: 5px;
  }
}
form.table .submit input[type="submit"].modify:hover {
  background-color: #994d00;
}
form.table textarea {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  form.table textarea {
    width: 100%;
  }
}
form.table table {
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  form.table table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  form.table table tbody {
    display: block;
  }
}
form.table table th {
  border: none;
  vertical-align: top;
  font-weight: bold;
  width: 30%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  form.table table th {
    display: block;
    width: 100%;
    padding: 10px 0 5px 0;
    margin-top: 10px;
  }
}
form.table table td {
  border: none;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 767px) {
  form.table table td {
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  form.table table tr {
    display: block;
  }
}

/*# sourceMappingURL=contact.css.map */
