@charset "utf-8";

/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
サブページイメージ
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#pageImage {
  background-image: url(../img/recruit/pageImage.jpg);
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
採用情報
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#recruit {
  margin: 0;
  padding: 0;
}
#recruit section {
  margin: 40px 0 0;
  padding: 0;
}
#recruit section h3 {
  width: 680px;
  margin: 0 0 30px;
  padding: 0 0 11px;
  font-size: 24px;
  font-weight: normal;
  background: url(../img/common/line01.png) bottom repeat-x;
}
#recruit section h3 span {
  padding: 0 0 0 23px;
  background: url(../img/common/mkr04.png) left no-repeat;
}
#recruit section table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#recruit section table td {
  padding: 10px 20px;
  background: #FFF;
  border-top: 1px solid #b0bcc4;
  border-right: 1px solid #b0bcc4;
  border-bottom: 1px solid #b0bcc4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#recruit section table td.left {
  width: 204px;
  background: #f0ece7;
	border-right: none;
	border-left: 1px solid #b0bcc4;
}
p.nothing {
  margin: 40px 0 0;
}


@media (max-width: 1260px) {
  #recruit section h3 {
    width: 100%;
  }
	div.system-free {
		width: 100%;
	}
	#recruit section table td.left {
    width: 30%;
  }
}



