@charset 'UTF-8';
/* ==========================================================================
   Result Block module
   ========================================================================== */
/* Result search
   ========================================================================== */
.mod-result-search {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 3px solid #f7b9ad;
  border-radius: 4px;
}
.mod-result-search table {
  width: 100%;
}
.mod-result-search table th,
.mod-result-search table td {
  padding: 20px 13px;
  text-align: left;
  vertical-align: middle;
}
.mod-result-search table th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #222;
  border-right: 1px solid #f8d8d2;
  border-bottom: 1px solid #f8d8d2;
  background-color: #ffeeeb;
}
.mod-result-search table td {
  border-bottom: 1px solid #f8d8d2;
  background-color: #fff8f8;
}
.mod-result-search .add-input {
  display: none;
}
.mod-result-search .handle {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  padding: 10px 0 8px;
  text-align: center;
  color: #222;
  background-color: #f7b9ad;
}
.mod-result-search .handle > span {
  padding: 1px 0 1px 23px;
  cursor: pointer;
  background: url(/common/img/module/conditional_search_btn_open.png) left center no-repeat;
}
.mod-result-search .handle > span.open {
  background-image: url(/common/img/module/conditional_search_btn_close.png);
}
.mod-result-search .subset {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: none;
}
.mod-result-search .setting-btn {
  float: left;
}
.mod-result-search .setting-output {
  overflow: hidden;
  zoom: 1;
  padding: 3px 0 0 10px;
}
.mod-result-search .result {
  overflow: hidden;
  zoom: 1;
}
.mod-result-search .result > li {
  float: left;
  margin-right: 10px;
}
.mod-result-search .income > span,
.mod-result-search .income > select {
  display: inline-block;
  zoom: 1;
  width: 200px;
  vertical-align: middle;

  *display: inline;
}
.mod-result-search .income span:last-child {
  margin-left: 10px;
}
.mod-result-search .keyword-input > input {
  width: 400px;
}
.mod-result-search .footer {
  padding: 19px 0 17px;
  text-align: center;
  background-color: #fff8f8;
}
.mod-result-search .footer .footer-btn button {
  font-size: 116.67%;
  font-weight: bold;
  padding: 6px 38px;
}
.mod-result-search .footer .job-sum {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 3px;
  color: #222;
}
.mod-result-search .footer .job-sum > span {
  font-size: 150%;
  margin: 0 5px;
  color: #e94e30;
}
/* Result utility
   ========================================================================== */
