@charset 'UTF-8';
/* ==========================================================================
   Detail Block module
   ========================================================================== */
/* Detail content common
   ========================================================================== */
.detail-content .mod-title-lv1 {
  margin-bottom: 20px;
}
.detail-content .mod-title-lv1.pickup {
  margin-bottom: 8px;
}
/* detail-Local nav
   ========================================================================== */
.detail-local-nav {
  margin: -40px 0 10px;
  border-bottom: 3px solid #ffe700;
}
.detail-local-nav.gray {
  border-bottom: 3px solid #dbdada;
}
.detail-local-nav > ul {
  overflow: hidden;
  zoom: 1;
}
.detail-local-nav > ul > li {
  float: left;
  width: 200px;
  margin-right: 5px;
}
.detail-local-nav > ul > li > a,
.detail-local-nav > ul > li > strong {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 116.67%;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 11px 0 9px;
  text-align: center;
  color: #222;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-radius: 4px 4px 0 0;
  background-color: #ececec;
}
.detail-local-nav > ul > li a:hover {
  text-decoration: none;
  opacity: .6;

  filter: alpha(opacity=60);
}
.detail-local-nav > ul > li > a .abred {
  color:#ff0000;
}
.detail-local-nav > ul > li > strong .abred {
  color:#ff0000;
}
.detail-local-nav > ul > li.current > strong {
  border-color: #ffe700;
  background-color: #ffe700;
}
.detail-local-nav.gray > ul > li.current > strong {
  border-color: #dbdada;
  background-color: #dbdada;
}
/* Job detail
   ========================================================================== */
body.search_detail .page-container,
body.search_detail .page-container h4,
body.search_detail .page-container dt,
body.search_detail .page-container section div.body p,
body.search_detail .page-container section div.body p.subject,
body.search_detail .step p:last-child {
  color:#000;
}

body.search_detail .page-container .page-lead,
body.search_detail .page-container .lead {
  color:#666;
}

