div.join_text {
  margin: 20px auto 0;
}

div.join_text p:first-child {
  padding-bottom: 10px;
}

div.join_text p strong {
  font-weight: bold;
  font-size: 130%;
  line-height: 1.6;
}

table.rec_info {
  width: 100%;
  margin: 20px auto 30px;
}

table.rec_info tr {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #666;
}

table.rec_info th {
  text-align: left;
  width: 15%;
  display: inline-block;
}

table.rec_info th span {
  display: block;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: center;
  background: linear-gradient(to bottom, #d61518 0%, #990305 100%);
}

table.rec_info td {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  line-height: 1.8;
  padding-left: 30px;
}

.footer_bg {
  padding-top: 30px;
  margin-top: 40px;
}