.recruit-box .box-inner {
  border-top: 3px solid #6da61f;
  padding-top: 18px;
  margin: 0;
}

.recruit-list li {
  border-bottom: 1px solid #ddd;
  padding: 43px 0 30px;
  word-break: break-all;
}
.recruit-list li:first-child {
  padding-top: 10px;
}
.recruit-list li:last-child {
  border-bottom: none;
}

.mds-wrapper {
  margin: 0 18px;
}
.mds-wrapper .mds-01 {
  font-size: 12px;
}
.mds-wrapper .mds-01 .floor {
  margin-bottom: 6px;
}
.mds-wrapper .mds-01 .shopname {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
.mds-wrapper .mds-01 .category.c01 {
  color: #5bc262;
}
.mds-wrapper .mds-01 .category.c02 {
  color: #FF8F5E;
}
.mds-wrapper .mds-01 .category.c03 {
  color: #ff7ba0;
}
.mds-wrapper .mds-01 .category.c04 {
  color: #52baff;
}
.mds-wrapper .mds-01 .category.c05 {
  color: #ffb584;
}
.mds-wrapper .mds-02 {
  text-align: center;
  margin-bottom: 60px;
}
.mds-wrapper .mds-02 img {
  max-width: 100%;
}

.recruit-txt {
  margin: 15px 0;
  line-height: 1.7;
  width: 100%;
}
.recruit-txt th, .recruit-txt td {
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.recruit-txt th {
  font-weight: bold;
  background: #F4F5EB;
}
.recruit-txt td {
  padding-bottom: 30px;
}

.btn-entry {
  background: #6DA61F;
  margin: 0 18px;
  text-align: center;
}
.btn-entry a {
  color: #fff;
  display: block;
  padding: 16px 0;
  position: relative;
}
.btn-entry .entry-icon {
  position: relative;
}
.btn-entry .entry-icon:before {
  content: "";
  width: 11px;
  height: 14px;
  background: url(../images/common/common_icon_entry.png) no-repeat;
  background-size: 11px 14px;
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recruit-category-nav-wrapper {
  margin: 0 18px 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: relative;
}
.recruit-category-nav-wrapper:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #6FA52C;
  position: absolute;
  right: 0;
  top: 0;
}
.recruit-category-nav-wrapper:after {
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.category-select {
  background: transparent;
  border: 0;
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  position: relative;
}
