@charset "UTF-8";
select {
  -webkit-appearance: none;
}
.wpcf7-list-item {
  margin: 0px;
}
.entry-header,
.screen-reader-response {
  display: none;
}
.content-area {
  background: #f8f7f7;
  text-align: center;
  padding: 0px 0px 0px;
  min-width: 1100px;
  width: 100%;
}
.content-area .cptTxt {
  width: 1180px;
  padding: 0px 0px 10px;
  margin: 0px auto;
  display: block;
}
.content-area .cptTxt h3 {
  padding: 0px 0px 30px;
}
.content-area .cptTxt strong {
  font-size: 34px;
  text-align: center;
  display: block;
}
.content-area .cptTxt .lineBox {
  background: #00a493;
  height: 4px;
  width: 80px;
  margin: 10px auto;
}
.content-area .cptTxt span {
  font-size: 22px;
  display: block;
}
.content-area .cptTxt p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: normal;
}
.content-area .cptTxt .subText {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.content-area .cptTxt .subText span {
  font-size: 14px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
}
.formInbox {
  background: #FFF;
  text-align: center;
  padding: 0px 0px 30px;
  width: 800px;
  margin: 0px auto;
  line-height: 180%;
}
.formInbox p {
  padding: 0px 0px;
}
.formInbox .capsBox {
  width: 100%;
  font-size: 18px;
  padding: 12px 15px 10px;
  line-height: 100%;
  color: #000;
  background: #CCC;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}
.formInbox .capsBox span {
  color: #F00;
  font-size: 12px;
}
.formInbox .contBox {
  padding: 15px;
  text-align: left;
}
.formInbox input[type="text"],
.formInbox input[type="email"] {
  padding: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  font-size: 16px;
  width: 30%;
  margin-bottom: 10px;
}
.formInbox select {
  width: 16%;
  box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  display: inline;
  margin-bottom: 10px;
  padding-right: 30px;
  background-image: url(/recruit/image/green_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 10px;
}
.formInbox select option {
  padding: 10px;
}
.formInbox input[type="radio"] {
  margin: 0px 5px;
}
.formInbox .blockBox {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.formInbox .floatBox span.wpcf7-list-item {
  display: block;
  padding: 0px 0px 10px;
}
.formInbox input[type="submit"] {
  width: 300px;
  padding: 20px 0px;
  background: #00a493;
  color: #FFF;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.formInbox input[type="button"] {
  width: 300px;
  padding: 20px 0px;
  background: #666;
  color: #FFF;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.formInbox .zipTxt input[type="text"] {
  width: 80px;
}
.formInbox span.textBlock {
  display: block;
  padding: 0px 0px 10px;
}
.formInbox .maxWidth {
  display: block;
}
.formInbox .maxWidth input {
  width: 100%;
}
.formInbox .width75Box input {
  width: 75%;
}
.formInbox .wpcf7-validation-errors {
  width: 95%;
  margin: 15px auto;
  background: #FCC;
  color: #F00;
  padding: 20px;
  box-sizing: border-box;
}
.formInbox .wpcf7-mail-sent-ok {
  width: 95%;
  margin: 15px auto;
  background: #e8ffff;
  color: #009999;
  padding: 20px;
  box-sizing: border-box;
}
