@charset 'UTF-8';
/* ==========================================================================
   Matching Block module
   ========================================================================== */
/* Title.
 * TO DO: marge to _parts.less after merge CDC files.
   ========================================================================== */
.mod-module-title {
  font-size: 180%;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #222;
}
.mod-module-title:last-child {
  margin-bottom: 0 !important;
}
/* Text.
 * TO DO: marge to _parts.less after merge CDC files.
   ========================================================================== */
.color-strong {
  color: #e94e30 !important;
}
/* List.
 * TO DO: marge to _parts.less after merge CDC files.
   ========================================================================== */
.mod-ul > li {
  margin: 0 0 5px 18px;
  list-style-type: disc;
}
.mod-ul > li:last-child {
  margin-bottom: 0 !important;
}
/* table.
 * TO DO: marge to _block-main.less after merge CDC files.
   ========================================================================== */
.mod-table-a {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-table-a thead {
  border-top: 1px solid #f1f1f1;
  background-color: #e2e2e2;
}
.mod-table-a thead th {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.mod-table-a tbody td {
  background-color: #fff;
}
.mod-table-a tbody tr:nth-child(2n) td {
  background-color:#ececec;
}
.mod-table-a tbody tr.notice td {
	background-color: #ffe700;
}
.mod-table-a td,
.mod-table-a th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mod-table-a td:first-child,
.mod-table-a th:first-child {
  border-left: 1px solid #f1f1f1;
}
.mod-table-a th {
  padding: 10px;
  color: #222;
}
.mod-table-a td {
  padding: 15px 10px;
}
.mod-table-b {
  width: 100%;
  border-collapse: separate;
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #edecec;
}
.mod-table-b th,
.mod-table-b td {
  padding: 15px;
  border-bottom: 1px dotted #cbcbcb;
}
.mod-table-b th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  width: 55px;
  padding: 15px;
  text-align: left;
  color: #222;
  border-bottom: 1px dotted #cbcbcb;
  background-color: #e2e2e2;
}
.mod-table-b td {
  border-bottom: 1px dotted #cbcbcb;
  border-left: 1px dotted #cbcbcb;
  background-color: #fff;
}
.mod-table-b .bd-top-none {
  border-top: none;
}
.mod-table-b .bd-right-none {
  border-right: none;
}
.mod-table-b .bd-bottom-none {
  border-bottom: none;
}
.mod-table-b .bd-left-none {
  border-left: none;
}
.mod-table-b tr:last-child th,
.mod-table-b tr:last-child td {
  border-bottom: none;
}
.mod-table-c {
  width: 100%;
  border-collapse: separate;
  word-wrap: break-word;
  word-break: break-all;
  border: 3px solid #dbdada;
  border-radius: 4px;
}
.mod-table-c th,
.mod-table-c td {
  padding: 15px;
  border-bottom: 1px solid #dbdada;
}
.mod-table-c th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  width: 55px;
  padding: 15px;
  text-align: left;
  color: #222;
  border-right: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
  background-color: #f5f5f5;
}
.mod-table-c th.combine {
  background-color: #dbdada;
}
.mod-table-c td {
  border-right: 1px solid #dbdada;
  background-color: #fff;
}
.mod-table-c td:last-child {
  border-right: none;
}
.mod-table-c.attention {
  border-color: #f7b9ad;
}
.mod-table-c.attention th,
.mod-table-c.attention td {
  border-color: #f7b9ad;
}
.mod-table-c.attention th {
  background-color: #ffeeeb;
}
.mod-table-c.attention td {
  background-color: #ffeeee;
}
.mod-table-c tr:last-child th,
.mod-table-c tr:last-child td {
  border-bottom: none;
}
.mod-table-c .has-btn {
  padding: 20px;
  text-align: center;
}
.mod-table-c .has-btn li > a,
.mod-table-c .has-btn li > button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px 0;
}
.mod-table-d {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  border: 2px solid #edecec;
}
.mod-table-d th,
.mod-table-d td {
  padding: 15px;
  border: 1px dotted #e5e5e5;
  background: #fff;
}
.mod-table-d tr:nth-child(2n) th,
.mod-table-d tr:nth-child(2n) td {
  background-color: #fafafa;
}
.mod-table-d th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  color: #222;
}
.mod-table-e {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom:10px;
}
.mod-table-e td {
  padding: 10px 15px;
  border-left: 1px dotted #e5e5e5;
  color: #222;
}
.mod-table-e td span {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  }
/* Input.
 * TO DO: marge to _form.less after merge CDC files.
   ========================================================================== */
.mod-input {
  font-size: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px 5px;
  border: 1px solid #e6e5e5;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
          box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
}
.mod-textarea {
  font-size: 120%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #e6e5e5;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
          box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
}
.mod-date .pipe {
  display: inline-block;
  zoom: 1;
  margin: 0 10px 0 5px;
  vertical-align: middle;

  *display: inline;
}
.mod-date .year-select + .customSelect {
  margin-right: 15px;
  vertical-align: middle;
}
.mod-date .date-select + .customSelect {
  width: 70px;
  vertical-align: middle;
}
.mod-icon {
  font-size: 83.33%;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
  padding: 4px 6px 3px;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;

  *display: inline;
}
.mod-icon.required {
  background-color: #e22424;
}
.mod-icon.optional {
  background-color: #555;
}
.mod-icon.point {
  background-color: #e94e30;
}
.mod-icon:first-child {
  margin-left: 0;
}
.mod-name-input {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 8px;
}
.mod-name-input dt,
.mod-name-input dd {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-name-input dt {
  width: 30px;
}
.mod-name-input dd {
  width: 220px;
}
.mod-name-input > dl {
  float: left;
  margin-right: 20px;
}
.mod-name-input > dl:last-child {
  margin-right: 0;
}
.mod-name-input:last-child {
  margin-bottom: 0;
}
.mod-radio-list {
  overflow: hidden;
  zoom: 1;
}
.mod-radio-list li {
  float: left;
  margin-right: 20px;
}
.mod-radio-list li label {
  padding-left: 20px;
}
.mod-radio-list li:last-child {
  margin-right: 0;
}
.placeholder::-webkit-input-placeholder {
  color: #9ca2aa;
}
.placeholder::-moz-placeholder {
  color: #9ca2aa;
  opacity: 1;
}
.placeholder:-ms-input-placeholder {
  color: #9ca2aa;
}
.placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}
.placeholder:focus::-moz-placeholder {
  color: transparent;
}
/* New recruitment index
 * TO DO: marge to _block-detail.less after merge CDC files.
   ========================================================================== */
