@charset "utf-8";

h2{
  margin-bottom: 40px;
}

.wrap > p {
  line-height: 30px;
  margin-bottom: 40px;
}

.required {
  color: #c54747;
}

.wrap {
  width: 700px;
  margin: 0 auto;
}

table {
  width: 700px;
  border: 1px solid #d0a966;
  margin-bottom: 10px;
}

th, td {
  border: 1px solid #d0a966;
  padding:20px;
  vertical-align: middle;
}

th {
  background-color: #f7ebd2;
}

input[type="text"],input[type="email"],input[type="tel"] {
  padding: 5px;
  width: 250px;
/*
  border-radius:5px;
  border: solid 1px #aaa;
*/
}

input[type="email"] {
  width: 350px;
}

.bl {
  border: 1px solid #999;
  border-left: 2px solid #c54747;
}

select {
  padding: 5px;
}

textarea {
  padding: 5px;
  width: 350px;
  height: 100px;
/*  border-radius:5px;*/
}

form p {
  text-align: center;
}

p.required {
  text-align: left;
  margin-bottom: 30px;
}

button {
  background-color: #3cc384;
  color: #fff;
  border: none;
  width: 250px;
  padding: 15px;
  text-align: center;
}

button:hover {
  background-color: #67c2b1;
}

.contactBtn {
  background-color: #67c2b1;
}

.contactBtn:hover {
  background-color: #3cc384;
}





















