.clear_float {
  clear: both;
}

.clearfix:before, #recruit_catch_contents:before, .clearfix:after, #recruit_catch_contents:after {
  content: " ";
  display: table;
}

.clearfix:after, #recruit_catch_contents:after {
  clear: both;
}

.clearfix, #recruit_catch_contents {
  *zoom: 1;
}

#recruit_catch_contents > img {
  float: left;
  margin-right: 16px;
  margin-bottom: 30px;
  width: 313px;
  height: 270px;
  background-color: #ddd;
  display: none;
}

#offer_info > table > tbody > tr > th, #offer_info > table > tr > th {
  width: 110px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 1rem;
}
#offer_info > table > tbody > tr > th div, #offer_info > table > tr > th div {
  border-left: 3px solid #d32229;
  padding-left: 7px;
}
#offer_info > table > tbody > tr > th, #offer_info > table > tbody > tr > td, #offer_info > table > tr > th, #offer_info > table > tr > td {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 2px dotted #e7e7e7;
}

#message_from_owner {
  width: 614px;
  height: 417px;
  margin-top: 40px;
  margin-bottom: 50px;
  background-image: url(../img/message_from_owner_bg.jpg);
}
#message_from_owner h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #d22129;
  padding-top: 36px;
  padding-bottom: 18px;
}
#message_from_owner div {
  margin: auto;
  width: 430px;
}

#how_to_apply {
  margin-bottom: 90px;
}
#how_to_apply dt {
  background-image: url(../img/how_to_apply_bg.gif);
  background-repeat: no-repeat;
  width: 617px;
  height: 39px;
  line-height: 39px;
  padding-left: 14px;
}
#how_to_apply dt .order_num {
  font-size: 19px;
}
#how_to_apply dt strong {
  color: #d22129;
  font-size: larger;
  font-weight: 600;
}
#how_to_apply dd {
  margin: 12px 36px 16px;
}