.mod-new-recruitment-index {
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-new-recruitment-index:last-child {
  margin-bottom: 0 !important;
}
.mod-new-recruitment-index > .item {
  margin-bottom: 10px;
  padding: 16px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-new-recruitment-index > .item:last-child {
  margin-bottom: 0 !important;
}
.mod-new-recruitment-index > .item .company {
  font-size: 120%;
  margin-bottom: 12px;
}
.mod-new-recruitment-index > .item .title {
  font-size: 180%;
  margin-bottom: 12px;
}
.mod-new-recruitment-index > .item .object {
  margin-left: 30px;
}
.mod-new-recruitment-index > .item .object > img {
  border-radius: 4px;
}
.mod-new-recruitment-index .inner-list > li {
  font-size: 100%;
  margin-bottom: 15px;
}
.mod-new-recruitment-index .inner-list > li:last-child {
  margin-bottom: 0 !important;
}
/* Other match.
   ========================================================================== */
.mod-other-match:last-child {
  margin-bottom: 0 !important;
}
.mod-other-match_title {
  font-size: 130%;
  margin-bottom: 5px;
  color: #222;
}
.mod-other-match_inner {
  border: 5px solid #daecfb;
  border-radius: 4px;
  background-color: #fff;
}
.mod-other-match_inner .row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-other-match_inner .col {
  display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 34%;
  padding: 20px;
  vertical-align: middle;
  border-right: 1px solid #daecfb;
}
.mod-other-match_inner .col:last-child {
  width: 34%;
  border-right: none;
}
.mod-other-match_inner .inner {
  padding-left: 87px;
}
.mod-other-match_inner .skillmatch {
  background: url(/common/img/module/matching_icon01.png) left center no-repeat;
}
.mod-other-match_inner .hope {
  background: url(/common/img/module/matching_icon02.png) left center no-repeat;
}
.mod-other-match_inner .personality {
  background: url(/common/img/module/matching_icon03.png) left center no-repeat;
}
.mod-other-match_inner .footmark {
  background: url(/common/img/module/matching_icon04.png) left center no-repeat;
}
.mod-other-match_inner .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #f99723;
}
.mod-other-match_inner .text {
  font-size: 110%;
  margin-top: 3px;
}
.mod-other-match_inner .btn {
  margin-top: 12px;
}
.mod-other-match_inner .btn > a {
  width: 132px;
  padding: 2px 0;
}
.mod-other-match_inner.no-job-offer  {
	margin-bottom: 25px;
	padding: 15px;
	border: 5px solid #dadada;
}
.mod-other-match_inner.no-job-offer  > h2 {
	margin-bottom: 10px;
	font-size: 180%;
}
.mod-other-match_inner.no-job-offer  > .text {
	margin-bottom: 15px;
	font-size: 150%;
}
.mod-other-match_inner.no-job-offer  > .text.sub {
	margin-bottom: 10px;
	border-top: 1px;
	border-style: dashed;
	border-color: #d0cdcd;
	padding-top: 15px;
	font-size: 130%;
	font-weight: bold;
}
/* Usage situation.
   ========================================================================== */
.mod-usage-situation {
  border: 3px solid #dbdada;
  border-radius: 4px;
}
.mod-usage-situation .row {
  overflow: hidden;
  zoom: 1;
}
.mod-usage-situation .col {
  display: table;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-usage-situation .col:last-child {
  border-left: 1px solid #dbdada;
  background-color: #fff;
}
.mod-usage-situation .inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-usage-situation .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #222;
}
.mod-usage-situation .state {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  float: left;
  margin-top: .3em;
  color: #222;
}
.mod-usage-situation .state.is-using {
  color: #e94e30;
}
.mod-usage-situation .btn {
  float: right;
}
.mod-usage-situation .btn > a,
.mod-usage-situation .btn > button {
  padding: 2px 30px;
}
.mod-usage-situation .type-a .col {
  width: 50%;
}
.mod-usage-situation .type-b .col:first-child {
  width: 27%;
}
.mod-usage-situation .type-b .col:last-child {
  width: 73%;
}
.single-column .mod-usage-situation .type-b .col:first-child {
  width: 21%;
}
.single-column .mod-usage-situation .type-b .col:last-child {
  width: 79%;
}
/* Matching result.
   ========================================================================== */
.mod-matching-number {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.mod-matching-number > .text {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #222;
}
.mod-matching-number > .text .num {
  font-size: 161.54%;
  margin: 0 2px;
  color: #e94e30;
}
/* Lead matching.
   ========================================================================== */
.mod-lead-matching .text,
.mod-lead-matching .link {
  display: inline-block;
}
.mod-lead-matching .text {
  margin-right: 5px;
}
/* Lead change info.
   ========================================================================== */
.mod-lead-change-info {
  width: 740px;
  margin: 0 auto 20px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-lead-change-info:last-child {
  margin-bottom: 0 !important;
}
.mod-lead-change-info .row {
  overflow: hidden;
  zoom: 1;
}
.mod-lead-change-info .row.half .col {
  width: 50%;
}
.mod-lead-change-info .col {
  display: table;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
}
.mod-lead-change-info .col .inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-lead-change-info .col:first-child {
  float: left;
  padding-right: 33px;
  background: url(/common/img/module/change_lead_arrow_right01.png) right center no-repeat;
}
.mod-lead-change-info .col:last-child {
  overflow: hidden;
  zoom: 1;
}
.mod-lead-change-info .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #222;
}
.mod-lead-change-info .text {
  color: #222;
}
.mod-lead-change-info .text.caution {
  padding-left: 28px;
  background: url(/common/img/parts/icon_caution01.png) left center no-repeat;
}
.mod-lead-change-info .btn {
  float: right;
}
.mod-lead-change-info .btn > a {
  font-size: 116.67%;
  font-weight: normal;
  width: 223px;
  padding: 5px 0;
}
/* Matching none.
   ========================================================================== */
.mod-matching-none {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.mod-matching-none:last-child {
  margin-bottom: 0 !important;
}
.mod-matching-none .text {
  display: table-cell;
  vertical-align: middle;
}
/* Matching list.
   ========================================================================== */
.mod-matching-list .percent {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 108.33%;
  font-weight: bold;
}
.mod-matching-list .percent .num {
  font-size: 161.54%;
  margin-right: 2px;
  color: #e94e30;
}
.mod-matching-list thead .star {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 2px;
  background: url(/common/img/module/matching_star_icon07.png) no-repeat;
}
.mod-matching-list .rate {
  margin-left: 10px;
  text-align: left;
}
.mod-matching-list .stars {
  line-height: 1;
}
.mod-matching-list .stars li {
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.mod-matching-list .stars li:last-child {
  margin-right: 0;
}
.mod-matching-list .stars.general li {
  width: 18px;
  height: 19px;
  background-image: url(/common/img/module/matching_star_icon05.png);
}
.mod-matching-list .stars.general.is-rate-1 > li:nth-child(-n+1) {
  background-image: url(/common/img/module/matching_star_icon01.png);
}
.mod-matching-list .stars.general.is-rate-2 > li:nth-child(-n+2) {
  background-image: url(/common/img/module/matching_star_icon01.png);
}
.mod-matching-list .stars.general.is-rate-3 > li:nth-child(-n+3) {
  background-image: url(/common/img/module/matching_star_icon01.png);
}
.mod-matching-list .stars.general.is-rate-4 > li:nth-child(-n+4) {
  background-image: url(/common/img/module/matching_star_icon01.png);
}
.mod-matching-list .stars.general.is-rate-5 > li:nth-child(-n+5) {
  background-image: url(/common/img/module/matching_star_icon01.png);
}
.mod-matching-list .stars.environment li {
  width: 12px;
  height: 13px;
  background-image: url(/common/img/module/matching_star_icon06.png);
}
.mod-matching-list .stars.environment.is-rate-1 > li:nth-child(-n+1) {
  background-image: url(/common/img/module/matching_star_icon02.png);
}
.mod-matching-list .stars.environment.is-rate-2 > li:nth-child(-n+2) {
  background-image: url(/common/img/module/matching_star_icon02.png);
}
.mod-matching-list .stars.environment.is-rate-3 > li:nth-child(-n+3) {
  background-image: url(/common/img/module/matching_star_icon02.png);
}
.mod-matching-list .stars.environment.is-rate-4 > li:nth-child(-n+4) {
  background-image: url(/common/img/module/matching_star_icon02.png);
}
.mod-matching-list .stars.environment.is-rate-5 > li:nth-child(-n+5) {
  background-image: url(/common/img/module/matching_star_icon02.png);
}
.mod-matching-list .stars.intention li {
  width: 12px;
  height: 13px;
  background-image: url(/common/img/module/matching_star_icon06.png);
}
.mod-matching-list .stars.intention.is-rate-1 > li:nth-child(-n+1) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-matching-list .stars.intention.is-rate-2 > li:nth-child(-n+2) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-matching-list .stars.intention.is-rate-3 > li:nth-child(-n+3) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-matching-list .stars.intention.is-rate-4 > li:nth-child(-n+4) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-matching-list .stars.intention.is-rate-5 > li:nth-child(-n+5) {
  background-image: url(/common/img/module/matching_star_icon03.png);
}
.mod-matching-list .stars.style li {
  width: 12px;
  height: 13px;
  background-image: url(/common/img/module/matching_star_icon06.png);
}
.mod-matching-list .stars.style.is-rate-1 > li:nth-child(-n+1) {
  background-image: url(/common/img/module/matching_star_icon04.png);
}
.mod-matching-list .stars.style.is-rate-2 > li:nth-child(-n+2) {
  background-image: url(/common/img/module/matching_star_icon04.png);
}
.mod-matching-list .stars.style.is-rate-3 > li:nth-child(-n+3) {
  background-image: url(/common/img/module/matching_star_icon04.png);
}
.mod-matching-list .stars.style.is-rate-4 > li:nth-child(-n+4) {
  background-image: url(/common/img/module/matching_star_icon04.png);
}
.mod-matching-list .stars.style.is-rate-5 > li:nth-child(-n+5) {
  background-image: url(/common/img/module/matching_star_icon04.png);
}
.mod-matching-list .category {
  margin: 7px 0 2px;
  color: #222;
}
.mod-matching-list .btn {
  margin-top: 5px;
}
.mod-matching-list .btn > a {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 112px;
  padding: 3px 0;
}
.mod-matching-list .btn:first-child {
  margin-top: 0;
}
.mod-matching-list .ul-notes > li {
  position: relative;
  padding-left: 1em;
}
.mod-matching-list .ul-notes > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-matching-list .ribbon {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-left: 5px;
  padding: 0 6px;
  vertical-align: middle;
  border-radius: 4px;

  *display: inline;
}
.mod-matching-list .ribbon.new {
  color: #fff;
  background-color: #e94e30;
}
.mod-matching-list .matching-list-sort {
  padding: 18px 0;
  border-top: 1px solid #e3e3e3;
}
.mod-matching-list .matching-list-sort .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-matching-list .matching-list-sort .select {
  display: inline-block;
  zoom: 1;
  height: 25px;
  vertical-align: middle;

  *display: inline;
}
/* Explanation service.
   ========================================================================== */
.mod-explanation-service .row {
  overflow: hidden;
  zoom: 1;
}
.mod-explanation-service .col {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 19px;
  border-right: 1px solid #f1f1f1;
}
.mod-explanation-service .col:last-child {
  border-right: none;
}
.mod-explanation-service .object {
  margin-top: 20px;
}
.mod-explanation-service .features {
  padding: 24px 20px 20px;
  border-radius: 4px;
  background-color: #daecfb;
}
.mod-explanation-service .features-title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}
.mod-explanation-service .features-contents {
  margin-bottom: 10px;
  padding: 15px 0 15px 25px;
  background-color: #fff;
}
.mod-explanation-service .features-contents .icon {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-explanation-service .features-contents .body {
  display: inline-block;
  zoom: 1;
  width: 280px;
  margin-right: 30px;
  vertical-align: middle;

  *display: inline;
}
.mod-explanation-service .features-contents .title {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f99723;
}
.mod-explanation-service .features-contents .text {
  font-size: 91.67%;
}
.mod-explanation-service .features-contents:last-child {
  margin-bottom: 0;
}
/* Merit.
   ========================================================================== */
.mod-merit {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-merit .lead {
  padding: 20px;
  border-top: 1px solid #f1f1f1;
}
.mod-merit .lead .arrow {
  margin-top: 0;
}
.mod-merit .lead .arrow .text {
  font-size: 140%;
}
.mod-merit .lead .btn {
  text-align: center;
}
.mod-merit .lead .btn > a,
.mod-merit .lead .btn > button {
  font-size: 116.67%;
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 5px 15px;
  vertical-align: middle;

  *display: inline;
}
.mod-merit_inner {
  margin: 20px;
  padding: 24px 20px 20px;
  border-radius: 4px;
  background-color: #daecfb;
}
.mod-merit_inner .merit-title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.mod-merit_inner .merit-contents {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  padding: 18px 30px;
  background-color: #fff;
}
.mod-merit_inner .merit-contents .icon {
  display: table;
  float: right;
  margin-left: 30px;
}
.mod-merit_inner .merit-contents .icon-inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-merit_inner .merit-contents .body {
  overflow: hidden;
  zoom: 1;
}
.mod-merit_inner .merit-contents .title {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f99723;
}
.mod-merit_inner .merit-contents .text {
  font-size: 91.67%;
}
.mod-merit_inner .merit-contents:last-child {
  margin-bottom: 0;
}
/* Lead signup.
   ========================================================================== */
.mod-lead-signup .row {
  overflow: hidden;
  zoom: 1;
}
.mod-lead-signup .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 475px;
  margin-right: 30px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-lead-signup .col .inner {
  margin-bottom: 25px;
}
.mod-lead-signup .col:last-child {
  margin-right: 0;
}
.mod-lead-signup .title {
  font-size: 180%;
  margin-bottom: 25px;
  text-align: center;
  color: #222;
}
.mod-lead-signup .login-container {
  margin-top: 20px;
}
.mod-lead-signup .login-container dt,
.mod-lead-signup .login-container dd {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-lead-signup .login-container dt {
  width: 105px;
}
.mod-lead-signup .login-container dd {
  width: 300px;
}
.mod-lead-signup .signup-text {
  font-size: 140%;
}
.mod-lead-signup .forget-pass {
  margin: 10px 0 27px 105px;
}
.mod-lead-signup .auto-login {
  overflow: hidden;
  zoom: 1;
}
.mod-lead-signup .auto-login > label {
  float: left;
}
.mod-lead-signup .btn {
  text-align: center;
}
.mod-lead-signup .btn > a,
.mod-lead-signup .btn > button {
  font-size: 116.67%;
  width: 250px;
  padding: 6px 0;
  color: #fff;
  border-radius: 16px;
}
.mod-lead-signup .btn.signup > a,
.mod-lead-signup .btn.signup > button {
  background-color: #e94e30;
}
.mod-lead-signup .btn.login > button {
  border: 1px solid #1881be;
  background-color: #1c9be3;
}
/* Arrow lead.
   ========================================================================== */
.mod-arrow-lead {
  margin: 30px 0 20px;
  padding-bottom: 16px;
  background: url(/common/img/module/lead_arrow_bottom01.png) center bottom no-repeat;
}
.mod-arrow-lead > .text {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #222;
}
/* Local tab navigation.
   ========================================================================== */
.mod-local-tab-nav {
  margin-bottom: 20px;
  border-bottom: 3px solid #ffe700;
}
.mod-local-tab-nav:last-child {
  margin-bottom: 0 !important;
}
.mod-local-tab-nav > ul {
  overflow: hidden;
  zoom: 1;
  margin-bottom:-1px;
}
.mod-local-tab-nav > ul > li {
  float: left;
  width: 200px;
  margin-right: 5px;
}
.mod-local-tab-nav > ul > li > a,
.mod-local-tab-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;
}
.mod-local-tab-nav > ul > li a:hover {
  text-decoration: none;
  opacity: .6;

  filter: alpha(opacity=60);
}
.mod-local-tab-nav > ul > li.is-current > strong {
  border-color: #ffe700;
  background-color: #ffe700;
}
.tab_nav_btn {
	position: relative;
}
.tab_nav_btn > .wrap-btn {
	right: 0;
	top: 10px;
}
/* Local tab navigation. Bookmark number.
	 ========================================================================== */
.mod-local-tab-nav .bookmark_number {
	position: absolute;
	width: 58%;
	bottom: 3px;
	right: 0;
}
.mod-local-tab-nav .bookmark_number p.count {
	display: inline-block;
	width: 25%;
	text-align: center;
}
.mod-local-tab-nav .bookmark_number p.count > span {

}
.mod-local-tab-nav .bookmark_number p.text {
	display: inline-block;
}

/* Bookmark list.
   ========================================================================== */
.mod-bookmark-list {
  margin-bottom: 20px;
}
.mod-bookmark-list:last-child {
  margin-bottom: 0 !important;
}
.mod-bookmark-list .wrap-btn {
  margin-bottom: 10px;
  text-align: right;
}
.mod-bookmark-list .wrap-btn > a,
.mod-bookmark-list .wrap-btn > button {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 180px;
  padding: 3px 15px;
}
.mod-bookmark-list .wrap-btn:last-child {
  margin-bottom: 0;
}
.mod-bookmark-list > table {
	table-layout:fixed;
}
.mod-bookmark-list > table + .wrap-btn {
  margin-top: 10px;
}
.mod-bookmark-list .has-form-btn {
  position: relative;
}
.mod-bookmark-list .has-form-btn .btn {
  position: relative;
  width: 100%;
}
.mod-bookmark-list .btn {
  margin-top: 5px;
}
.mod-bookmark-list .btn > a,
.mod-bookmark-list .btn > button {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 112px;
  padding: 2px 0;
}
.mod-bookmark-list .btn > span.text {
	display: block;
	margin-top: 5px;
}
.mod-bookmark-list .btn:first-child {
  margin-top: 0;
}
.mod-bookmark-list .sort {
  line-height: 1;
  text-align: center;
}
.mod-bookmark-list .sort-btn {
  display: inline-block;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  vertical-align: middle;
  background: url(/common/img/parts/icon_sort_arrow01.png) no-repeat;

  *display: inline;
}
.mod-bookmark-list .sort-btn.descending {
  background-position: 0 0;
}
.mod-bookmark-list .sort-btn.descending.is-current {
  background-position: 0 -14px;
}
.mod-bookmark-list .sort-btn.ascending {
  background-position: -14px 0;
}
.mod-bookmark-list .sort-btn.ascending.is-current {
  background-position: -14px -14px;
}
.mod-bookmark-list .sort-btn:last-child {
  margin-right: 0;
}
.mod-bookmark-list .sort-btn:hover {
  opacity: .6;

  filter: alpha(opacity=60);
}
.mod-bookmark-list .disc-checkbox {
  line-height: 12px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  height: 12px;
  padding: 0 0 0 12px;
  cursor: pointer;
  vertical-align: middle;
  background: url(/common/img/parts/icon_checkbox_bg02.png) left top no-repeat;

  *display: inline;
}
.mod-bookmark-list .disc-checkbox.checked {
  background-position: 0 -12px;
}
.mod-bookmark-list .disc-checkbox input[type='checkbox'] {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;

  filter: alpha(opacity=0);
}
.mod-bookmark-list .ul-notes > li {
  position: relative;
  padding-left: 1em;
}
.mod-bookmark-list .ul-notes > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-bookmark-list .memo-output {
  display: none;
  overflow-y: auto;
  max-height: 100px;
  margin-bottom: 10px;
  text-align: left;
}
.mod-bookmark-list .memo-input {
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 3px 5px;
  border: 1px solid #e6e5e5;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
          box-shadow: inset 0 0 4px rgba(5, 0, 1, .1);
}
.mod-bookmark-list .memo-input + .btn {
  margin-top: 0;
}
/* Bookmark recommend.
   ========================================================================== */
.mod-bookmark-recommend {
  margin-bottom: 20px;
}
.mod-bookmark-recommend:last-child {
  margin-bottom: 0 !important;
}
.mod-bookmark-recommend .wrap-btn {
  margin-bottom: 10px;
  text-align: right;
}
.mod-bookmark-recommend .wrap-btn > a,
.mod-bookmark-recommend .wrap-btn > button {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 180px;
  padding: 3px 15px;
}
.mod-bookmark-recommend .wrap-btn:last-child {
  margin-bottom: 0;
}
.mod-bookmark-recommend > table + .wrap-btn {
  margin-top: 10px;
}
.mod-bookmark-recommend .all-cheked {
  font-weight: normal;
  margin-top: 2px;
}
.mod-bookmark-recommend .company {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-bookmark-recommend .ribbon {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-left: 5px;
  padding: 2px 6px;
  vertical-align: middle;
  border-radius: 4px;

  *display: inline;
}
.mod-bookmark-recommend .ribbon.new {
  color: #222;
  background-color: #ffe700;
}
.mod-bookmark-recommend .ribbon.soon {
  color: #fff;
  background-color: #ffa32b;
}
.mod-bookmark-recommend .job {
  margin-top: 5px;
}
/* Message manage.
   ========================================================================== */
.mod-message-manage {
  position: relative;
  margin-bottom: 20px;
}
.mod-message-manage:last-child {
  margin-bottom: 0 !important;
}
.mod-message-manage td,
.mod-message-manage th {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-message-manage .status {
  width: 94px;
}
.mod-message-manage .corp {
  width: 163px;
}
.mod-message-manage .subject {
  width: 225px;
}
.mod-message-manage .exchange-date {
  width: 94px;
}
.mod-message-manage .period {
  width: 94px;
}
.mod-message-manage .hide {
  width: 70px;
}
.mod-message-manage .wrap-btn {
  margin-bottom: 10px;
  text-align: right;
}
.mod-message-manage .wrap-btn > a,
.mod-message-manage .wrap-btn > button {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 180px;
  padding: 3px 15px;
}
.mod-message-manage .wrap-btn:last-child {
  margin-bottom: 0;
}
.mod-message-manage .mod-message-manage_inner + .wrap-btn {
  margin-top: 10px;
}
.mod-message-manage .is-unread .status {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  color: #e94e30;
}
.mod-message-manage .is-unread .subject,
.mod-message-manage .is-unread .corp {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
}
.mod-message-manage .btn > a,
.mod-message-manage .btn > button {
  font-size: 91.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 132px;
  padding: 5px 0;
}
.mod-message-manage.is-fixed-header {
  position: relative;
}
.mod-message-manage.is-fixed-header .mod-message-manage_inner {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 250px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mod-message-manage.is-fixed-header thead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mod-message-manage.is-fixed-header thead th {
  border-bottom: none;
}
.mod-message-manage.is-fixed-header tbody tr:first-child td {
  border-top: none;
}
.mod-message-manage.is-fixed-header tbody tr:last-child td {
  border-bottom: none;
}
/* Scout list.
   ========================================================================== */
.mod-scout-list .detail .btn > a,
.mod-scout-list .detail .btn > button {
  width: 100%;
  max-width: 260px;
  padding: 3px 0;
}
.mod-scout-list .detail-link {
  margin-top: 8px;
  text-align: center;
}
.mod-scout-list .detail-link li {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
  vertical-align: middle;

  *display: inline;
}
.mod-scout-list .detail-link li:last-child {
  margin-right: 0;
}
/* See bookmark.
   ========================================================================== */
.mod-see-bookmark .btn {
  margin-top: 25px;
  text-align: center;
}
.mod-see-bookmark .btn > a {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 2px 0;
}
/* Search keyword box.
   ========================================================================== */
.mod-search-keyword-box {
  display: table;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 740px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff;
}
.mod-search-keyword-box:last-child {
  margin-bottom: 0 !important;
}
.mod-search-keyword-box .lead {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
}
.mod-search-keyword-box .keyword-body {
  display: table-cell;
  width: 67%;
  vertical-align: middle;
}
.mod-search-keyword-box .keyword-body .keyword-input {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;

  *display: inline;
}
.mod-search-keyword-box .keyword-body .keyword-input > input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 340px;
}
.mod-search-keyword-box .keyword-body .submit-btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
/* Common box.
   ========================================================================== */
.mod-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 18px;
  word-wrap: break-word;
  word-break: break-all;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-box:last-child {
  margin-bottom: 0 !important;
}
.mod-box .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
}
.mod-box .title.caution {
  padding-left: 26px;
  background: url(/common/img/parts/icon_caution01.png) left center no-repeat;
}
.mod-box .text {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 180%;
  font-weight: bold;
  color: #222;
}
.mod-box .text.caution {
  padding-left: 26px;
  background: url(/common/img/parts/icon_caution01.png) left center no-repeat;
}
.mod-box .mod-box-btn {
  margin-top: 15px;
  text-align: center;
}
.mod-box .mod-box-btn li > a,
.mod-box .mod-box-btn li > button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  padding: 5px 0;
}
.mod-box.alert {
  border-color: #e94e30;
}
.mod-box.alert .text,
.mod-box.alert .title {
  color: #e94e30;
}
/* Message index.
   ========================================================================== */
.mod-message-index {
  background-color: #fff;
}
.mod-message-index table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-message-index table:last-child {
  margin-bottom: 0 !important;
}
.mod-message-index_header {
  background-color: #e2e2e2;
}
.mod-message-index_header th {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-size: 140%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.mod-message-index_inner {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.mod-message-index_inner tr:nth-child(2n) td {
  background-color: #fafafa;
}
.mod-message-index_inner .item-header {
  cursor: pointer;
  -webkit-transition: background .2s cubic-bezier(.165, .84, .44, 1);
          transition: background .2s cubic-bezier(.165, .84, .44, 1);
}
.mod-message-index_inner .item-header th {
  font-weight: normal;
  padding: 15px;
  vertical-align: middle;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.mod-message-index_inner .item-header .sender {
  text-align: left;
  color: #222;
}
.mod-message-index_inner .item-header .date {
  color: #222;
}
.mod-message-index_inner .item-header .subject {
  text-align: left;
  color: #06c;
}
.mod-message-index_inner .item-header:hover {
  opacity: .6;

  filter: alpha(opacity=60);
}
.mod-message-index_inner .item-body td {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.mod-message-index_inner .item-inner {
  border-top: 1px solid #f1f1f1;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.mod-message-index_inner .is-expanded .item-header {
  background-color: #ffe700;
}
.mod-message-index_inner .is-expanded .item-header .subject {
  color: #222;
}
.mod-message-index_inner .is-unread .status {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  color: #e94e30;
}
.mod-message-index_inner .is-unread .subject {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
}
/* Message unit.
   ========================================================================== */
.mod-message-unit {
  padding: 40px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.mod-message-unit .message-header {
  padding-bottom: 15px;
  color: #222;
}
.mod-message-unit .message-header dl {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.mod-message-unit .message-header dl:last-child {
  margin-bottom: 0 !important;
}
.mod-message-unit .message-header dt,
.mod-message-unit .message-header dd {
  display: table-cell;
  vertical-align: middle;
}
.mod-message-unit .message-header dt {
  font-weight: bold;
  width: 70px;
}
.mod-message-unit .message-header dd {
  word-wrap: break-word;
  word-break: break-all;
}
.mod-message-unit .message-header + .message-body {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mod-message-unit .message-body {
  word-wrap: break-word;
  word-break: break-all;
  color: #222;
}
.mod-message-unit .message-body.has-textarea {
  padding: 5px 0 0;
  border: none;
}
.mod-message-unit .message-body.has-textarea > textarea {
  min-height: 350px;
}
.mod-message-unit .message-footer {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.mod-message-unit .message-footer .period {
  position: absolute;
  top: 20px;
  right: 0;
}
.mod-message-unit .message-footer .btn li > a,
.mod-message-unit .message-footer .btn li > button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 5px 20px;
}
.mod-message-unit .message-footer .link {
  margin-top: 10px;
  text-align: center;
}
.mod-message-unit .message-footer .link li {
  display: inline-block;
  zoom: 1;
  margin-right: 15px;
  vertical-align: middle;

  *display: inline;
}
.mod-message-unit .message-footer .link li:last-child {
  margin-right: 0;
}
/* Fresh password.
   ========================================================================== */
.mod-fresh-password {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  border: 3px solid #f7b9ad;
  border-radius: 4px;
}
.mod-fresh-password .condition-list_header {
  overflow: hidden;
  zoom: 1;
  padding: 8px 10px;
  background-color: #f7b9ad;
}
.mod-fresh-password .condition-list_header .title {
  font-size: 140%;
  float: left;
  width: 500px;
}
.mod-fresh-password .condition-list_header .title > a {
  text-decoration: none;
  color: #222;
}
.mod-fresh-password table {
  width: 100%;
}
.mod-fresh-password table th,
.mod-fresh-password table td {
  padding: 20px 13px;
  text-align: left;
  vertical-align: middle;
}
.mod-fresh-password table th {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #222;
  border-right: 1px solid #f8d8d2;
  border-bottom: 1px solid #f8d8d2;
  background-color: #ffeeeb;
}
.mod-fresh-password table th:nth-child(odd) {
  border-left: 1px solid #f8d8d2;
}
.mod-fresh-password table td {
  border-bottom: 1px solid #f8d8d2;
  background-color: #fff8f8;
}
.mod-fresh-password .mail {
  font-family: 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
  font-weight: bold;
  color: #222;
}
.mod-fresh-password .password-input {
  margin-bottom: 10px;
}
.mod-fresh-password .password-input:last-child {
  margin-bottom: 0 !important;
}
.mod-fresh-password .password-input > input {
  width: 340px;
}
.mod-fresh-password .footer {
  padding: 10px 10px 17px;
  text-align: center;
  background-color: #fff8f8;
}
.mod-fresh-password .footer .auto-login {
  overflow: hidden;
  zoom: 1;
}
.mod-fresh-password .footer .auto-login .cb {
  float: left;
}
.mod-fresh-password .footer .auto-login p {
  text-align: left;
}
.mod-fresh-password .footer .footer-btn li > a,
.mod-fresh-password .footer .footer-btn li > button {
  font-size: 116.67%;
  font-weight: bold;
  width: 233px;
  padding: 6px 0;
}
.mod-fresh-password .footer .signup {
  display: inline-block;
  margin-top: 10px;
}
/* Usable service.
   ========================================================================== */
.mod-usable-service {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-usable-service:last-child {
  margin-bottom: 0 !important;
}
.mod-usable-service .row {
  zoom: 1;
}
.mod-usable-service .row:after {
  display: block;
  clear: both;
  content: '';
}
.mod-usable-service .row:first-child {
  border-bottom: 1px solid #dbdada;
}
.mod-usable-service .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 323px;
  height: 100%;
  padding: 18px 10px 18px 52px;
  cursor: pointer;
  border-right: 1px solid #dbdada;
}
.mod-usable-service .col:last-child {
  width: 324px;
  border-right: none;
}
.mod-usable-service .col:after {
  display: inline-block;
  zoom: 1;
  height: 100%;
  content: '';
  vertical-align: middle;

  *display: inline;
}
.mod-usable-service .inner {
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;

  *display: inline;
}
.mod-usable-service .tooltip {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 255px;
  text-align: left;
  opacity: 0;
  border-radius: 5px;
  background-color: #eae9e9;

  filter: alpha(opacity=0);
}
.mod-usable-service .tooltip > p {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 20px;
}
.mod-usable-service .tooltip > p:after {
  position: absolute;
  top: -7px;
  left: 23px;
  display: inline-block;
  width: 9px;
  height: 7px;
  content: '';
  background: url(/common/img/module/tooltip_bg01.png) no-repeat;
}
.mod-usable-service .icon {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}
.mod-usable-service .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 116.67%;
  font-weight: bold;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
/* Signup step.
   ========================================================================== */
.mod-signup-step {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.mod-signup-step:last-child {
  margin-bottom: 0 !important;
}
.mod-signup-step .step-lv1 {
  overflow: hidden;
  zoom: 1;
}
.mod-signup-step .step-lv1 > li {
  position: relative;
  float: left;
  width: 282px;
  margin-right: 57px;
}
.mod-signup-step .step-lv1 > li.current .title {
  background-color: #ffe700;
}
.mod-signup-step .step-lv1 > li:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 16px;
  height: 45px;
  margin-top: -22px;
  content: '';
  background: url(/common/img/module/signup_step_arrow01.png) no-repeat;
}
.mod-signup-step .step-lv1 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.mod-signup-step .step-lv1 .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 116.67%;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  color: #222;
  background-color: #eaeaea;
}
.mod-signup-step .inner {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}
.mod-signup-step .inside {
  padding: 10px 20px;
}
.mod-signup-step .step-lv2 {
  overflow: hidden;
  zoom: 1;
}
.mod-signup-step .step-lv2 > li {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: table;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 46px;
  text-align: center;
  background-image: url(/common/img/module/signup_step_bg01.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.mod-signup-step .step-lv2 > li > span {
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.mod-signup-step .step-lv2 > li.current {
  background-position: bottom left;
}
.mod-signup-step .step-lv2 > li.two_cols {
  margin-left:46px;
}
.mod-signup-step .step-lv2 > li.current > span {
  color: #222;
}
.mod-signup-step .step-lv2 > li:last-child {
  margin-right: 0;
}
/* Basic information form.
   ========================================================================== */
.mod-basic-info-form .error {
    padding-left: 26px;
    background: url(/common/img/parts/icon_caution01.png) left center no-repeat;
    }
.mod-basic-info-form > table th,
.mod-basic-info-form > table td {
  vertical-align: middle;
}
.mod-basic-info-form .service-setting {
  font-size: 140%;
}
.mod-basic-info-form .service-setting > span {
  font-size: 85.71%;
}
.mod-basic-info-form .password-input,
.mod-basic-info-form .mail-input {
  margin-bottom: 10px;
}
.mod-basic-info-form .password-input:last-child,
.mod-basic-info-form .mail-input:last-child {
  margin-bottom: 0 !important;
}
.mod-basic-info-form .password-input > input,
.mod-basic-info-form .mail-input > input {
  width: 340px;
}
.mod-basic-info-form .text-holder {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-basic-info-form .recommend {
  color: #e22424;
}
/* Terms.
   ========================================================================== */
.mod-terms {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px 18px;
  border: 3px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-terms:last-child {
  margin-bottom: 0 !important;
}
.mod-terms > .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.mod-terms > .inner {
  font-size: 120%;
  overflow: auto;
  height: 95px;
}
.wrap-agreement.table-cell {
  vertical-align: top;
  width: 200px;
}
.wrap-agreement.table-cell .mod-terms > .title {
  font-size: 12px;
}
.wrap-agreement.table-cell .mod-terms > .inner {
  height: 121.5px;
  font-size: 10px;
}
/* Basic information confirm.
   ========================================================================== */
.mod-basic-info-confirm {
  text-align: center;
}
.mod-basic-info-confirm li > a,
.mod-basic-info-confirm li > button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 330px;
  padding: 5px 0;
}
.mod-basic-info-confirm .error span {
  padding-left: 24px;
  color: #e94e30;
  background: url(/common/img/parts/icon_caution01.png) left center no-repeat;
}
.mod-basic-info-form.table-cell .mod-table-c th,
.mod-basic-info-form.table-cell .mod-table-c td {
  padding: 12px;
  font-weight: normal;
}
.mod-basic-info-form.table-cell .password-input > input,
.mod-basic-info-form.table-cell .mail-input > input {
  width: 280px;
}
.mod-basic-info-form.table-cell .hasCustomSelect {
  width: 248px;
}
.mod-basic-info-confirm li > .mod-button.wide {
  width: 620px;
  padding: 5px;
  font-size: 18px;
}
/* Word count.
   ========================================================================== */
.mod-word-count {
  zoom: 1;
}
.mod-word-count:after {
  display: block;
  clear: both;
  content: '';
}
.mod-word-count .textarea {
  font-size: 85.71%;
}
.mod-word-count .textarea > textarea {
  min-height: 130px;
  margin: 5px 0;
}
.mod-word-count .limit {
  float: left;
}
.mod-word-count .js-count-btn {
  float: right;
  margin-top: 10px;
}
.mod-word-count .count-output {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 116.67%;
  font-weight: bold;
  line-height: 1;
  float: right;
  margin: 12px 10px 0 0;
}
.mod-word-count .count-output .num {
  font-size: 142.86%;
  margin: 0 2px;
  color: #e94e30;
}
/* Hope location.
   ========================================================================== */
.mod-hope-location .location-list {
  overflow: hidden;
  zoom: 1;
  margin: 15px 0 0 15px;
}
.mod-hope-location .location-list dt,
.mod-hope-location .location-list dd {
  line-height: 1;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-hope-location .location-list dt {
  width: 55px;
}
.mod-hope-location .location-list:first-child {
  margin-top: 18px;
}
/* Personality.
   ========================================================================== */
.mod-personality {
  overflow: hidden;
  border: 3px solid #dbdada;
  border-radius: 4px;
}
.mod-personality:last-child {
  margin-bottom: 0 !important;
}
.mod-personality_header {
  padding: 20px 0;
  text-align: center;
  background-color: #e2e2e2;
}
.mod-personality_header .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-personality_inner {
  padding-top: 60px;
  background: url(/common/img/module/personality_arrow_bg01.png) center 15px no-repeat #fff;
}
.mod-personality_inner .personality-list > li {
  display: table;
  width: 100%;
  padding: 20px 0;
  table-layout: fixed;
  border-top: 1px solid #dbdada;
}
.mod-personality_inner .personality-list > li.is-unentered {
  background-color: #ffeeee;
}
.mod-personality_inner .radio-list {
  display: table-cell;
  width: 280px;
  margin: 0 50px;
  text-align: center;
  vertical-align: middle;
}
.mod-personality_inner .radio-list > li {
  display: inline-block;
  zoom: 1;
  margin-right: 40px;
  vertical-align: middle;

  *display: inline;
}
.mod-personality_inner .radio-list > li:last-child {
  margin-right: 0;
}
.mod-personality_inner .item {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.mod-personality_inner .item:first-child {
  text-align: right;
}
/* Experience job.
   ========================================================================== */
.mod-experience-job table {
  width: 100%;
}
table .mod-experience-job th,
table .mod-experience-job td {
  padding: 0;
  border: none;
  background: none;
}
table .mod-experience-job th {
  font-size: 108.33%;
}
.mod-experience-job th {
  font-size: 130%;
}
.mod-experience-job tbody tr td {
  line-height: 1;
  padding-bottom: 5px;
}
.mod-experience-job tbody tr:last-child td {
  padding-bottom: 0;
}
/* Scout lead.
   ========================================================================== */
.mod-scout-lead .inner {
  display: table;
  width: 100%;
}
.mod-scout-lead .btn {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}
.mod-scout-lead .btn > a {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
  color: #222;
}
.mod-scout-lead .body {
  display: table-cell;
  padding-left: 95px;
  vertical-align: middle;
  background: url(/common/img/module/scout_lead_icon01.png) 20px center no-repeat;
}
/* Skillsheet edit.
   ========================================================================== */
.mod-skillsheet-edit th,
.mod-skillsheet-edit td {
  vertical-align: middle;
}
.mod-skillsheet-edit .btn {
  text-align: center;
}
.mod-skillsheet-edit .btn > a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 132px;
}
/* Description pattern.
   ========================================================================== */
.mod-description-pattern {
  margin-bottom: 10px;
}
.mod-description-pattern .select,
.mod-description-pattern .btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-description-pattern .select {
  line-height: 1;
  margin-right: 20px;
}
.mod-description-pattern .btn > a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 132px;
}
/* Description pattern.
   ========================================================================== */
.mod-hope-area {
  width:628px;
}
/* Add career button.
   ========================================================================== */
.mod-add-career-btn {
  text-align: center;
}
.mod-add-career-btn > button {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  padding: 6px 0;
}
/* Registration information.
   ========================================================================== */
.mod-regist-index th,
.mod-regist-index td {
  text-align: left;
  vertical-align: middle;
}
.mod-regist-index .btn {
  text-align: right;
}
.mod-regist-index .btn > a,
.mod-regist-index .btn > button {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 130px;
  padding: 2px 0;
}
.mod-regist-index .has-status {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-regist-index .has-status .status,
.mod-regist-index .has-status .btn-holder {
  display: table-cell;
  vertical-align: middle;
}
.mod-regist-index .has-status .btn-holder {
  text-align: center;
}
.mod-regist-index .has-status .sample-modal {
  display: inline-block;
  zoom: 1;
  margin: 5px 0 0 20px;
  vertical-align: middle;

  *display: inline;
}
.mod-regist-index .has-status .sample-modal > a {
  padding-right: 15px;
  background: url(/common/img/parts/icon_blank02.png) right center no-repeat;
}
/* Message utility
   ========================================================================== */
.mod-message-utility {
  margin-bottom: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.mod-message-utility:last-child {
  margin-bottom: 0 !important;
}
.mod-message-utility .unread {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-right: 25px;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-message-utility .unread .num {
  font-size: 161.54%;
  margin: 0 2px;
  color: #e94e30;
}
.mod-message-utility .select-view {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;

  *display: inline;
}
.mod-message-utility .select-view .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-message-utility .select-view .select {
  line-height: 1;
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  vertical-align: middle;

  *display: inline;
}
.mod-message-utility .select-view .num {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 130%;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #222;

  *display: inline;
}
.mod-message-utility .note {
  margin-top: 10px;
}
/* Difference scout offer.
   ========================================================================== */
.mod-diff-scout-offer .inner {
  padding: 20px 0;
}
.mod-diff-scout-offer .item {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  table-layout: fixed;
}
.mod-diff-scout-offer .item:last-child {
  margin-bottom: 0 !important;
}
.mod-diff-scout-offer .icon {
  display: table-cell;
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
.mod-diff-scout-offer .body {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
.mod-diff-scout-offer .body .title {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f99723;
}
.mod-diff-scout-offer .btn {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.mod-diff-scout-offer .btn > a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 120px;
  padding: 2px 10px;
}
/* Seminar info.
   ========================================================================== */
.mod-seminar-info {
  margin-bottom: 10px;
  border: 5px solid #dbdada;
  border-radius: 4px;
  background-color: #fff;
}
.mod-seminar-info:last-child {
  margin-bottom: 0 !important;
}
.mod-seminar-info.pickup {
  margin-bottom: 40px;
  border-color: #e94e30;
}
.mod-seminar-info.pickup .ribbon {
  color: #fff;
  background-color: #e94e30;
}
.mod-seminar-info.pickup .title > a {
  color: #e94e30;
}
.mod-seminar-info.pickup .title > a:hover {
  color: #e94e30;
}
.mod-seminar-info.none {
  padding: 70px 0;
  text-align: center;
  color: #e94e30;
  border-color: #e94e30;
}
.mod-seminar-info.none > div {
  display: inline-block;
  zoom: 1;
  padding-left: 55px;
  vertical-align: top;
  background: url(/common/img/module/result_none_icon01.png) left center no-repeat;

  *display: inline;
}
.mod-seminar-info.none > div h2,
.mod-seminar-info.none > div p {
  font-size: 180%;
}
.mod-seminar-info.none > div p {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.mod-seminar-info_header {
  overflow: hidden;
  zoom: 1;
  padding: 20px 20px 15px;
  border-bottom: 1px dotted #e5e5e5;
  background-color: #f5f5f5;
}
.mod-seminar-info_header .thumb {
  float: right;
  width: 130px;
  margin-left: 10px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.mod-seminar-info_header > .body {
  word-wrap: break-word;
  word-break: break-all;
}
.mod-seminar-info_header .company {
  margin-bottom: 3px;
}
.mod-seminar-info_header .title {
  font-size: 180%;
  margin-bottom: 5px;
}
.mod-seminar-info_inner {
  overflow: hidden;
  zoom: 1;
  padding: 20px;
}
.mod-seminar-info_inner .item {
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.mod-seminar-info_inner .item:last-child {
  margin-bottom: 0 !important;
}
.mod-seminar-info_footer {
  padding: 20px 20px;
  text-align: center;
  border-top: 1px dotted #e5e5e5;
}
.mod-seminar-info_footer .footer-btn > a {
  font-size: 116.67%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 6px 20px;
  word-wrap: break-word;
  word-break: break-all;
}
/* Seminar entry.
   ========================================================================== */
.mod-seminar-entry .has-entry-btn {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-seminar-entry .has-entry-btn .time {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}
.mod-seminar-entry .has-entry-btn .entry-btn {
  display: table-cell;
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
.mod-seminar-entry .has-entry-btn .entry-btn > a,
.mod-seminar-entry .has-entry-btn .entry-btn > button {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 130px;
  padding: 2px 10px;
}

/* seacret parts.
   ========================================================================== */
*.closed-info {
  background-color:#9FC6BD !important;
  }
/* border-control.
   ========================================================================== */
*.border-b0 {
  border-bottom:none !important;
  }
/*error-parts-display.
   ========================================================================== */
*.err-bgcolor {
  background-color:#ffeeee !important;
  }
