@charset 'UTF-8';
/* ==========================================================================
   Detail Block module
   ========================================================================== */
/* Detail content common
   ========================================================================== */
.detail-content {
  word-break: break-all;
}
.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;
}
/* For view change by tab or btn */
.detail-local-nav > ul > .wide {
  width: 242px;
}
.detail-local-nav > ul > li > .mail-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.detail-local-nav > ul > li > .mail-list.strong {
  border-color: #ffe700;
  background-color: #ffe700;
}
.detail-local-nav > ul > li > .mail-list.strong:hover {
  text-decoration: none;
  opacity: .6;
  cursor: pointer;
}
.detail-local-nav > ul > li > .mail-list > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 17px;
}
.detail-local-nav > ul > li > .mail-list .num-holder {
  width: 38px;
  text-align: left;
}
.detail-local-nav > ul > li > .mail-list .num-holder .num {
  display: inline-block;
  width: 24px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  border-radius: 50%;
  background-color: #e94e30;
}
.detail-local-nav > ul > li > .mail-list .txt-holder {
  width: 56px;
  text-align: left;
}
.detail-local-nav > ul > li > .mail-list .txt-holder .stop {
  color: #e94e30;
}
.detail-local-nav .tab-btn {
  position: relative;
}
.detail-local-nav .tab-btn .wrap-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.detail-local-nav .tab-btn .wrap-btn.space {
  bottom: 10px;
}
/* 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.archive > .header {
  margin-bottom: 10px;
}
.mod-job-detail.archive > .header > .title {
  margin-top: 20px;
}
.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: #fff;
  background-color: #ffa32b;
}
.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;
}
/* 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;
}
/* For view change by tab or btn */
.inner.mail-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.inner.mail-list > div {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dbdada;
  box-sizing: border-box;
}
.inner.mail-list > div:last-child {
  border-right: none;
}
.inner.mail-list .head  {
  text-align: center;
  vertical-align: middle;
  width: 12%;
}
.inner.mail-list .head .welcome > span {
  display: inline-block;
  padding-top: 5px;
  color: #06c;
  font-weight: bold;
}
.inner.mail-list .head > p {
  padding: 0 0 5px 0;
}
.inner.mail-list .head > p:first-of-type {
  padding: 5px 0;
}
.inner.mail-list .head .wrap-txt {
  text-align: center;
}
.inner.mail-list .head .wrap-txt > span{
  display: inline-block;
  text-align: left;
}
.inner.mail-list .body .title {
  margin-bottom: 6px;
}
.inner.mail-list .body .wrap-txt {
  text-align: left;
}
.inner.mail-list .body .wrap-txt > span{
  display: inline-block;
}
.inner.mail-list .unread {
  margin-right: 10px;
  color: #e94e30;
  font-weight: bold;
}
.inner.mail-list .body {
  padding: 0 10px;
}
.inner.mail-list .button {
  text-align: center;
  width: 12%;
}
.inner.mail-list .button .welcome {
  margin-top: 5px;
}
.inner.mail-list .button .welcome > span {
  display: inline-block;
  padding-top: 5px;
  color: #e94e30;
  font-weight: bold;
}
.inner.mail-list .button.form {
  width: 14%;
}
.inner.mail-list .button .wrap-txt {
  margin-top: 5px;
}
.inner.mail-list .button .wrap-txt > span{
  display: inline-block;
  text-align: left;
}
.inner.mail-list .button .txt-bm {
  text-align: center;
}
.inner.mail-list .button .txt-bm > span {
  color: #999;
}
.inner.mail-list .checkbox {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 8%;
}
.inner.mail-list .checkbox > p {
  margin-bottom: 20px;
}
/* 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: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;
}
.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;
  vertical-align: middle;
}
.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;
}
.section.mod-recommend > .recommend-table td.corp > .body {
  width: 290px;
}
/* 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;
  }
}

.simple-btn {
	position: relative;
	display: inline-table;
	padding: 0 2px 0 5px;
	width: 59px;
	height: 15px;
	color: #F6F6F6;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border-radius: 9px;
	font-size:10px;
	color:#eb441a;
	vertical-align:middle;
	margin-right:8px;
	letter-spacing:-1px;
	margin-bottom:0.3px;
}
.simple-btn:before {
	content: "";
	position: absolute;
	bottom: 0.5px;
	left: 57px;
	margin-left: 0;
	display: block;
	width: 16.3px;
	height: 10px;
	background: #fff;
	border-radius: 0 0 10px;
	z-index: -1;
}
.simple-btn:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 58px;
	margin-left: 0;
	display: block;
	width: 20px;
	height: 11px;
	background: #1c9be3;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(-14deg);
	   -moz-transform: rotate(-14deg);
	    -ms-transform: rotate(-14deg);
	     -o-transform: rotate(-14deg);
	        transform: rotate(-14deg);
}
.new_area li a.simple-button {
  padding-top: 4px!important;
}
.mod-button-holder > ul > li > .mod-button span.simple-btn {
  line-height:1.6;
}
.new_area li span.simple-btn {
  font-size: 11px !important;
  width: 75px !important;
  height: 16px !important;
  padding-top: 0.4px !important;
  vertical-align:top;
}
.new_area li span.simple-txt {
  font-size: 100% !important;
  width: 220px !important;
  height: 36px !important;
  padding-top: 7px !important;
}

.normal-btn .simple-btn {
	position: relative;
	display: inline-table;
	padding: 0 2px 0 5px;
	width: 59px;
	height: 16px;
	color: #F6F6F6;
	line-height: 1.6;
	text-align: center;
	background: #fff;
	border-radius: 9px;
	font-size:10px;
	color:#eb441a;
	vertical-align:middle;
	margin-right:8px;
	letter-spacing:0px;
}
.normal-btn .simple-btn:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 72px;
	margin-left: 0;
	display: block;
	width: 15px;
	height: 9px;
	background: #fff;
	border-radius: 0 0 10px;
	z-index: -1;
}
.normal-btn .simple-btn:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 73px;
	margin-left: 0;
	display: block;
	width: 16px;
	height: 10px;
	background: #1c9be3;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(-25deg);
	   -moz-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	     -o-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}

.light-btn {
	position: relative;
	display: inline-table;
	padding: 2px 2px 1px 5px;
	width: 59px;
	height: 15px;
	color: #F6F6F6;
	line-height: 1.1;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	font-size:10px;
	color:#eb441a;
	vertical-align:middle;
}
.light-btn:before {
	content: "";
	position: absolute;
	bottom: 0.5px;
	left: 57px;
	margin-left: 0;
	display: block;
	width: 16.3px;
	height: 10px;
	background: #fff;
	border-radius: 0 0 10px;
	z-index: -1;
}
.light-btn:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 58px;
	margin-left: 0;
	display: block;
	width: 20px;
	height: 11px;
	background: #1c9be3;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(-14deg);
	   -moz-transform: rotate(-14deg);
	    -ms-transform: rotate(-14deg);
	     -o-transform: rotate(-14deg);
	        transform: rotate(-14deg);
}
.new_area li a.light-button {
  padding-top: 4px!important;
}
.mod-button-holder > ul > li > .mod-button span.light-btn {
  line-height:1.2;
}
.new_area li span.light-btn {
  font-size: 11px !important;
  width: 75px !important;
  height: 16px !important;
  padding-top: 0.4px !important;
  vertical-align:top;
}
.new_area li span.light-txt {
  font-size: 100% !important;
  width: 220px !important;
  height: 36px !important;
  padding-top: 7px !important;
}

.normal-btn .light-btn {
	position: relative;
	display: inline-table;
	padding: 0 2px 0 5px;
	width: 59px;
	height: 16px;
	color: #F6F6F6;
	line-height: 1.6;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	font-size:10px;
	color:#eb441a;
	vertical-align:middle;
	margin-right:8px;
	letter-spacing:0px;
}
.normal-btn .light-btn:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 71px;
	margin-left: 0;
	display: block;
	width: 15px;
	height: 9px;
	background: #fff;
	border-radius: 0 0 10px;
	z-index: -1;
}
.normal-btn .light-btn:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 73px;
	margin-left: 0;
	display: block;
	width: 16px;
	height: 10px;
	background: #1c9be3;
	border-radius: 0 30px 0 30px;
	z-index: -1;
	-webkit-transform: rotate(-25deg);
	   -moz-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	     -o-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}


/*section*/
.head_upr {width:100%;}
.head_udr {width:100%; text-align:center;}

