@charset "UTF-8";
/* CSS Document */
/* sass設定
******************************************************************************************** */
/* 基本設定
******************************************************************************************** */
/* line 9, ../sass/recruit.scss */
div#wrapper_outer {
  background: url(../img/recruit/top_bg.jpg) center top no-repeat;
}

/* line 13, ../sass/recruit.scss */
div#wrapper {
  padding: 280px 0 0 0;
}

/* line 16, ../sass/recruit.scss */
header {
  padding-top: 10px;
}

/* line 20, ../sass/recruit.scss */
#page_nav {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 25, ../sass/recruit.scss */
#page_nav #page_title {
  margin-bottom: 20px;
}
/* line 29, ../sass/recruit.scss */
#page_nav .description {
  padding: 0 10px;
  margin-bottom: 25px;
}
/* line 34, ../sass/recruit.scss */
#page_nav ul {
  margin-bottom: 25px;
  margin-left: 5px;
}
/* line 38, ../sass/recruit.scss */
#page_nav ul li {
  background: url(../img/arrow02.gif) left center no-repeat;
  padding: 0 0 0 15px;
  margin-bottom: 6px;
}

#contents-text{
  margin-top: 100px;
  margin-bottom: 200px;
  font-size: 150%;
}



/* レイアウト設定
******************************************************************************************** */
/* line 56, ../sass/recruit.scss */
section {
  font-size: 108%;
  text-align: left;
  margin-bottom: 90px;
}
/* line 60, ../sass/recruit.scss */
section .inner {
  padding: 0 10px;
}
/* line 63, ../sass/recruit.scss */
section h2 {
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, color-stop(0, #e6e6e6), color-stop(1, #fbfbfb));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  background-image: linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-bottom: 3px solid #FBAD4E;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 0px #FFF inset;
  height: 33px;
  color: #66461D;
  font-size: 131%;
  font-weight: bold;
  padding: 7px 0 0 10px;
  margin: 40px 0 20px 0;
}
/* line 92, ../sass/recruit.scss */
section .rank_list {
  text-align: right;
  margin-bottom: 10px;
}
/* line 97, ../sass/recruit.scss */
section table {
  width: 100%;
  margin-bottom: 10px;
}
/* line 102, ../sass/recruit.scss */
section table tr th {
  border: 1px solid #BBBBBB;
  background: #EEEEEE;
  color: #F39700;
  font-size: 123%;
  padding: 8px 20px;
  width: 380px;
  font-weight: normal;
  text-align: left;
}
/* line 113, ../sass/recruit.scss */
section table tr td {
  text-align: center;
  font-size: 108%;
  border: 1px solid #BBBBBB;
  width: 110px;
  text-align: left;
  padding: 8px 20px;
}
/* line 121, ../sass/recruit.scss */
section table tr .lev01 {
  width: 37%;
}
/* line 122, ../sass/recruit.scss */
section table tr .lev02 {
  width: 50%;
}
/* line 123, ../sass/recruit.scss */
section table tr .lev03 {
  width: 13%;
}
/* line 128, ../sass/recruit.scss */
section .detail th {
  width: 210px !important;
}
/* line 131, ../sass/recruit.scss */
section .detail td {
  width: 650px;
}
/* line 136, ../sass/recruit.scss */
section .txt {
  padding: 0 10px;
}
/* line 138, ../sass/recruit.scss */
section article {
  margin-bottom: 40px;
}
/* line 141, ../sass/recruit.scss */
section article h3 {
  font-size: 123%;
  font-weight: bold;
  background: url(../img/line04.gif) left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 144, ../sass/recruit.scss */
section article h3 span {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
}

.bnr{
  text-align: center;
  padding-left: 275px;
}
