/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.sec-banner {
  background-image: url(../img/recruit/banner.jpg);
}

.sec-recruit {
  padding-bottom: 80px;
}
.sec-recruit .sec-ttl .en {
  font-size: 18px;
}
.sec-recruit .caption {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  color: #441300;
  background: #F3EAE7;
  padding: 30px;
  font-weight: bold;
  margin-top: 75px;
}
.sec-recruit .staff-box {
  background: #fff url(../img/recruit/bg01.jpg) no-repeat right bottom;
  position: relative;
  margin: 60px auto 0;
  width: 900px;
  padding: 30px 345px 25px 64px;
}
.sec-recruit .staff-box:before {
  content: '';
  width: 275px;
  height: 267px;
  background: url(../img/recruit/img01.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sec-recruit .staff-box .ttl {
  font-size: 31px;
  line-height: 1.4em;
  color: #FF3300;
  font-weight: bold;
}
.sec-recruit .staff-box .desc {
  font-size: 16px;
  line-height: 1.7em;
  margin: 15px 0 0;
  letter-spacing: 0.03em;
}
.sec-recruit .job-cast {
  margin-top: 60px;
}
.sec-recruit .job-cast .ptll {
  height: 45px;
  background: #EADBD5;
  display: table;
  width: 100%;
  font-weight: bold;
  color: #441300;
  margin-top: 41px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}
.sec-recruit .job-cast .ptll > span {
  display: table-cell;
  vertical-align: middle;
}
.sec-recruit .job-cast .ul-data {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 1.7em;
  border-spacing: 0;
  border-collapse: collapse;
}
.sec-recruit .job-cast .ul-data > li {
  display: table-row;
}
.sec-recruit .job-cast .ul-data .th,
.sec-recruit .job-cast .ul-data .td {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  vertical-align: top;
  border-spacing: 0;
  border-collapse: collapse;
}
.sec-recruit .job-cast .ul-data .th {
  font-weight: bold;
  text-align: center;
  width: 230px;
  padding: 29px 0 22px;
  font-size: 16px;
  line-height: 1.7em;
}
.sec-recruit .job-cast .ul-data .td {
  padding: 30px 0 30px 70px;
}
.sec-recruit .job-cast .ul-data .mt {
  margin: 5px 0;
}
.sec-recruit .job-cast .ul-data .mt01 {
  margin: 9px 0;
}
.sec-recruit .job-cast .ul-data .mt02 {
  margin: 8px 0 0;
}
.sec-recruit .job-cast .ul-data .ol01 {
  margin: 0 0 0 -10px;
}
.sec-recruit .job-cast .ul-data .ol01 > li {
  border-top: 1px dotted #ccc;
  padding: 5px 0 10px 10px;
}
.sec-recruit .job-cast .ul-data .ol01 > li:first-child {
  border-top: none;
  padding-top: 0;
}
.sec-recruit .job-cast .ul-data .ol01 > li:last-child {
  padding-bottom: 0;
}
.sec-recruit .job-cast .ul-data .ol-tag {
  margin: 7px 0 0 -10px;
}
.sec-recruit .job-cast .ul-data .ol-tag > li {
  float: left;
  white-space: nowrap;
  margin: 5px 0 0 10px;
}
.sec-recruit .job-cast .ul-data .ol-tag > li > span {
  display: block;
  background: #660000;
  padding: 2px 12px;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media only screen and (max-width: 750px) {
  .sec-banner {
    background-image: url(../img/recruit/sm/banner.jpg);
  }

  .sec-recruit {
    padding: 0.73rem 0.35rem 0.3rem;
  }
  .sec-recruit .sec-ttl .en {
    font-size: 0.2rem;
  }
  .sec-recruit .caption {
    font-size: 0.24rem;
    line-height: 2em;
    padding: 0.25rem 0.1rem;
    margin-top: 1.15rem;
  }
  .sec-recruit .staff-box {
    background-size: 52.35294117647059% auto;
    margin-top: 0.5rem;
    padding: 0.28rem 2.55rem 0.25rem 0.5rem;
    width: auto;
  }
  .sec-recruit .staff-box:before {
    content: '';
    width: 2.75rem;
    height: 2.67rem;
    background-size: 100% 100%;
  }
  .sec-recruit .staff-box .ttl {
    font-size: 0.34rem;
  }
  .sec-recruit .staff-box .desc {
    font-size: 0.22rem;
    margin: 0.20rem 0 0;
  }
  .sec-recruit .job-cast {
    margin-top: 0.8rem;
  }
  .sec-recruit .job-cast .ptll {
    height: 0.5rem;
    margin-top: 0;
    font-size: 0.22rem;
  }
  .sec-recruit .job-cast .ul-data {
    display: block;
    font-size: 0.22rem;
    line-height: 1.7em;
    margin-top: 0.3rem;
    border: 1px solid #ccc;
  }
  .sec-recruit .job-cast .ul-data > li {
    display: block;
  }
  .sec-recruit .job-cast .ul-data > li:first-child .th {
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .sec-recruit .job-cast .ul-data .th,
  .sec-recruit .job-cast .ul-data .td {
    border-bottom: none;
    display: block;
  }
  .sec-recruit .job-cast .ul-data .th {
    font-weight: bold;
    text-align: center;
    width: auto;
    background: #e2e2e2;
    padding: 0.06rem;
    font-size: 0.22rem;
    border-top: 1px solid #ccc;
  }
  .sec-recruit .job-cast .ul-data .td {
    padding: 0.23rem 0.44rem;
  }
  .sec-recruit .job-cast .ul-data .mt {
    margin: 0;
  }
  .sec-recruit .job-cast .ul-data .mt01 {
    margin: 0;
  }
  .sec-recruit .job-cast .ul-data .mt02 {
    margin: 0;
  }
  .sec-recruit .job-cast .ul-data .ol01 {
    margin: 0;
  }
  .sec-recruit .job-cast .ul-data .ol01 > li {
    padding: 0.2rem 0;
  }
  .sec-recruit .job-cast .ul-data .ol01 > li:first-child {
    border-top: none;
    padding-top: 0;
  }
  .sec-recruit .job-cast .ul-data .ol01 > li:last-child {
    padding-bottom: 0;
  }
  .sec-recruit .job-cast .ul-data .ol-tag {
    margin: 0 0 0 -0.2rem;
  }
  .sec-recruit .job-cast .ul-data .ol-tag > li {
    float: left;
    white-space: nowrap;
    margin: 0.2rem 0 0 0.2rem;
    min-width: 1.5rem;
    text-align: center;
  }
  .sec-recruit .job-cast .ul-data .ol-tag > li > span {
    padding: 0.14rem 0.25rem;
    -webkit-border-radius: 0.6rem;
    -khtml-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    border-radius: 0.6rem;
  }
  .sec-recruit .job-cast .dot {
    background-size: 0.16rem auto;
    /*padding-bottom: 1.4rem;*/
	padding-bottom: 0.5rem;	    
	position: relative;
  }
  /*.sec-recruit .job-cast .dot:before {
    background: url(../img/recruit/sm/dot.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.63rem;
    position: absolute;
    left: 50%;
    bottom: 0.47rem;
    margin-left: -0.08rem;
    content: " ";
  }*/
  .sec-recruit .job-cast .dot .ol01 {
    padding-bottom: 0;
    margin-bottom: -0.2rem;
  }
}

/*# sourceMappingURL=recruit.css.map */