/*h1*/
.jobname {letter-spacing:1px; line-height:1.5em;}

/*other*/
.head_upr .left,
.head_udr .left {width:570px; }
.head_upr .right {}
.head_udr .right {min-width:375px;}

.button_area li{float:left;}
.button_area li .mod-button {
	width:175px;
	padding:6px 10px 4px 10px;
	font-size:14px;
	margin-left:6px;
	}
li.register_btn .mod-button {
	color:#000;
	}
.button_area li a.simple {	
	background-image: url(/common/img/module/simple_btn.gif);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 30px;
    text-indent:3em;
    }

.p_caution {
	background:url(/common/img/parts/icn_chk.png) no-repeat 0 2px;
	color:#eb441a;
	text-indent:15px;
	display:inline-block;
	}

.icon {}
.head_udr .left.icon li {
	float:left;
	}
.head_upr .left.icon li {
	float:left;
	}
.head_upr ul.left.icon li:last-child {
	margin-right:8px;
	}
.icon li {
	margin:5px 2px 0 0;
	display:inline-block !important;
	}
.icon li span {
	margin:0 5px 0 0;
	display:inline-block !important;
	}
.ico_sts {
	background-color:#1e2b3f;
	border-radius:2px;
	padding:2px 10px;
	color:#fff;
	font-size:10px;
	border: solid 1px #1e2b3f;
	}