.mod-job-detail {
  margin-bottom: 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-job-detail:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail > .header {
  margin-bottom: 30px;
}
.mod-job-detail > .header > .title {
  font-size: 180%;
  margin-bottom: 5px;
  color: #222;
}
.mod-job-detail > .header + .mod-image-layout .body .subject {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.mod-job-detail .header-utility {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.mod-job-detail .header-utility .info {
  float: left;
}
.mod-job-detail .header-utility .info > p:first-child {
  margin-left: 0;
}
.mod-job-detail .header-utility .ribbon {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-left: 5px;
  padding: 5px 6px 4px;
  vertical-align: middle;
  border-radius: 4px;

  *display: inline;
}
.mod-job-detail .header-utility .ribbon.new {
  color: #222;
  background-color: #ffe700;
}
.mod-job-detail .header-utility .ribbon.soon {
  color: #222;
  background-color: #ffe700;
}
.mod-job-detail .header-utility .ribbon.simple {
  color: #fff;
  background-color: #ea545d;
}

.mod-job-detail .header-utility .term {
  line-height: 25px;
  display: inline-block;
  zoom: 1;
  margin-left: 10px;
  vertical-align: middle;

  *display: inline;
}
.mod-job-detail .header-utility .select-mode {
  float: right;
}
.mod-job-detail .header-utility .select-mode > p {
  display: inline-block;
  zoom: 1;
  margin-left: 10px;
  vertical-align: middle;

  *display: inline;
}
.mod-job-detail .header-utility .select-mode > .label {
  font-weight: bold;
  color: #222;
}
.mod-job-detail .mod-title-lv1 + .mod-image-layout {
  margin-top: 40px;
}
.mod-job-detail .mod-image-layout {
  margin-bottom: 20px;
}
.mod-job-detail .mod-image-layout:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail .mod-image-layout .object {
  text-align: center;
}
.mod-job-detail .mod-image-layout .object.large {
  width: 440px;
  margin-right: 40px;
}
.mod-job-detail .mod-image-layout .object.large > img {
  max-width: 440px;
  max-height: 320px;
}
.mod-job-detail .mod-image-layout .object.small {
  width: 260px;
  margin-right: 30px;
}
.mod-job-detail .mod-image-layout .object.small > img {
  max-width: 260px;
  max-height: 190px;
}
.mod-job-detail .mod-image-layout .object > img {
  border-radius: 4px;
}
.mod-job-detail .mod-image-layout .object .caption {
  font-size: 110%;
  line-height: 1.8;
  margin-top: 10px;
  text-align: left;
  color: #888;
}
.mod-job-detail .mod-image-layout > .body > p {
  line-height: 1.8;
}
.mod-job-detail .mod-image-layout > .body > p:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail .mod-image-layout > .body .subject {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 1em;
  color: #222;
}
.mod-job-detail .mod-image-layout > .body .add-list-btn {
  line-height: 1.5;
  margin-top: 25px;
}
.mod-job-detail .mod-image-layout > .body .add-list-btn .mod-button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px;
  color: #222;
}
.mod-job-detail .mod-image-layout + .mod-tag-list {
  margin-top: 15px;
}
.detail-modal .mod-job-detail .header {
  min-width: 100%;
  margin-bottom: 20px;
}
.detail-modal .mod-job-detail .object.large {
  float: none;
  width: 440px;
  margin: 0 auto 15px !important;
}
.detail-modal .mod-job-detail .object.small {
  width: 260px;
  margin-right: 30px;
}
.mod-job-detail .btn-menu {
  margin-top: 10px;
  text-align: center;
}
.mod-job-detail .btn-menu > ul {
  margin-bottom: 10px;
}
.mod-job-detail .btn-menu > ul > li {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
  vertical-align: top;

  *display: inline;
}
.mod-job-detail .btn-menu > ul > li > .mod-button {
  font-size: 116.67%;
  width: 200px;
  padding: 5px;
  color: #222;
}
.mod-job-detail .btn-menu > ul > li .about-list {
  margin: 8px 0 0 40px;
  text-align: left;
}
.mod-job-detail .btn-menu > ul > li:last-child {
  margin-right: 0;
}
/* 転職営業パーソン、初受注物語
   ========================================================================== */
.mod-job-detail_s {
  margin-bottom: 40px;
  padding: 15px 0 15px 15px;
  border: 1px solid #ffa449;
  background-color: #fff4e8;
}
.mod-job-detail_s:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail_s > .header {
  margin-bottom: 30px;
}
.mod-job-detail_s > .header > .title {
  font-size: 180%;
  margin-bottom: 5px;
  color: #222;
}
.mod-job-detail_s > .header + .mod-image-layout .body .subject {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.mod-job-detail_s .mod-title-lv1 + .mod-image-layout {
  margin-top: 40px;
}
.mod-job-detail_s .mod-image-layout {
  margin-bottom: 20px;
}
.mod-job-detail_s .mod-image-layout:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail_s .mod-image-layout .object {
  text-align: center;
}
.mod-job-detail_s .mod-image-layout .object.large {
  width: 440px;
  margin-right: 40px;
}
.mod-job-detail_s .mod-image-layout .object.small {
  width: 260px;
  margin-right: 30px;
}
.mod-job-detail_s .mod-image-layout .object > img {
  max-width: 260px;
  min-height: 190px;
  border-radius: 4px;
}
.mod-job-detail_s .mod-image-layout .object .caption {
  font-size: 110%;
  line-height: 1.8;
  margin-top: 12px;
  text-align: left;
  color: #888;
}
.mod-job-detail_s .mod-image-layout > .body > p {
  line-height: 1.8;
}
.mod-job-detail_s .mod-image-layout > .body > p:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail_s .mod-image-layout > .body .name {
  font-size: 120%;
}
.mod-job-detail_s .mod-image-layout > .body .add-list-btn {
  line-height: 1.5;
  margin-top: 25px;
}
.mod-job-detail_s .mod-image-layout > .body .add-list-btn .mod-button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px;
  color: #222;
}
.mod-job-detail_s .mod-image-layout + .mod-tag-list {
  margin-top: 15px;
}
.detail-modal .mod-job-detail_s .header {
  min-width: 100%;
  margin-bottom: 20px;
}
.detail-modal .mod-job-detail_s .object.large {
  float: none;
  width: 440px;
  margin: 0 auto 15px !important;
}
.detail-modal .mod-job-detail_s .object.small {
  width: 260px;
  margin-right: 30px;
}

.detail-modal {
  color:#000;
}

.detail-modal .page-lead,
.detail-modal .lead {
  color:#666;
}

.mod-job-detail_s .btn-menu {
  margin-top: 10px;
  text-align: center;
}
.mod-job-detail_s .btn-menu > ul {
  margin-bottom: 10px;
}
.mod-job-detail_s .btn-menu > ul > li {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
  vertical-align: top;

  *display: inline;
}
.mod-job-detail_s .btn-menu > ul > li:last-child {
  margin-bottom: 0 !important;
}
.mod-job-detail_s .btn-menu > ul > li > .mod-button {
  font-size: 116.67%;
  width: 200px;
  padding: 5px;
  color: #222;
}
.mod-job-detail_s .btn-menu > ul > li .about-list {
  margin: 8px 0 0 40px;
  text-align: left;
}
.mod-job-detail_s .subject {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
  color: #222;
}
.unique_s {
  font-weight: bold;
  color: red;
}
.sample_s {
  font-size: 120%;
  margin-left: 12px;
}
.profile_s {
  font-size: 130%;
}
.heading {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #222;
}
.sample_s_3 {
  font-size: 12px;
  float: right;
}
/* Job content
   ========================================================================== */
.mod-job-content {
  margin-top: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
/* Job Q&A
   ========================================================================== */
.mod-job-qa > .item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-job-qa > .item > .title {
  font-size: 140%;
  float: left;
  width: 148px;
  padding-right: 40px;
  background-position: left 2px;
}
.mod-job-qa > .item > .body {
  line-height: 1.8;
  width: 684px;
  padding-left: 30px;
  border-left: 1px solid #f1f1f1;
}
.mod-job-qa > .item > .body > div > .stars {
  line-height: 1;
}
.mod-job-qa > .item > .body > div > .stars li {
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.mod-job-qa > .item > .body > div > .stars li:last-child {
  margin-right: 0;
}
.mod-job-qa > .item > .body > div > .stars.environment li {
  width: 12px;
  height: 13px;
  background-image: url(/common/img/module/matching_star_icon06.png);
}
.mod-job-qa > .item > .body > div > .stars.environment.is-rate-1 > li:nth-child(-n+1) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-job-qa > .item > .body > div > .stars.environment.is-rate-2 > li:nth-child(-n+2) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-job-qa > .item > .body > div > .stars.environment.is-rate-3 > li:nth-child(-n+3) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-job-qa > .item > .body > div > .stars.environment.is-rate-4 > li:nth-child(-n+4) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-job-qa > .item > .body > div > .stars.environment.is-rate-5 > li:nth-child(-n+5) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-job-qa > .item > .body > .category {
  width: 50%;
  margin: 7px 0 2px;
  text-align: right;
}
.mod-job-qa > .item:nth-child(1) > .title {
  background-image: url(/common/img/parts/title_bg02.png);
}
.mod-job-qa > .item:nth-child(2) > .title {
  background-image: url(/common/img/parts/title_bg03.png);
}
.mod-job-qa > .item:nth-child(3) > .title {
  background-image: url(/common/img/parts/title_bg04.png);
}
.mod-job-qa > .item:nth-child(4) > .title {
  background-image: url(/common/img/parts/title_bg05.png);
}
.mod-job-qa > .item:nth-child(5) > .title {
  background-image: url(/common/img/parts/title_bg06.png);
}
.mod-job-qa > .item:nth-child(6) > .title {
  background-image: url(/common/img/parts/title_bg07.png);
}
.mod-job-qa > .item:nth-child(7) > .title {
  background-image: url(/common/img/parts/title_bg08.png);
}
.mod-job-qa > .item:nth-child(8) > .title {
  background-image: url(/common/img/parts/title_bg09.png);
}
.mod-job-qa > .item:nth-child(9) > .title {
  background-image: url(/common/img/parts/title_bg10.png);
}
.mod-job-qa > .item:nth-child(10) > .title {
  background-image: url(/common/img/parts/title_bg11.png);
}
.mod-job-qa .schedule {
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 40px;
}
.mod-job-qa .schedule > dt {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  float: left;
  margin-right: 28px;
  color: #dd8d45;
}
.mod-job-qa .schedule > dd {
  overflow: hidden;
  zoom: 1;
}
.mod-job-qa .schedule:after {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: block;
  width: 13px;
  height: 6px;
  content: '';
  background: url(/common/img/module/job_qa_arrow_bottom01.png) left top no-repeat;
}
.mod-job-qa .schedule:last-child {
  padding-bottom: 0;
}
.mod-job-qa > .selectbak_pink {
  background-color: #fcf4fe;
}
.mod-job-qa > .selectbak_blue {
  background-color: #f0f0fe;
}
.mod-job-qa > .selectbak_orange {
  background-color: #fff1ed;
}
.mod-job-qa > .selectbak_green {
  background-color: #f4fcf2;
}
.mod-job-qa > .selectbak_gray {
  background-color: #f4f4f6;
}
.detail-modal .mod-job-qa .item {
  width: auto;
}
.detail-modal .mod-job-qa > .item > .body {
  width: 604px;
}
/* データで見るこの仕事の特徴
   ========================================================================== */
.mod-job-qa > .item_s {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-job-qa > .item_s > .title {
  font-size: 140%;
  float: left;
  width: 148px;
  padding-right: 40px;
  background-position: left 2px;
}
.mod-job-qa > .item_s > .body {
  line-height: 1.8;
  padding-left: 19px;
  border-left: 1px solid #f1f1f1;
}
.mod-job-qa > .item_s:nth-child(1) > .title {
  background-image: url(/common/img/parts/title_bg02.png);
}
.mod-job-qa > .item_s:nth-child(2) > .title {
  background-image: url(/common/img/parts/title_bg03.png);
}
.mod-job-qa > .item_s:nth-child(3) > .title {
  background-image: url(/common/img/parts/title_bg04.png);
}
.mod-job-qa > .item_s:nth-child(4) > .title {
  background-image: url(/common/img/parts/title_bg05.png);
}
.mod-job-qa > .item_s:nth-child(5) > .title {
  background-image: url(/common/img/parts/title_bg06.png);
}
.mod-job-qa > .item_s:nth-child(6) > .title {
  background-image: url(/common/img/parts/title_bg07.png);
}
.mod-job-qa > .item_s:nth-child(7) > .title {
  background-image: url(/common/img/parts/title_bg08.png);
}
.mod-job-qa > .item_s:nth-child(8) > .title {
  background-image: url(/common/img/parts/title_bg09.png);
}
.mod-job-qa > .item_s:nth-child(9) > .title {
  background-image: url(/common/img/parts/title_bg10.png);
}
.mod-job-qa > .item_s:nth-child(10) > .title {
  background-image: url(/common/img/parts/title_bg11.png);
}
.mod-job-qa .schedule {
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 40px;
}
.mod-job-qa .schedule > dt {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  float: left;
  margin-right: 28px;
  color: #dd8d45;
}
.mod-job-qa .schedule > dd {
  overflow: hidden;
  zoom: 1;
}
.mod-job-qa .schedule:after {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: block;
  width: 13px;
  height: 6px;
  content: '';
  background: url(/common/img/module/job_qa_arrow_bottom01.png) left top no-repeat;
}
.mod-job-qa .schedule:last-child {
  padding-bottom: 0;
}
.mod-job-qa > .selectbak_pink {
  background-color: #fcf4fe;
}
.mod-job-qa > .selectbak_blue {
  background-color: #f0f0fe;
}
.mod-job-qa > .selectbak_orange {
  background-color: #fff1ed;
}
.mod-job-qa > .selectbak_green {
  background-color: #f4fcf2;
}
.mod-job-qa > .selectbak_gray {
  background-color: #f4f4f6;
}
.detail-modal .mod-job-qa .item_s {
  width: auto;
}
.mod-job-qa .block_s {
  width: 129px;
  height: 50px;
  background: #000;
}
.mod-job-qa .article_s {
  font-weight: bold;
  position: relative;
  height: 40px;
  padding-top: 5px;
  text-align: center;
  color: #fff;
  background: #000;
}
.mod-job-qa .article_s:after {
  position: absolute;
  bottom: -14px;
  left: 57px;
  content: '';
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.mod-job-qa .article_s_2 {
  font-weight: bold;
  position: relative;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  background: #000;
}
.mod-job-qa .article_s_2:after {
  position: absolute;
  bottom: -14px;
  left: 57px;
  content: '';
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.number_s {
  font-size: 17px;
  font-weight: bold;
  width: 119px;
  height: 45px;
  padding-top: 15px;
  text-align: center;
  color: #f8691b;
  border: 5px solid #f8691b;
  border-top: none;
}
.unit_s {
  float: left;
  width: 129px;
  margin-right: 10px;
  list-style: none;
}
.item_s .unique_s {
  font-size: 12px;
  font-weight: bold;
  color: red;
}
.item_s .sample_s_1 {
  font-size: 12px;
}
.unit {
  font-size: 16px;
  font-weight: bold;
}
.notes {
  margin-top: 10px;
}
/* Job info
   ========================================================================== */
.mod-job-info {
  margin: 25px 0 40px;
}
.mod-title-lv1 + .mod-job-info dl:first-child dt,
.mod-title-lv1 + .mod-job-info dl:first-child dd {
  border-top: none;
}
.mod-job-info > dl {
  overflow: hidden;
  zoom: 1;
}
.mod-job-info > dl > dt,
.mod-job-info > dl > dd {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-job-info > dl > dt {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  width: 200px;
  margin-right: 30px;
  padding: 15px 13px;
  color: #222;
  border-bottom: 2px solid #d6d8d8;
}
.mod-job-info > dl > dd {
  width: 750px;
  padding: 15px 13px;
  border-bottom: 2px solid #e6e6e6;
}
.mod-job-info > dl > dd > p {
  line-height: 1.8;
}
.mod-job-info > dl:first-child > dt {
  border-top: 2px solid #d6d8d8;
}
.mod-job-info > dl:first-child > dd {
  border-top: 2px solid #e6e6e6;
}
.mod-job-info > dl.selectbak_pink > dt,
.mod-job-info > dl.selectbak_pink > dd {
  background-color: #fcf4fe;
}
.mod-job-info > dl.selectbak_blue > dt,
.mod-job-info > dl.selectbak_blue > dd {
  background-color: #f0f0fe;
}
.mod-job-info > dl.selectbak_orange > dt,
.mod-job-info > dl.selectbak_orange > dd {
  background-color: #fff1ed;
}
.mod-job-info > dl.selectbak_green > dt,
.mod-job-info > dl.selectbak_green > dd {
  background-color: #f4fcf2;
}
.mod-job-info > dl.selectbak_gray > dt,
.mod-job-info > dl.selectbak_gray > dd {
  background-color: #f4f4f6;
}
.detail-modal .mod-job-info > dl > dt {
  float: left;
  width: 225px;
  margin-right: 0;
  padding: 15px 5px;
}
.detail-modal .mod-job-info > dl > dd {
  float: right;
  width: 650px;
}
/* Coice process
   ========================================================================== */
.mod-choice-process {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
}
.mod-choice-process .inner {
  display: table;
  width: 100%;
  color: #3d3d3f;
}
.mod-choice-process .inner > .step {
  display: table-cell;
  width: 458px;
  padding-right: 20px;
}
.mod-choice-process .inner > .step > li {
  display: table;
  width: 456px;
  height: 88px;
  margin-bottom: 10px;
  padding-bottom: 26px;
  background: url(/common/img/module/job_process_arrow_bottom01.png) center bottom no-repeat;
}
.mod-choice-process .inner > .step > li > .title,
.mod-choice-process .inner > .step > li > .step-inner {
  display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mod-choice-process .inner > .step > li > .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  width: 89px;
  text-align: center;
  border-left: 1px solid #f1f1f1;
  border-radius: 4px 0 0 4px;
  background-color: #ffe700;
}
.mod-choice-process .inner > .step > li > .title > span {
  font-size: 91.67%;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.mod-choice-process .inner > .step > li > .title > span.number {
  font-size: 200%;
}
.mod-choice-process .inner > .step > li > .step-inner {
  padding: 10px 30px;
  border-right: 1px solid #f1f1f1;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
}
.mod-choice-process .inner > .step > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.mod-choice-process .inner > .body {
  line-height: 1.8;
  display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-choice-process.selectbak_pink .title {
  background-color: #f8e8e8 !important;
}
.mod-choice-process.selectbak_pink .step-inner,
.mod-choice-process.selectbak_pink .body {
  background-color: #fcf4fe !important;
}
.mod-choice-process.selectbak_blue .title {
  background-color: #e8e8f8 !important;
}
.mod-choice-process.selectbak_blue .step-inner,
.mod-choice-process.selectbak_blue .body {
  background-color: #f0f0fe !important;
}
.mod-choice-process.selectbak_orange .title {
  background-color: #f8d8c8 !important;
}
.mod-choice-process.selectbak_orange .step-inner,
.mod-choice-process.selectbak_orange .body {
  background-color: #fff1ed !important;
}
.mod-choice-process.selectbak_green .title {
  background-color: #d8f8c8 !important;
}
.mod-choice-process.selectbak_green .step-inner,
.mod-choice-process.selectbak_green .body {
  background-color: #f4fcf2 !important;
}
.mod-choice-process.selectbak_gray .title {
  background-color: #ccccce !important;
}
.mod-choice-process.selectbak_gray .step-inner,
.mod-choice-process.selectbak_gray .body {
  background-color: #f4f4f6 !important;
}
.detail-modal .mod-choice-process .inner {
  display: block;
}
.detail-modal .mod-choice-process .inner .step {
  display: block;
  width: auto;
  margin-bottom: 20px;
  padding-right: 0;
}
.detail-modal .mod-choice-process .inner .step > li {
  width: 100%;
}
.detail-modal .mod-choice-process .inner .body {
  display: block;
}
/* Recruiter comment
   ========================================================================== */
.mod-recruiter-comment {
  margin-bottom: 30px;
}
.mod-recruiter-comment > .title {
  margin-bottom: 18px;
}
.mod-recruiter-comment > .inner {
  overflow: hidden;
  zoom: 1;
}
.mod-recruiter-comment > .inner .icon {
  float: left;
  margin-right: 20px;
}
.mod-recruiter-comment > .inner .balloon {
  position: relative;
  float: right;
  width: 803px;
  padding: 30px;
  color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-recruiter-comment > .inner .balloon p {
  margin-bottom: 1em;
}
.mod-recruiter-comment > .inner .balloon p:last-child {
  margin-bottom: 0 !important;
}
.mod-recruiter-comment > .inner .balloon:before {
  position: absolute;
  top: 33px;
  left: -16px;
  width: 16px;
  height: 23px;
  content: '';
  background: url(/common/img/module/recruiter_bg01.png) left top no-repeat;
}
.mod-recruiter-comment > .inner .title {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 140%;
  font-weight: bold;
}
.mod-recruiter-comment.selectbak_pink > .inner .balloon {
  background-color: #fcf4fe !important;
}
.mod-recruiter-comment.selectbak_blue > .inner .balloon {
  background-color: #e8e8f8 !important;
}
.mod-recruiter-comment.selectbak_orange > .inner .balloon {
  background-color: #fff1ed !important;
}
.mod-recruiter-comment.selectbak_green > .inner .balloon {
  background-color: #f4fcf2 !important;
}
.mod-recruiter-comment.selectbak_gray > .inner .balloon {
  background-color: #f4f4f6 !important;
}
.detail-modal .mod-recruiter-comment .balloon {
  width: 710px;
}
/* Recruiter comment
   ========================================================================== */
.mod-collect-memo {
  margin-bottom: 35px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-collect-memo > .body {
  margin: 18px 0 30px;
}
.mod-collect-memo > .images {
  overflow: hidden;
  zoom: 1;
}
.mod-collect-memo > .images > li {
  float: left;
  width: 310px;
  margin-right: 25px;
}
.mod-collect-memo > .images > li .object > img {
  max-width: 310px;
  max-height: 230px;
  border-radius: 4px;
}
.mod-collect-memo > .images > li .object .caption {
  font-size: 91.67%;
  line-height: 1.8;
  margin-top: 10px;
  color: #888;
}
.mod-collect-memo > .images > li:last-child {
  margin-right: 0;
}
.detail-modal .mod-collect-memo li {
  margin-bottom: 20px;
}
.detail-modal .mod-collect-memo > .images > li {
  float: left;
  width: 280px;
  margin-right: 25px;
}
.detail-modal .mod-collect-memo > .images > li .object > img {
  max-width: 310px;
  max-height: 200px;
  border-radius: 4px;
}
/* Fix button
   ========================================================================== */
.mod-button-holder#button-holder-middle {
  padding-top:0;
  padding-bottom:40px;
}
.mod-button-holder {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.mod-button-holder > ul {
  text-align: center;
}
.mod-button-holder > ul > li {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
  vertical-align: middle;

  *display: inline;
}
.mod-button-holder > ul > li > .mod-button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 2px;
}
.mod-button-holder > ul > li.welcome-btn > a.mod-button.search {
  background: #e94e30;
  border-color: #e94e30;
}
.mod-button-holder > ul > li.welcome-btn > .mod-button {
  width: 400px;
}

.mod-button-holder > ul > li > .mod-button img{
  margin:0 10px;
  height:27px;
}

.mod-button-holder > ul > li > .mod-button span{
  line-height:1.8;
}

.mod-button-holder > ul > li > .mod-button.search.simple{
  background-image:url("/common/img/module/simple_btn.gif");
  background-repeat:no-repeat;
  background-size:50px;
  background-position:30px;
  height:33px;
}

.mod-button-holder > ul > li > .mod-button.search.simple span{
  margin-left:65px;
}

.mod-button-holder > ul > li > .mod-button.register{
  padding:5px 0;
}
.mod-button-holder > ul > li > .mod-button.signup {
  border-color: #e94e30;
  background-color: #e94e30;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .07)), color-stop(1, rgba(5, 0, 1, .07)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .07)), to(rgba(5, 0, 1, .07)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image: -webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(rgba(255, 255, 255, .07)), to(rgba(5, 0, 1, .07)));
  background-image: -webkit-linear-gradient(top, bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
  background-image: linear-gradient(top, bottom, rgba(255, 255, 255, .07), rgba(5, 0, 1, .07));
}

.mod-button-holder > ul > li > .mod-button:not(.search) {
  color: #222;
}
.mod-button-holder.background {
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
}
.mod-button-holder.fixed {
  position: fixed;
  z-index: 11000;
  bottom: 0;
  left: 0;
}
.mod-button-holder #fadeout_attention #attention_window{
  cursor:pointer;
  margin-top:-97px;
  position:absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  text-align:left;
  opacity:1;
  border-radius:5px;
  background-color:#ffe700;
  filter: alpha(opacity=1);
}
.mod-button-holder #fadeout_attention #attention_window #add_opt_img{
  padding:15px;
}
.mod-button-holder #fadeout_attention #attention_window .balloon{
  position:absolute;
  margin-left:90px;
  margin-top:-4px;
}

/* message button
   ========================================================================== */
.mod-button-area {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.mod-button-area > ul {
  text-align: center;
}
.mod-button-area > ul > li {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
  vertical-align: top;

  *display: inline;
}
.mod-button-area > ul > li .mod-link {
  width: 110px;
  margin: 5px auto;
}
.mod-button-area > ul > li > .mod-button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px;
}
.mod-button-area > ul > li > .mod-button:not(.search) {
  color: #222;
}
.mod-button-area.background {
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
}
.mod-button-area.fixed {
  position: fixed;
  z-index: 11000;
  bottom: 0;
  left: 0;
}
/* Other occupation
   ========================================================================== */
.mod-other-occupation {
  margin: 30px 0 40px;
  word-wrap: break-word;
  word-break: break-all;
}
/* Recommend
   ========================================================================== */
.mod-recommend {
  margin-bottom: 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-recommend > .mod-title-lv1 {
  margin-bottom: 10px;
}
.mod-recommend > .recommend-table img {
  width: 95px;
  height: 68px;
}
.mod-recommend > .recommend-table th {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 140%;
  font-weight: bold;
  height: 43px;
  vertical-align: middle;
  color: #222;
  border: 1px solid #f1f1f1;
  background-color: #e2e2e2;
}
.mod-recommend > .recommend-table tbody > tr td {
  background-color: #fff;
}
.mod-recommend > .recommend-table tbody > tr:nth-child(2n) td {
  background-color: #f9f9f9;
}
.mod-recommend > .recommend-table td {
  padding: 20px;
  color: #222;
  border: 1px solid #f1f1f1;
}
.mod-recommend > .recommend-table td .logo {
  margin-right: 18px;
}
.mod-recommend > .recommend-table td .logo > img {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-recommend > .recommend-table td.corp,
.mod-recommend > .recommend-table td.list {
  vertical-align: middle;
}
.mod-recommend > .recommend-table td.corp > .logo,
.mod-recommend > .recommend-table td.corp > .body {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-recommend > .recommend-table td.corp > .body {
  width: 203px;
}
.mod-recommend > .recommend-table td.corp > .body .name {
  margin-bottom: 3px;
}
.mod-recommend > .recommend-table td.list {
  font-size: 110%;
  font-weight: bold;
  padding: 20px 5px;
  text-align: center;
}
.mod-recommend > .recommend-table td.list > a {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #222;
}
/* Recruitment index
   ========================================================================== */
.mod-recruitment-index {
  margin-bottom: 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-recruitment-index > .item {
  margin-bottom: 10px;
  padding: 16px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-recruitment-index > .item .term {
  margin-bottom: 12px;
}
.mod-recruitment-index > .item .title {
  font-size: 180%;
  margin-bottom: 12px;
}
.mod-recruitment-index > .item .object {
  margin-left: 30px;
}
.mod-recruitment-index > .item .object > img {
  border-radius: 4px;
}
.mod-recruitment-index > .other-recruitment {
  margin-top: 20px;
}
.mod-recruitment-index > .other-recruitment .mod-title-lv2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e6e6;
}
.mod-recruitment-index .add-list-btn {
  margin-top: 35px;
  text-align: center;
}
.mod-recruitment-index .add-list-btn .btn {
  margin-bottom: 10px;
}
.mod-recruitment-index .add-list-btn .mod-button {
  font-size: 116.67%;
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px;
  vertical-align: top;
  color: #222;

  *display: inline;
}
.mod-recruitment-index .add-list-btn .about-list {
  display: inline-block;
  zoom: 1;
  text-align: left;
  vertical-align: top;

  *display: inline;
}
.mod-recruitment-index.archive > .mod-title-lv1 > .inner {
  border-bottom: 5px solid #dbdada;
}
/* Notice button
   ========================================================================== */
.notice-btn {
  text-align: center;
}
.mod-recruitment-index .notice-btn {
  margin-top: 30px;
}
.notice-btn .lead {
  margin-left: -135px;
}
.notice-btn .back-top {
  display: inline-block;
  zoom: 1;
  margin-left: 30px;
  vertical-align: middle;

  *display: inline;
}
.notice-btn .btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.notice-btn .btn > .mod-button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  padding: 5px 25px;
  color: #222;
}
/* Message
   ========================================================================== */
.corp-message {
  margin-bottom: 50px;
}
.corp-message > img {
  border-radius: 4px;
}
/* Detail modal window
   ========================================================================== */
.detail-modal .content-inner {
  padding: 30px;
}
.detail-modal .main-content {
  width: auto;
  margin-top: 0;
}
.detail-modal .footer-box {
  padding: 17px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.detail-modal .footer-box > section {
  margin-bottom: 17px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e6e6e6;
}
.detail-modal .footer-box > section:last-child {
  margin-bottom: 0 !important;
}
.detail-modal .footer-box > section:last-child {
  padding-bottom: 0;
  border: none;
}
.detail-modal .footer-box .memo {
  overflow: hidden;
  zoom: 1;
}
.detail-modal .footer-box .memo .title {
  display: inline-block;
  zoom: 1;
  vertical-align: top;

  *display: inline;
}
.detail-modal .footer-box .memo .change-btn {
  float: right;
}
.detail-modal .footer-box .preparation li {
  margin-bottom: 8px;
}
.detail-modal .footer-box .check-point li {
  margin-bottom: 2px;
  padding-left: 20px;
  background: url(/common/img/module/detail_check_icon01.png) left top no-repeat;
}

#welcome-ribbon {
  background-color:#e94e30; 
  height:25px;
  color:#fff;
}
#welcome-ribbon .inner{
  width:935px;
  margin: 0 auto;
  padding: 2px 0 0 45px;
  font-size:1.4em;
  background: url(/common/img/module/welcm_icon.png) no-repeat;
  background-size: 35px;
  background-position: 2px 2px;
}

/* print
   ========================================================================== */
@media print {
  .mod-job-qa .item {
    display: table;
    width: 100%;
  }
  .mod-job-qa .item .title,
  .mod-job-qa .item .body {
    display: table-cell;
    vertical-align: top;
  }
  .mod-job-info {
    overflow: hidden;
    zoom: 1;
  }
  .mod-job-info > dl {
    display: table;
    width: 100%;
  }
  .mod-job-info > dl > dt {
    display: table-cell;
    float: none !important;
    width: 30%;
    vertical-align: top;
  }
  .mod-job-info > dl > dd {
    display: table-cell;
    float: none !important;
    width: 70%;
    vertical-align: top;
  }
  .mod-job-detail .mod-image-layout {
    display: table;
    width: 100%;
  }
  .mod-job-detail .mod-image-layout .object.small,
  .mod-job-detail .mod-image-layout .body {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  .mod-job-detail .mod-image-layout .object.small {
    width: 260px;
  }
  .mod-job-detail .mod-image-layout .body {
    padding-left: 20px;
  }
  .mod-page-title + .mod-job-detail .mod-image-layout {
    display: block;
  }
  .mod-page-title + .mod-job-detail .body {
    padding: 0;
  }
  .mod-recruiter-comment .inner {
    display: table;
    width: 100%;
  }
  .mod-recruiter-comment .inner .icon {
    display: table-cell;
    float: none;
    width: 25%;
    vertical-align: top;
  }
  .mod-recruiter-comment .inner .balloon {
    display: table-cell;
    float: none;
    width: 75%;
    vertical-align: top;
  }
  .mod-recruiter-comment .inner .balloon:before {
    display: list-item;
    list-style-position: inside;
    list-style-image: url(/common/img/module/recruiter_bg01.png);
    letter-spacing: -1000em;
  }
  .mod-collect-memo .images li {
    float: none;
  }
  .change-btn {
    display: none;
  }
}
/* abtest
   ========================================================================== */
.ab_add_form{padding:10px;background-color:#ffeeee;border:1px solid #dbdada}