.mod-result-utility .top {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.mod-result-utility .items-per-page {
  float: left;
}
.mod-result-utility .items-per-page .state {
  display: inline-block;
  zoom: 1;
  margin-right: 30px;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-result-utility .items-per-page .state > span {
  font-size: 108.33%;
}
.mod-result-utility .items-per-page .state .num {
  font-weight: bold;
  margin: 0 2px;
  color: #e94e30;
}
.mod-result-utility .items-per-page .narrow-txt {
  font-weight:bold;
  color:#222;
}
.mod-result-utility .items-per-page .whole-num {
  margin-right: 2px;
}
.mod-result-utility .items-per-page .whole-num .num {
  font-size: 161.54%;
}
.mod-result-utility .items-per-page .segment-num .num {
  font-size: 107.69%;
}
.mod-result-utility .items-per-page .select-view {
  display: inline-block;
  zoom: 1;
  height: 25px;
  margin-top: 4px;
  vertical-align: middle;

  *display: inline;
}
.mod-result-utility .keyword-search {
  float: right;
  margin-right: 20px;
}
.mod-result-utility .keyword-search .keyword-input {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;

  *display: inline;
}
.mod-result-utility .keyword-search .keyword-input > input {
  width: 250px;
}
.mod-result-utility .keyword-search .submit-btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-result-utility .refiner {
  margin-top: 4px;
}
.mod-result-utility .refiner > .select-view {
  margin-bottom: 4px;
}
.mod-result-utility .refiner > dl {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-result-utility .refiner > dl > dt,
.mod-result-utility .refiner > dl > dd {
  float: left;
}
.mod-result-utility .refiner > dl > dt {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #222;
}
.mod-result-utility .refiner > dl > dd {
  font-size: 130%;
  margin: 2px 10px 0 0;
}
.mod-result-utility .refiner > dl > dd .cb {
  float: left;
}
.mod-result-utility .refiner > dl > dd:last-child {
  margin-right: 0;
}
.mod-result-utility .refiner > .submit-btn {
  display: inline-block;
  zoom: 1;
  margin-left: 12px;
  vertical-align: middle;

  *display: inline;
}
.mod-result-utility .refiner > .submit-btn > .mod-button {
  font-weight: normal;
  padding: 2px 20px;
}
/* Pagination
   ========================================================================== */
.mod-pagination {
  margin-bottom: 15px;
  text-align: center;
}
.mod-pagination > p,
.mod-pagination > ol {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-pagination > ol {
  overflow: hidden;
  zoom: 1;
  margin: 0 10px;
}
.mod-pagination > ol > li {
  float: left;
  margin-right: 3px;
}
.mod-pagination > ol > li > span,
.mod-pagination > ol > li > a {
  line-height: 1;
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  padding: 8px 0 6px;
  text-align: center;
  vertical-align: top;
  border-radius: 4px;

  *display: inline;
}
.mod-pagination > ol > li > a {
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
}
.mod-pagination > ol > li > a:hover {
  text-decoration: none;
  opacity: .6;
  color: #06c;

  filter: alpha(opacity=60);
}
.mod-pagination > ol > li > .current {
  border: 1px solid #f3f3f3;
  background-color: #fff;
}
.mod-pagination > ol > li:last-child {
  margin-right: 0;
}
.mod-pagination .head {
  padding-left: 10px;
  background: url(/common/img/module/pagenation_arrow_left02.png) left center no-repeat;
}
.mod-pagination .head.active {
  background: url(/common/img/module/pagenation_arrow_left02_on.png) left center no-repeat;
}
.mod-pagination .prev {
  margin-left: 10px;
  padding-left: 8px;
  background: url(/common/img/module/pagenation_arrow_left01.png) left center no-repeat;
}
.mod-pagination .prev.active {
  background: url(/common/img/module/pagenation_arrow_left01_on.png) left center no-repeat;
}
.mod-pagination .next {
  margin-right: 10px;
  padding-right: 8px;
  background: url(/common/img/module/pagenation_arrow_right01.png) right center no-repeat;
}
.mod-pagination .next.active {
  background: url(/common/img/module/pagenation_arrow_right01_on.png) right center no-repeat;
}
.mod-pagination .last {
  padding-right: 10px;
  background: url(/common/img/module/pagenation_arrow_right02.png) right center no-repeat;
}
.mod-pagination .last.active {
  background: url(/common/img/module/pagenation_arrow_right02_on.png) right center no-repeat;
}
/* Job info
   ========================================================================== */
.job-list + .mod-pagination {
  margin-bottom: 40px;
}
.job-list + .mod-pagination:last-child {
  margin-bottom: 0 !important;
}
.mod-Job-info {
  margin-bottom: 10px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-Job-info:last-child {
  margin-bottom: 0 !important;
}
.mod-Job-info.pickup {
  margin-bottom: 40px;
  border-color: #e94e30;
}
.mod-Job-info.pickup .ribbon {
  color: #fff;
  background-color: #e94e30;
}
.mod-Job-info.pickup .title > a {
  color: #e94e30;
}
.mod-Job-info.pickup .title > a:hover {
  color: #e94e30;
}
.mod-Job-info.none {
  padding: 70px 0;
  text-align: center;
  color: #e94e30;
  border-color: #e94e30;
}
.mod-Job-info.none > div {
  display: inline-block;
  zoom: 1;
  padding-left: 55px;
  vertical-align: top;
  background: url(/common/img/module/result_none_icon01.png) left center no-repeat;

  *display: inline;
}
.mod-Job-info.none > div h2,
.mod-Job-info.none > div p {
  font-size: 180%;
}
.mod-Job-info.none > div p {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.mod-Job-info .mod-Job-info_header {
  overflow: hidden;
  zoom: 1;
  padding: 20px 20px 15px;
  border-bottom: 1px dotted #e5e5e5;
  background-color: #f5f5f5;
}
.mod-Job-info .mod-Job-info_header > .inner-right {
  float: right;
  overflow: hidden;
  zoom: 1;
  width: 300px;
}
.mod-Job-info .mod-Job-info_header > .inner-right .term {
  margin-bottom: 10px;
  text-align: right;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 120%;
  font-weight: bold;
  display: table;
  float: right;
  width: 65px;
  height: 40px;
  margin: 0 0 5px 10px;
  text-align: center;
  border-radius: 4px;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon > span {
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon.new {
  color: #222;
  background-color: #ffe700;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon.soon {
  color: #222;
  background-color: #ffe700;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon.scout {
  color: #222;
  background-color: #ffe700;
}
.mod-Job-info .mod-Job-info_header > .inner-right .ribbon.simple {
  color: #fff;
  background-color: #ea545d;
}

.mod-Job-info .mod-Job-info_header > .inner-right .ribbon:last-child {
  margin-left: 0;
}
.mod-Job-info .mod-Job-info_header > .body {
  word-wrap: break-word;
  word-break: break-all;
}
.mod-Job-info .mod-Job-info_header .company {
  margin-bottom: 3px;
}
.mod-Job-info .mod-Job-info_header .title {
  font-size: 180%;
  margin-bottom: 5px;
  width: 605px;
}
.mod-Job-info .mod-Job-info_inner {
  overflow: hidden;
  zoom: 1;
  padding: 20px;
}
.mod-Job-info .mod-Job-info_inner > .images {
  float: right;
  margin-left: 20px;
}
.mod-Job-info .mod-Job-info_inner > .images figure {
  overflow: hidden;
  border-radius: 4px;
}
.mod-Job-info .mod-Job-info_inner > .images .main-image {
  margin-bottom: 8px;
  text-align: center;
}
.mod-Job-info .mod-Job-info_inner > .images .main-image img:nth-child(1) {
  max-width: 400px;
  max-height: 288px;
}
.mod-Job-info .mod-Job-info_inner > .images .sub-image {
  overflow: hidden;
  zoom: 1;
}
.mod-Job-info .mod-Job-info_inner > .images .sub-image > li {
  float: left;
  width: 128px;
  margin-right: 8px;
}
.mod-Job-info .mod-Job-info_inner > .images .sub-image > li:last-child {
  margin-right: 0;
}
.mod-Job-info .mod-Job-info_inner > .body {
  word-wrap: break-word;
  word-break: break-all;
}
.mod-Job-info .mod-Job-info_inner > .body .lead {
  margin-bottom: 15px;
}
.mod-Job-info .mod-Job-info_inner > .body > table {
  width: 100%;
  border: 2px solid #edecec;
}
.mod-Job-info .mod-Job-info_inner > .body > table th,
.mod-Job-info .mod-Job-info_inner > .body > table td {
  padding: 15px;
  border-bottom: 1px dotted #e5e5e5;
}
.mod-Job-info .mod-Job-info_inner > .body > table th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  width: 55px;
  padding: 15px;
  text-align: left;
  color: #222;
  border-right: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
}
.mod-Job-info .mod-Job-info_footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px dotted #e5e5e5;
}
.mod-Job-info .mod-Job-info_footer .footer-btn > li > a,
.mod-Job-info .mod-Job-info_footer .footer-btn > li > span {
  font-size: 116.67%;
  width: 198px;
  padding: 5px 0;
}