.ico_tps {
	background-color:#ffe700;
	border-radius:2px;
	padding:2px 10px;
	font-size:10px;
	border: solid 1px #ffe700;
	}
.ico_salary {
	line-height:2em;
	background:url(/common/img/parts/icn_fee.png) no-repeat 0 3.5px;
	text-indent:17px;
	}
.ico_time {
	line-height:2em;
	background:url(/common/img/parts/icn_time.png) no-repeat 0 3.5px;
	text-indent:17px;
	}

.ico_new {
	background-color:#eb441a;
	border-radius:2px;
	padding:2px 10px;
	color:#fff;
	font-size:10px;
	border: solid 1px #eb441a;
	}
.ico_end {line-height:22px; padding-left:8px;}
.ico_end span {color:#eb441a; font-weight:bold;}
.ico_end .countdown {margin:0 5px;}
.ico_end .countnum {font-size:20px}

.min_nav {display:block; margin-top:28px;}
.min_nav > ul > li {width:192px;}
.min_nav > ul > li strong,
.min_nav > ul > li a {width:192px; font-size:15px; height:42px; line-height:23px;}
.min_nav > ul > li:last-child {margin-right:0;}


#fixed_btn_area {width:100%; background-color:#1E2B3F; text-align:center; display: none; position:fixed; top:0;z-index:9999;
box-shadow:0px 0px 3px 1px #ddd;
-moz-box-shadow:0px 0px 3px 1px #ddd;
-webkit-box-shadow:0px 0px 3px 1px #ddd;
}
#fixed_btn_area section {width:980px; margin:0 auto;}
#fixed_btn_area section p {color:#fff; line-height:40px; font-size:12px; margin-top:1px;}
#fixed_btn_area section ul {margin:5px 0;}

.main_kiji_area {}
.main_kiji_area h2 {color:#eb441a; font-size:18px; line-height:1.4em}
.main_kiji_area .m_txt {font-size:140%; line-height:1.8em}

.fig_pr_area {float:right; width:440px; margin-left:20px; }
.fig_pr_area figure {max-width:440px; max-height: 320px;}
.fig_pr_area figure img {max-width:440px; max-height: 320px;display:block; margin: 0 auto;}
.pr_icon {margin-right:0}
.pr_icon li {
	float:left;
	margin:5px 5px 0 0;
	display:inline-block !important;
	border-radius:2px;
	padding:3px 2px 2px 2px;
	width:63.1px;
	text-align:center;
	font-size:11px;
	}
.pr_icon > li:nth-child(6) ,
.pr_icon > li:last-child {margin-right:0;}

.pr_icon .on {background-color:#7ab200; border:solid 1px #7ab200; color:#fff; }
.pr_icon .off {border:solid 1px #bdbdbd; color:#bdbdbd;}

.bigarea {border:1px solid #bdbdbd; border-radius:2px; margin-top:30px;} /*募集要項、会社の素顔、企業概要、応募について　共通*/

.bosyuarea {background-color:#fff;}

.h3_title {overflow: hidden; zoom: 1; padding: 10px 10px 7px 19px; border-bottom:5px solid #ffe700;}
.h3_title h3 {font-size:16px; float:left; }
.h3_title .lead {float:right; text-align:right; padding-top:5px; color:#000!important;}

.box { border-bottom:1px solid #bdbdbd; margin:0 16px; }
.box:last-child { border-bottom:none; }
.box h4 {line-height: 1.6;
	margin-top:16px;
    margin-bottom: 10px;
    padding-left: 13px;
    color: #222;
    float:left;
    width:148px;
    font-size:140%;
    }
.box h4:before {
    content:''; 
    display:inline-block; 
    position:relative; 
    height:19px;
    top:4px;
    left:-7px; 
    width:5px;
    background:#ffe700; 
    border-radius:2px;
    }

._box_main {float:right; width:783px; border-left:1px solid #bdbdbd; padding-top:19px; }
.box:first-of-type ._box_main {margin-top:19px; padding-top:0;}

._box_main p {margin:0 19px 25px; font-size:140%; line-height:1.7em}
._box_main h5 {
display:inline-block;
font-size:140%;
margin:0 0 8px 19px;
letter-spacing:1px;
}
._box_main h5 span {
background-color:#ffe700;
padding:2px 8px;
margin-right:5px;
}
._box_main p.orient {color:#eb441a; margin-bottom:0; font-weight:bold;}
._box_main .jobonlyicon {border:solid 1px #7ab200; color:#fff; background-color:#7ab200; padding:2px 7px; border-radius:2px; font-size:10px; display:inline-block; margin-left:0; margin-bottom:0; vertical-align:top;}
._box_main .personstyle {color:#e94e30; font-weight:bold; margin:7px 0 0 19px; font-size:150%;}

.flow_title {font-weight:bold; margin-bottom:0 !important; margin-top:5px !important;}
._box_main .flow {margin:3px 0 20px;}
._box_main .flow p {margin:0 19px; line-height:1.3em}
._box_main .flow > p:first-child {!important;}

._box_main .flow > p:after { content:"\025bc"; display:block; margin-left:15px;}
._box_main .flow > p:last-child:after { content:none !important; }


.new_area {text-align:center; margin:35px 0;}
.new_area li a ,.new_area li span {
    font-size:130% !important;
    width: 220px !important;
    height: 36px !important;
    padding-top: 7px !important;
    }
.new_area li a.simple {text-indent:3em}

.new_area .p_caution {margin-top:13px; }
.end_date_area {margin-top:10px; line-height:1.6em; display:block;}
.end_date_area span {color:#eb441a; font-weight:bold; vertical-align:middle; display:inline-block;}
.end_date_area .countdown {margin:0 5px;}
.end_date_area .countnum {font-size:18px;}

.ico_end .countdown {margin:0 5px;}
.ico_end .countnum {font-size:20px}

.sugaoarea {background-color:#FFFCDD;}

.sugaoarea .h3_title {overflow: hidden; zoom: 1; padding: 10px 10px 7px 19px; background-color:#FFFCDD; color:#000; border-bottom:5px solid #7AB200;}
.sugaoarea .box h4:before {
    background:#7AB200; 
    }

.member { word-wrap:break-word; overflow-wrap:break-word; width:600px; margin-top:5px;}
.member li {float:left; margin:0 0 19px 19px; width:100px; height:170px;}
.member img:hover {opacity: 0.8;}
.member .name {margin:5px 0; font-size:12px; font-weight:bold; line-height:1.2em;}
.member .status {margin:0; font-size:10px; line-height:1.2em}

.topics_1st {}
.topics_2nd {margin:30px 0;}

.topics_1st div,
.topics_2nd div {float:left; width:480px;}

.topics_1st .topic_figure,
.topics_2nd .topic_figure {float:right; width:260px;}

.topics_1st figcaption,
.topics_2nd figcaption {font-size:110%; margin-top:8px; color:#000}
.topic_figure img {max-width: 260px; max-height:190px;}

.three_pic_area {margin:19px; margin-right:-15px; margin-left:38px;}
.three_pic_area li {width:290px; display:inline-block; margin-right:15px; vertical-align:top;}
.three_pic_area .flame {width:290px; height:215px; display:table-cell; vertical-align:middle;}
.three_pic_area img {max-width:290px; max-height:215px; display:block; margin:0 auto;}
.three_pic_area figcaption{font-size:11px; line-height:1.5em; margin-top:8px; color:#000}

.kigyogaiyo {background-color:#fff;}
.kigyogaiyo dl {margin:0 19px;}
.kigyogaiyo dl:first-child dt,
.kigyogaiyo dl:first-child dd{border-top:none !important;}
.kigyogaiyo dt {width:160px !important; border-bottom:1px solid #bdbdbd !important;}
.kigyogaiyo dd {width:735px !important; border-bottom:1px solid #bdbdbd !important;}
.kigyogaiyo dl:last-child dt,
.kigyogaiyo dl:last-child dd{border-bottom:none !important;}

.aboutoubo {background-color:#fff;}

.processarea {margin:0 19px; }
.processarea h4 {margin-top:19px;}
.aboutoubo .mod-choice-process .inner > .step > li > .title {border-color:#bdbdbd;}
.aboutoubo .mod-choice-process .inner > .step > li > .step-inner {font-size:120%; border-color:#bdbdbd;}
.aboutoubo .mod-choice-process .inner > .body {border-color:#bdbdbd;}

.aboutoubo dl {margin:0 19px;}
.aboutoubo dl:first-child {margin-top:25px;}
.aboutoubo dl:first-child dt,
.aboutoubo dl:first-child dd{border-top:1px solid #bdbdbd !important;}
.aboutoubo dt {width:160px !important; border-bottom:1px solid #bdbdbd !important;}
.aboutoubo dd {width:735px !important; border-bottom:1px solid #bdbdbd !important;}
.aboutoubo dl:last-child dt,
.aboutoubo dl:last-child dd{border-bottom:none !important;}

.mod-search-index > .inner > .index-section > h4.other-index {font-size: 110%;font-weight: normal;float: left;width: 154px;color: #222;}

#fixed_btn_area section h4{
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  margin-top: 1px;
}
._box_main h6 {
  margin: 0 19px 25px;
  font-size: 140%;
  line-height: 1.7em;
  font-weight: normal;
}

/* abtest
   ========================================================================== */
.ab_add_form{padding:10px;background-color:#ffeeee;border:1px solid #dbdada}


/* entry-histories
   ========================================================================== */
.centering-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview-summary {
  background-color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-spacing: 0;
  width: 528px;
  border-bottom: none;
}
.interview-summary tr {
  border-bottom: solid 1px #ccc;
}
.interview-summary th {
  width: 85px;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
.interview-summary td {
  padding: 10px;
  font-size: 12px;
  border-bottom: solid 1px #ccc;
}
.interview-summary .possible-dates td {
  padding: 0;
}
.interview-summary .possible-dates td p {
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
.interview-summary .possible-dates td p:last-of-type {
  border-bottom: none;
}
/*file-area*/
.inner.file-area {
   display:flex;
}
.file-area a {
  text-decoration:none !important;
}
.file-area span {
  max-width: 30em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.file-area .title {
  width:calc(100% - 25px);
  flex-grow:2;
}
.file-area .icon {
  position:relative;
  flex-grow:1;
  width:25px;
}
.file-area .icon-position {
  top: 50%;
  left:5px;
  transform: translateY(-50%);
  width: 23px;
}
/*file-area End*/
.location-area {
  margin-bottom: 25px;
}
.location-area span{
  font-weight: bold;
}
.location-area.omitted {
  height: 3.4em;
  overflow: hidden;
  margin-bottom: 0px;
}
.location-area ~ a {
  display: inline-block;
}
.location-area ~ p {
  display: none;
}
.location-area.omitted ~ p {
  display: block;
}
