@charset "UTF-8";
/* ======================
　0:共通
====================== */
body a {
  text-decoration: none;
}

/* ======================
　1:入力画面
====================== */
/* フロー指示 */
.con_wrapper {
  min-height: 250px;
  margin: 60px auto 0;
}

.complete_status {
  margin: 0 0 20px 0;
  color: #50ca30;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.complete_status span {
  padding: 2px 0 2px 32px;
  background: url("../../../../image/sw/cu/common/ico_complete.png") no-repeat left 5px;
}
.complete_status .sub_msg {
  margin: 20px 0 0;
  color: #555;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.complete_status.next {
  margin: 0;
  padding: 0 0 85px 0;
  background: url("../../../../image/sw/cu/common/bg_next_circle.png") no-repeat center 66px;
}

.next_flow {
  margin: 0 0 17px 0;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.next_flow.next {
  padding: 92px 0 0 0;
  background: url("../../../../image/sw/cu/common/bg_next_circle.png") no-repeat center 32px;
}

.err_status {
  color: #fd0585;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.err_supply {
  margin: 20px 0 10px 0;
  color: #fd193f;
  font-size: 12px;
  text-align: center;
}

/* フォーム */
.form_col_inner {
  width: 60%;
  margin: 0 auto;
}

.form_explain {
  margin: 0 0 10px 0;
}

.primary_form_inner {
  width: 65%;
  margin: 0 auto;
}

.primary_form {
  margin: 0 0 24px 0;
  padding: 15px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.primary_form .basic_input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  outline: none;
}
.primary_form .basic_input:focus {
  border: 1px solid #00a0e9;
  box-shadow: none;
}

.form_supply_wrapper {
  font-size: 12px;
}

.form_main_supply {
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #d9d9d9;
}
.form_main_supply .ttl {
  padding: 2px 0 2px 23px;
  background: url("../../../../image/sw/cu/common/ico_circle_q.png") no-repeat left center;
  font-weight: bold;
  font-size: 13px;
}

.form_sub_supply li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  font-size: 11px;
  line-height: 1.5;
}
.form_sub_supply .supply_inner_list li {
  list-style-type: none;
  margin: 0;
}

/* エラーメッセージ  */
.err_msg {
  display: block;
  color: #fd193f;
  font-size: 12px;
}

.err_bg {
  background-color: #ffebeb;
}

/* ワークサマリーボックス */
.work_sum_box {
  font-size: 13px;
  list-style-type: none;
  margin: 30px 0 10px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.work_sum_box li {
  margin: 5px 0 0 0;
}
.work_sum_box li:first-child {
  margin: 0;
}
.work_sum_box .emph {
  font-size: 14px;
  font-weight: bold;
}

.status_supply {
  font-size: 13px;
}
.status_supply_box {
  padding: 10px;
  background: #f0f0f0;
}
.status_supply_item {
  list-style-type: disc;
  margin: 0 0 5px 15px;
}
.status_supply_item:last-child {
  margin: 0 0 0 15px;
}
.status_supply .emph {
  font-weight: bold;
}
.status_supply .emph_color {
  color: #ff852a;
}

/* 応募完了のレコメンド */
#recomClm {
  position: relative;
  margin: 10px 0 15px 0;
  padding: 10px;
  border-radius: 6px;
  background: url(../../../../image/sw/cu/entry/bg_cream.png) repeat;
}

#recomClm .recoTxt {
  position: relative;
  border-radius: 4px 4px 0 0;
  background: url(../../../../image/sw/cu/entry/recomend_msg.png) no-repeat left top;
}

#recomClm h2 {
  display: block;
  width: 900px;
  height: 0;
  margin: 0;
  padding: 65px 0 0 0;
  overflow: hidden;
}

#recomClm .hdrClm {
  width: 640px;
  height: 95px;
  margin: 5px auto 0 auto;
  color: #0068b7;
  font-size: 14px;
  line-height: 23px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}

#recomClm .hdrClm .boldTxt {
  font-weight: bold;
  font-size: 18px;
}

#recomClm .hdrClm .orangTxt {
  color: #fe771d;
}

#recomClm .recomQa {
  list-style: none;
  position: relative;
  width: 930px;
  height: 50px;
  padding: 5px 0 0 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

#recomClm .recomQa li {
  float: left;
  width: 445px;
  height: 37px;
  background: url(../../../../image/sw/cu/entry/btn_rcm_hatena.png) no-repeat;
  margin-left: 12px;
}

#recomClm .recomQa li:hover {
  background: url(../../../../image/sw/cu/entry/btn_rcm_hatena_on.png) no-repeat;
}

#recomClm .recomQa li a {
  display: block;
  width: 445px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: -1px -1px 1px #307fad;
}

#recomClm .recomQa li a span {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
}

#recomClm .recomQa li.only {
  float: none;
  margin: 0 auto;
}

#recomendWork {
  position: relative;
  float: left;
  width: 630px;
  height: auto !important;
  height: 340px;
  min-height: 340px;
  margin: 10px 10px 0 0;
  padding: 15px 15px;
  border-radius: 6px;
  background: #fff;
}

#recomendWork h3 {
  padding: 0 0 8px 0;
  border-bottom: 1px dashed #fecb35 !important;
}

.recoWork {
  display: block;
  width: 632px;
  padding: 9px 0;
  border-bottom: 1px dashed #fecb35;
}

.recoWork:hover {
  background: #fefad7;
  border-bottom: 1px dashed #fecb35 !important;
}

.recoWork .leftBox {
  float: left;
  width: 100px;
  font-size: 13px;
}

.recoWork .leftBox .days {
  position: relative;
  padding: 5px 0 0 0;
  border-radius: 3px;
  background: #ffebac;
  text-align: center;
}

.recoWork .leftBox .start_day {
  display: block;
  position: relative;
  padding: 3px 0 2px 0;
  border-radius: 0 0 3px 3px;
  background: #eab104;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.recoWork .rightBox {
  display: block;
  float: right;
  width: 520px;
  height: 37px;
  overflow: hidden;
}

.recoWork .rightBox .ttl {
  padding: 5px 0;
  font-weight: bold;
  line-height: 1;
}

.recoWork .rightBox .payment, .recoWork .rightBox .mainjob, .recoWork .rightBox .companyName {
  margin-right: 10px;
}

.recoWork .rightBox .payment span {
  color: #f90;
  font-weight: bold;
}

.worktip {
  display: inline-block;
  position: relative;
  color: #222;
  text-decoration: none;
  outline: none;
}

.worktip .workDetailTip {
  visibility: hidden;
  opacity: 0.98;
  position: absolute;
  bottom: 5px;
  left: 115%;
  z-index: 999;
  width: 250px;
  border: 2px solid #ca792e;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  margin-left: -127px;
  padding-bottom: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.worktip:hover {
  border: 0;
  /* IE6 fix */
}

.worktip:hover .workDetailTip {
  visibility: visible;
}

.worktip .workDetailTip:before, .worktip .workDetailTip:after {
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1000;
  content: "";
  margin-left: -12px;
  border-top: 5px solid transparent;
  border-left: 0;
  border-right: 13px solid #fff;
  border-bottom: 5px solid transparent;
}

.worktip .workDetailTip:before {
  bottom: 11px;
  margin-left: -16px;
  border-top: 7px solid transparent;
  border-left: 0;
  border-right: 15px solid #ca792e;
  border-bottom: 7px solid transparent;
}

.worktip .workDetailTip .main_ttl {
  padding: 10px 7px;
  background: #fef0c1;
  color: #333;
  font-weight: bold;
}

.worktip .workDetailTip p {
  padding: 5px 10px;
  border-bottom: 1px dashed #dcd9d9;
}

.worktip .workDetailTip .ttl {
  padding: 2px 2px 0 2px;
  border: 1px #ccc solid;
  border-radius: 2px;
  background: #ebeae7;
  color: #333;
  font-size: 11px;
  line-height: 1;
  margin-right: 7px;
}

.worktip .workDetailTip .subJob {
  display: block;
  padding-left: 34px;
}

.worktip .workDetailTip .orange {
  color: #f90;
}

#recomendWork .moreBtn a {
  display: block;
  width: 150px;
  margin: 5px auto 0 auto;
  padding: 3px 10px;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 0 #fff, inset -1px 0 0 #fff;
  background-image: -webkit-linear-gradient(bottom, #e1e1e1 0%, #fefefe 100%);
  background-image: linear-gradient(to top, #e1e1e1 0%, #fefefe 100%);
  background-image: -webkit-linear-gradient(to top, #e1e1e1 0%, #fefefe 100%);
  background-image: -ms-linear-gradient(to top, #e1e1e1 0%, #fefefe 100%);
  color: #555;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#fefefe", endColorstr="#e1e1e1");
}

#recomendWork .moreBtn a:hover {
  background-image: -webkit-linear-gradient(bottom, #f2f0f0 0%, #fff 100%);
  background-image: linear-gradient(to top, #f2f0f0 0%, #fff 100%);
  background-image: -webkit-linear-gradient(to top, #f2f0f0 0%, #fff 100%);
  background-image: -ms-linear-gradient(to top, #f2f0f0 0%, #fff 100%);
  color: #666;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#f2f0f0");
}

#recomendWork .moreBtn a:link, .worktip .moreBtn a:visited {
  color: #333;
  text-decoration: none;
}

#recomendWork .moreBtn a:hover {
  color: #666;
  text-decoration: none;
}

#breakWork {
  float: left;
  width: 230px;
  height: 340px;
  margin: 10px 0 0 0;
  padding: 15px 15px;
  border-radius: 6px;
  background: #fff;
}

#breakWork h3 {
  margin: 0 0 10px 0;
}

#breakWork ul li {
  list-style: none;
  line-height: 1;
}

#breakWork ul li.last_li {
  border-bottom: 1px dashed #b2d759;
}

#breakWork ul li span {
  background: url(../../../../image/sw/cu/entry/arrow_green.png) no-repeat 0 center;
  padding-left: 15px;
}

#breakWork ul li a {
  display: block;
  padding: 10px 10px 10px 10px;
  color: #217f07;
  text-decoration: none;
  border-top: 1px dashed #b2d759;
}

#breakWork ul li a:hover {
  background-color: #f7fcc8;
}

#breakWork.no_recomend {
  width: 900px;
  height: 130px;
}
#breakWork.no_recomend ul {
  float: left;
}
#breakWork.no_recomend ul li a {
  display: block;
  width: 278px;
  padding: 10px 10px 10px 10px;
  color: #217f07;
  text-decoration: none;
  border-top: 1px dashed #b2d759;
}
#breakWork.no_recomend.no_border ul li a {
  border: none;
}

.sub_recommend_box {
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 13px;
  line-height: 1.4;
}
.sub_recommend_box h3 {
  font-size: 14px;
}
.sub_recommend_box .lft {
  float: left;
}
.sub_recommend_box .rgt {
  float: right;
}
.sub_recommend_box dt {
  padding: 0 0 0 23px;
  background: transparent url("../../../../image/sw/cu/common/mk_ya.gif") no-repeat scroll 0 2px;
  font-weight: bold;
}
.sub_recommend_box.recommend_regist .main_txt {
  margin: 0 0 6px 0;
}
.sub_recommend_box.recommend_regist .lft {
  width: 67%;
}
.sub_recommend_box.recommend_regist .rgt {
  width: 30%;
}

.flow_list li.flow_item:not(:last-child):after, .flow_list li.flow_now:not(:last-child):after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  right: -5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
}

.flow_list {
  text-align: center;
  margin: 10px auto 20px;
}
.flow_list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 145px;
  height: 40px;
  line-height: 40px;
  list-style-type: none;
  margin: 0 3px 0 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.flow_list li:last-child {
  margin-right: 0;
}
.flow_list li.flow_now:not(:last-child):after {
  border: 1px solid #ffb100;
  background-color: #ffb100;
}
.flow_list li.flow_item:not(:last-child):after {
  border: 1px solid #cacaca;
  border-top: none;
  border-left: none;
  background-color: #fff;
}

.flow_item .num, .flow_now .num {
  border-radius: 16px;
  font-size: 16px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  line-height: 19px;
  text-align: center;
}

.flow_now {
  position: relative;
  border: 1px solid #ffb100;
  color: #fff;
  font-weight: bold;
  background-color: #ffb100;
  text-shadow: -1px -1px 0 #e69f00;
}
.flow_now .num {
  color: #ffb100;
  background: #fff;
  text-shadow: none;
}

.flow_item {
  position: relative;
  border: 1px solid #cacaca;
  color: #cacaca;
  background-color: #fff;
}
.flow_item .num {
  color: #fff;
  background: #cacaca;
}

.attention_modal_box {
  display: none;
  position: fixed;
  z-index: 10001;
  width: 450px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  line-height: 1.4;
}
.attention_modal_box .modal_header {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.attention_modal_box .modal_ttl {
  font-weight: normal;
  font-size: 18px;
}
.attention_modal_box .modal_regist_inner {
  padding: 35px 52px;
}
.attention_modal_box .phone_number {
  margin: 0 0 32px 0;
  font-weight: bold;
}
.attention_modal_box .phone_number p {
  padding: 23px 0 20px 112px;
  background: url("../../../../image/sw/cu/common/bg_smp.png") #fff 48px center no-repeat;
  font-size: 24px;
  text-align: left;
}
.attention_modal_box .main_txt {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.attention_modal_box .main_txt .primary_txt {
  margin: 0 0 10px 0;
}
.attention_modal_box .main_txt .emph {
  color: #ff852a;
  font-weight: bold;
}
.attention_modal_box .btn_normal {
  margin: 0 auto 20px;
}
.attention_modal_box .link_sub {
  font-size: 12px;
  text-align: center;
}
.attention_modal_box .link_sub a {
  text-decoration: none;
}
.attention_modal_box .link_close {
  color: #325ec0;
  text-align: center;
  cursor: pointer;
}
.attention_modal_box .btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.attention_modal_box .btn_close:hover:before, .attention_modal_box .btn_close:hover:after {
  background: #b2b2b2;
}
.attention_modal_box .btn_close:before, .attention_modal_box .btn_close:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #ddd;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.attention_modal_box .btn_close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.attention_modal_box .btn_close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.85);
}

/* ======================
　1: 共通パーツ：角丸BOX
====================== */
/* ----------------------
 1-1：Main Col(w=755px)
---------------------- */
.mainColWrap02 {
  margin: 0 0;
}

.maincolbody02 {
  width: auto;
  margin: 5px 15px 5px 15px;
  padding: 0 0;
}

.maincolbodyContents02 {
  padding: 0 0;
  overflow: hidden;
}

.maincolbodyWrap02 .top, .maincolbodyWrap02 .bottom {
  width: 755px;
  height: 10px;
  padding: 0;
  font-size: 0;
}

.entrustStatusAlert {
  padding: 0 0 5px 3px;
  color: #555;
  font-size: 12px;
}

.line01 {
  display: block;
}

.line02 {
  display: block;
  margin: 0 0 5px 20px;
}

/*公開*/
#mainColumn02 #Box01.open {
  width: 755px;
  margin: 0 0 0 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordermainbox02_orange.gif") repeat-y scroll left center transparent;
}

#mainColumn02 #Box01.open .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02top_orange.gif") no-repeat scroll 0 0 transparent;
}

#mainColumn02 #Box01.open .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02bottom_orange.gif") no-repeat scroll 0 0 transparent;
}

/*gray*/
#mainColumn02 .gray {
  width: 755px;
  margin: 10px 0 0 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordermainbox02_gray.gif") repeat-y scroll left center transparent;
}

#mainColumn02 .gray .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#mainColumn02 .gray .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

/*gray02*/
#mainColumn02 #Box01 .gray02 {
  width: 725px;
  margin: 5px 0;
  background-image: none;
  background-color: #e8e8e8;
}

#mainColumn02 #Box01 .gray02 .top {
  width: 725px;
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02top_gray02.gif") no-repeat scroll 0 0 transparent;
}

#mainColumn02 #Box01 .gray02 .bottom {
  width: 725px;
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02bottom_gray02.gif") no-repeat scroll 0 0 transparent;
}

/*orange02*/
#mainColumn02 #Box01 .orange02 {
  width: 725px;
  background-color: #fff09f;
}

#mainColumn02 #Box01 .orange02 .top {
  width: 725px;
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02top_orange02.gif") no-repeat scroll 0 0 transparent;
}

#mainColumn02 #Box01 .orange02 .bottom {
  width: 725px;
  background: url("../../../../../customer/image/sw/cu/box/spr_mainbox02btm_orange02.gif") no-repeat scroll 0 0 transparent;
}

/* ----------------------
 1-2：Sub Col(w=185px)
---------------------- */
#subColumn02 .subcolBoxWrap {
  width: 185px;
  margin: 0;
}

#subColumn02 .subcolbody02 {
  width: auto;
  margin: 0 15px;
  padding: 0;
}

#subColumn02 .subcolbodyContents02 {
  margin: 5px 0;
  overflow: hidden;
  font-size: 12px;
  _width: 155px;
  _margin: 10px 0;
}

/*共通設定*/
.subcolBoxWrap02 .top, .subcolBoxWrap02 .bottom {
  width: 185px;
  height: 10px;
  font-size: 0;
}

/*公開*/
#subColumn02 .open {
  width: 185px;
  margin: 0 0 10px 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_orange.gif") repeat-y scroll left center transparent;
}

#subColumn02 .open .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02top_orange.gif") no-repeat scroll 0 0 transparent;
}

#subColumn02 .open .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02bottom_orange.gif") no-repeat scroll 0 0 transparent;
}

/*灰色*/
#subColumn02 .gray .subcolBoxWrap02 {
  width: 185px;
  margin: 0 0 10px 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
}

#subColumn02 .gray .subcolBoxWrap02 .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#subColumn02 .gray .subcolBoxWrap02 .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

/*#loginBox #statusBox　.orange01S　*/
#subColumn02 .orange, #subColumn02 .orange {
  margin: 0 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_orange.gif") repeat-y scroll left center transparent;
}

/* ======================
　2: 項目のタイトル画像
====================== */
#atmosphere h2.itemTtl {
  width: 350px;
  height: 34px;
  overflow: hidden;
  background-image: url(../../../../../customer/image/sw/cu/workdetail/spr_ttl_item.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*公開*/
#atmosphere.open h2.itemTtl {
  background-position: 0 -204px;
}

/*エントリー画面のタイトル画像（公開）*/
#desiredSchedule.open h2.itemTtl {
  background-position: 0 -340px;
}

#point.open h2.itemTtl {
  background-position: 0 -374px;
}

#important.open h2.itemTtl {
  background-position: 0 -170px;
}

/*右カラム　項目のタイトル画像*/
#subColumn02 h2.offerTtl, #subColumn02 h2.itemTtl {
  width: 155px;
  height: 34px;
  overflow: hidden;
  background-image: url("../../../../../customer/image/sw/cu/workdetail/spr_ttl_item.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#subColumn02 h2.offerTtl {
  background-position: 0 -306px;
}

#subColumn02 h2.itemTtl {
  background-position: 0 -408px;
}

/* ======================
　3: 募集要項のサマリー（上段）
====================== */
#workSummary {
  width: 725px;
  margin: 0 0 10px 0;
}

#workSummaryLeftCol, #workDetailLeftCol {
  float: left;
  width: 355px;
}

#workSummaryRightCol, #workDetailRightCol {
  float: left;
  width: 355px;
  margin: 0 0 0 15px;
}

/* ---------------------------
 項目（上段：色の枠）
--------------------------- */
#workSummary dl {
  width: 355px;
  overflow: hidden;
  font-size: 14px;
}

#workSummary dt {
  float: left;
  width: 80px;
  margin: 0 0 0 20px;
  line-height: 1.4em;
}

#workSummary dd {
  float: left;
  width: 245px;
  margin: 0 0 0 10px;
  font-weight: bold;
  line-height: 1.4em;
  _width: 240px;
}

.minWorkDay {
  width: 200px;
  margin: 3px 0 5px 0;
  padding: 3px 3px;
  background-color: #ffc;
  font-weight: bold;
  font-size: 14px;
}

.minWorkDay .days {
  color: #f90;
  font-size: 16px;
}

/* ----- タグ：メリット ------ */
#Box01 ul.merit {
  /*width:725px;*/
  display: block;
  float: left;
  width: 590px;
  margin: 0;
  padding: 0;
  border: none;
}

#Box01 ul.merit li {
  list-style-type: none;
  float: left;
  margin: 3px 3px;
  padding: 3px 3px;
  background-color: #f90;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

/* ----- 倍率 ------ */
#ratioOfJobs {
  float: right;
  width: 120px;
  margin: 0 0 0 0;
  padding: 5px 5px;
  background-color: #ffd14d;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}

#ratioOfJobs #ratio {
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
}

/* ----- キャッチフレーズcatchPhrase ------ */
.catchPhraseBody {
  margin: 0 10px;
}
.catchPhraseBody .work_comment_txt__inner {
  white-space: pre-wrap;
}

#mainColumn02 #Box01 .catchPhraseBody h2 {
  font-weight: bold;
  font-size: 16px;
}

/*公開*/
#mainColumn02 #Box01.open .catchPhraseBody h2 {
  color: #f60;
}

div.catchPhraseBody #catchInfo {
  margin: 3px 0 0 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3em;
}

/* ----- 職場の雰囲気 ------ */
ul.thumbnail {
  list-style-type: none;
  width: 725px;
  margin: 5px 0 0 0;
  padding: 0 0;
}

ul.thumbnail li {
  float: left;
  width: 235px;
  height: 200px;
  margin: 0 auto;
}

ul.thumbnail dl {
  font-size: 80%;
  text-align: center;
}

/*  写真エリア  */
ul.thumbnail dt {
  width: 216px;
  height: 162px;
  margin-bottom: 5px;
}

/* キャプションエリア */
ul.thumbnail dd {
  width: 216px;
  margin: 0 0;
  line-height: 120%;
  text-align: left;
}

/*  写真 */
img.imgAtmosphere {
  border: 1px #808080 solid;
}

img.imgAtmosphere.imgDefalut {
  max-width: 216px;
  max-height: 162px;
  border: 1px #808080 solid;
}

/* ======================
　4: 募集要項の詳細（下段）
====================== */
/*灰色*/
.maincolbodyWrap02.gray dl {
  width: 350px;
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxbody_gray.gif);
}

.maincolbodyWrap02 #closingDate .top, .maincolbodyWrap02 #job .top, .maincolbodyWrap02 #traffic .top, .maincolbodyWrap02 #salary .top, .maincolbodyWrap02 #interview .top {
  width: 350px;
  height: 5px;
  margin: 5px 0 0 0;
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxtop_gray.gif);
}

.maincolbodyWrap02 #closingDate .bottom, .maincolbodyWrap02 #job .bottom, .maincolbodyWrap02 #traffic .bottom, .maincolbodyWrap02 #salary .bottom, .maincolbodyWrap02 #interview .bottom {
  width: 350px;
  height: 5px;
  margin: 0 0 5px 0;
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxbottom_gray.gif);
}

/*共通*/
#workDetail #important dl {
  width: 350px;
}

.maincolbodyWrap02 #important .top {
  width: 350px;
  height: 5px;
  margin: 5px 0 0 0;
}

.maincolbodyWrap02 #important .bottom {
  width: 350px;
  height: 5px;
  margin: 0 0 5px 0;
}

/*公開*/
#workDetail #important.open dl {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxbody_orange.gif);
}

.maincolbodyWrap02 #important.open .top {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxtop_orange.gif);
}

.maincolbodyWrap02 #important.open .bottom {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailboxbottom_orange.gif);
}

#workDetail dt {
  float: left;
  width: 95px;
  margin: 0 0 0 0;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  text-align: right;
}

#workDetail dd {
  float: left;
  width: 240px;
  min-height: 22px;
  margin: 0 0 0 15px;
  line-height: 1.6em;
  border-bottom: 1px dotted #666;
}

#workDetail .caption .hikkoMark {
  margin: 0 5px;
}

/*地図*/
.map {
  width: 200px;
  height: 200px;
  margin: 5px 0;
  border: none;
}

/* ======================
　5: 右カラム
====================== */
/*最低勤務日数（公開）*/
.subcolBoxWrap02.open .minimumWorkDay {
  display: block;
  padding: 5px 0;
  background-color: #ffc;
  font-weight: bold;
  font-size: 14px;
}

.subcolBoxWrap02.open .days {
  color: #f90;
  font-weight: bold;
  font-size: 16px;
}

/*　募集企業 */
.subcolbody02 {
  width: auto;
  margin: 0 15px;
  padding: 0;
}

.subcolbodyContents02 {
  margin: 0 0;
  overflow: hidden;
  font-size: 12px;
  _width: 155px;
  _margin: 10px 0;
}

.subcolBoxWrap02 .top, .subcolBoxWrap02 .bottom {
  width: 185px;
  height: 10px;
  font-size: 0;
}

#companyOpen.subcolBoxWrap02.grayS {
  width: 185px;
  margin: 0 0 10px 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
}

#companyOpen.subcolBoxWrap02.grayS .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#companyOpen.subcolBoxWrap02.grayS .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

#companyOpen #companyName {
  margin: 5px 0;
  border-bottom: 1px dotted #999;
}

#companyOpen dl {
  background-image: none;
  line-height: 1.5em;
}

#companyOpen dt {
  font-weight: bold;
}

/* ======================
　6: 応募ボタンなど
====================== */
.arrowEntry {
  width: 950px;
  height: 60px;
  margin: 10px 0 5px 0;
  border: none;
}

.entryButtonBox {
  margin: 0 0 20px 0;
  text-align: center;
}
.entryButtonBox .btn_edit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 17%;
  margin: 0 20px 0 0;
  padding: 16px 0;
  box-shadow: 0 -2px 0 #646464 inset;
  font-size: 18px;
}
.entryButtonBox .btn_edit:active {
  padding: 18px 0 14px 0;
  box-shadow: 0 2px 0 #b37c00 inset;
}
.entryButtonBox .btn_entry {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 35%;
  padding: 16px 0;
  box-shadow: 0 -2px 0 #b37c00 inset;
  font-size: 18px;
}
.entryButtonBox .btn_entry:active {
  padding: 18px 0 14px 0;
  box-shadow: 0 2px 0 #b37c00 inset;
}

.entryButtonBoxNomargin {
  width: 950px;
  margin: 0 0 0 0;
  text-align: center;
}

.btnEntry {
  width: 200px;
  height: 30px;
  margin: 0 auto;
  border: none;
}

.btnReEntry {
  width: 225px;
  height: 30px;
  margin: 0 auto;
  border: none;
}

.btnEntryCancel {
  width: 150px;
  height: 25px;
  margin: 0 auto;
  border: none;
}

/* ++++++++++++++++++++ エントリー画面 ++++++++++++++++++++ */
/* ======================
　7: カラム構成
====================== */
#entry {
  width: 950px;
}

#entry #desiredSchedule {
  float: left;
  width: 420px;
}

#entry #workingDaysCalendar {
  width: 420px;
}

#workEntryNest {
  float: right;
  width: 460px;
  overflow: hidden;
}

#entry #point {
  float: left;
  width: 455px;
}

#entry #important {
  float: left;
  width: 455px;
  margin: 10px 0 0 0;
}

.entryWrap {
  margin: 0 0 10px 0;
}

.entrybody {
  width: auto;
  margin: 5px 15px;
  padding: 0;
}

.entrybodyContents {
  padding: 0 0;
  overflow: hidden;
}

/* ======================
　8: BOX（枠線）
====================== */
#entry {
  width: 950px;
  margin: 0 0 10px 0;
}

.entryWrap .top, .entryWrap .bottom {
  width: 950px;
  height: 10px;
  font-size: 0;
}

/*公開*/
#entry.open {
  background: url(../../../../../customer/image/sw/cu/box/spr_border_fullwidthbox_orange.gif) repeat-y scroll left center transparent;
}

#entry.open .top {
  background: url(../../../../../customer/image/sw/cu/box/spr_fullwidthboxtop_orange.gif) no-repeat scroll 0 0 transparent;
}

#entry.open .bottom {
  background: url(../../../../../customer/image/sw/cu/box/spr_fullwidthboxbottom_orange.gif) no-repeat scroll 0 0 transparent;
}

/* ----- 背景色 ----- */
/*共通*/
#workEntryNest dl {
  width: 440px;
}

#workEntryNest .top {
  width: 440px;
  height: 5px;
  margin: 5px 0 0 0;
}

#workEntryNest .bottom {
  width: 440px;
  height: 5px;
  margin: 0 0 5px 0;
}

/*灰色*/
#workEntryNest #point .gray dl, #workEntryNest #important.gray dl {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02body_gray.gif);
}

#workEntryNest #point .top.gray, #workEntryNest #important .top.gray {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02top_gray.gif);
}

#workEntryNest #point .bottom.gray, #workEntryNest #important .bottom.gray {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02bottom_gray.gif);
}

/*公開*/
#workEntryNest #point.open dl, #workEntryNest #important.open dl {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02body_orange.gif);
}

#workEntryNest #point.open .top, #workEntryNest #important.open .top {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02top_orange.gif);
}

#workEntryNest #point.open .bottom, #workEntryNest #important.open .bottom {
  background-image: url(../../../../../customer/image/sw/cu/box/spr_detailbox02bottom_orange.gif);
}

#workEntryNest dt {
  float: left;
  width: 115px;
  line-height: 1.5em;
  text-align: right;
}

#workEntryNest dd {
  float: right;
  width: 310px;
  min-height: 22px;
  margin: 0 0 0 15px;
  line-height: 1.6em;
  border-bottom: 1px dotted #666;
}

/* ======================
　9: その他
====================== */
/* ボタン */
/*この企業のバイトを検索結果に含めない*/
#subColumn02 .nodisplaycompany a {
  display: block;
  width: 140px;
  height: 45px;
  background-image: url(../../../../../customer/image/sw/cu/workdetail/spr_btn_nondisplay_company.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.btnEntryConfirm {
  border: none;
}

.btnAddEntryInfo {
  float: left;
  width: 140px;
  height: 25px;
  border: none;
}

.btnFinalConfirm {
  border: none;
}

/* 文字装飾 */
.entryCaution {
  display: block;
  margin: 2px 0 0 0;
  color: #e60011;
  font-size: 11px;
  line-height: 1em;
}

#breakWork h3 {
  font-size: 14px;
}

#breakWork dl {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.35em;
}

#breakWork dt {
  float: left;
  padding: 0 0 0 15px;
  background: url("../../../../../customer/image/sw/cu/common/mk_ya.gif") no-repeat scroll 0 5px transparent;
  font-weight: bold;
}

#breakWork dd {
  float: left;
  margin: 0 10px;
}

/* ======================
　10: 選考情報
====================== */
#subColumn02 .subcolBoxWrapExtra {
  width: 185px;
  margin: 0 0 10px 0;
}

#subColumn02 .subcolbodyExtra {
  width: auto;
  margin: 0 15px;
  padding: 0;
}

#subColumn02 .subcolbodyContentsExtra {
  margin: 5px 0;
  overflow: hidden;
  font-size: 12px;
  _width: 155px;
  _margin: 10px 0;
}

#subColumn02 .subcolBoxWrapExtra .top, #subColumn02 .subcolBoxWrapExtra .bottom {
  width: 185px;
  height: 10px;
  font-size: 0;
}

#subColumn02 .subcolBoxWrapExtra.gray {
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
  /*margin:0 0 10px 0;width:185px;*/
}

#subColumn02 .subcolBoxWrapExtra.gray .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#subColumn02 .subcolBoxWrapExtra.gray .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

#subColumn02 #selectInfo .ttl {
  width: 71px;
  height: 25px;
  margin: 0 0 5px 0;
  background: transparent url("../../../../../customer/image/sw/cu/common/title_selectInfos2.png") no-repeat scroll left top;
  text-indent: -9999px;
}

#subColumn02 #selectInfo .ttl_help {
  width: 107px;
  height: 14px;
  margin: 0 0 5px 0;
  background: transparent url("../../../../../customer/image/sw/cu/common/title_helpSelectInfo.png") no-repeat scroll left top;
  text-indent: -9999px;
}

#subColumn02 #selectInfo table.rate {
  width: 100%;
  margin: 0 0 3px;
  background-color: #e4d1b4;
  border-collapse: separate;
  border-spacing: 1px;
}

#subColumn02 #selectInfo table.rate th {
  width: 78px;
  padding: 5px 3px;
  border: 1px solid #fff;
  background-color: #fcf4da;
  color: #333;
  font-weight: normal;
  text-align: left;
}

#subColumn02 #selectInfo table.rate td {
  padding: 5px 10px 5px 0;
  border: 1px solid #fff;
  background-color: #fffcf2;
  text-align: right;
}

#subColumn02 #selectInfo .cap {
  font-size: 11px;
  text-align: right;
}

#subColumn02 #selectInfo dl#expList {
  margin: 0 0 8px;
  padding: 0;
  background-image: none;
  border-bottom: 1px solid #aaa;
}

#subColumn02 #selectInfo dl#expList dt {
  width: 155px;
  margin: 0 0 3px;
  padding: 3px 0 3px 6px;
  background-color: #f5f5f5;
  font-weight: bold;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
}

#subColumn02 #selectInfo dl#expList dd {
  width: 155px;
  margin: 0 0 10px;
  font-size: 12px;
}

#subColumn02 #selectInfo ul#expRes {
  margin: 0;
  padding: 0;
}

#subColumn02 #selectInfo ul#expRes li {
  list-style: none;
  margin: 0;
  padding: 22px 0 0;
  font-size: 12px;
}

#subColumn02 #selectInfo ul#expRes li.resSuperFast {
  list-style: none;
  background: transparent url("../../../../../customer/image/sw/cu/common/ico_resSuperFast.png") no-repeat scroll left top;
}

#subColumn02 #selectInfo ul#expRes li.resFast {
  background: transparent url("../../../../../customer/image/sw/cu/common/ico_resFast.png") no-repeat scroll left top;
}

.maincolbodyContents02 table.selInfo {
  width: 100%;
  margin: 8px 0 0;
  border-radius: 3px;
  background-color: #e8e8e8;
  border-collapse: separate;
  border-spacing: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.maincolbodyContents02 table.selInfo td {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  background-color: #f9f9f9;
}

.maincolbodyContents02 table.selInfo td.resFast {
  background: #f9f9f9 url("../../../../../customer/image/sw/cu/common/ico_resFast.png") no-repeat scroll right center;
  padding-right: 75px;
}

.maincolbodyContents02 table.selInfo td.resSuperFast {
  background: #f9f9f9 url("../../../../../customer/image/sw/cu/common/ico_resSuperFast.png") no-repeat scroll right center;
  padding-right: 75px;
}

.maincolbodyContents02 table.selInfo td ul {
  margin: 0;
  padding: 0;
}

.maincolbodyContents02 table.selInfo td ul li {
  list-style: none;
  float: left;
  padding: 5px 30px 5px 5px;
}

.maincolbodyContents02 table.selInfo td ul li.mttl {
  height: 12px;
  padding-top: 8px;
}

.maincolbodyContents02 table.selInfo td ul li.rateProf {
  background: transparent url("../../../../../customer/image/sw/cu/common/ico_rateProfthrough.png") no-repeat scroll left center;
  padding-left: 85px;
}

.maincolbodyContents02 table.selInfo td ul li.rateAct {
  background: transparent url("../../../../../customer/image/sw/cu/common/ico_rateAction.png") no-repeat scroll left center;
  padding-left: 85px;
}

.maincolbodyContents02 table.selInfo td ul li .num {
  margin: 0 0 0 6px;
  color: #090;
  font-weight: bold;
  font-size: 14px;
}

.maincolbodyContents02 table.selInfo td ul li .per {
  color: #090;
  font-weight: bold;
  font-size: 12px;
}

/* =========================================================
■登録制
=========================================================== */
/*入力欄「必須」アイコン*/
.hikkoMark {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 0 0 5px;
  padding: 3px 2px 3px 3px;
  border: 1px solid #fa9317;
  background: #fff;
  color: #fe8605;
  font-weight: normal;
  font-size: 11px;
  line-height: 10px;
}

/*詳細画面「登録制」*/
.RtypeTtl {
  display: block;
  float: left;
  width: 120px;
  height: 28px;
  overflow: hidden;
  background-image: url("../../../../../customer/image/sw/cu/detail/spr2_ttl_rtype.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*掲載期間*/
.RtypePostLimit {
  float: right;
  margin: 7px 7px 0 0;
}

/*「登録制バイトについて」*/
.aboutRtype .questionAboutRtype {
  float: left;
  width: 15px;
  height: 14px;
  margin: 7px;
}

.aboutRtype a {
  float: left;
  width: 135px;
  margin: 7px 0 0 0;
  overflow: hidden;
  vertical-align: middle;
}

/* ======================
　3: 募集要項のサマリー
====================== */
/*上段*/
#workSummary {
  width: 725px;
  margin: 0 0 10px 0;
}

#workSummary table {
  width: 100%;
}

#workSummary tr {
  width: 725px;
  overflow: hidden;
}

#workSummary th {
  width: 110px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #999;
}

#workSummary td {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #999;
}

/* 右カラム */
#companyOpen.subcolBoxWrap02.grayS, #sitePersonality.subcolBoxWrap02.grayS {
  width: 185px;
  margin: 0 0 10px 0;
  background: url("../../../../../customer/image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
}

#companyOpen.subcolBoxWrap02.grayS .top, #sitePersonality.subcolBoxWrap02.grayS .top {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#companyOpen.subcolBoxWrap02.grayS .bottom, #sitePersonality.subcolBoxWrap02.grayS .bottom {
  background: url("../../../../../customer/image/sw/cu/box/spr_subbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

/* 職場の雰囲気 */
#subColumn02 #sitePersonality .ttlSitePersonality {
  display: block;
  float: left;
  width: 100px;
  height: 25px;
  margin: 0 55px 0 0;
  overflow: hidden;
  background-image: url("../../../../../customer/image/sw/cu/detail/spr2_ttlSitePersonality.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#sitePersonality dt {
  display: block;
  float: left;
  margin: 0 0 3px 0;
  overflow: hidden;
}

#sitePersonality dd {
  display: block;
  float: left;
  width: 155px;
  height: 15px;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-image: url("../../../../../customer/image/sw/cu/detail/spr2_sitePersonality.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*男女比率*/
#parameter dd.proportionOfMandW01 {
  background-position: 0 0;
}

#parameter dd.proportionOfMandW02 {
  background-position: 0 -15px;
}

#parameter dd.proportionOfMandW03 {
  background-position: 0 -30px;
}

#parameter dd.proportionOfMandW04 {
  background-position: 0 -45px;
}

#parameter dd.proportionOfMandW05 {
  background-position: 0 -60px;
}

/*年齢層*/
#parameter dd.ageGroup01 {
  background-position: 0 -75px;
}

#parameter dd.ageGroup02 {
  background-position: 0 -90px;
}

#parameter dd.ageGroup03 {
  background-position: 0 -105px;
}

#parameter dd.ageGroup04 {
  background-position: 0 -120px;
}

#parameter dd.ageGroup05 {
  background-position: 0 -135px;
}

/*仕事内容*/
#parameter dd.job01 {
  background-position: 0 -150px;
}

#parameter dd.job02 {
  background-position: 0 -165px;
}

#parameter dd.job03 {
  background-position: 0 -180px;
}

#parameter dd.job04 {
  background-position: 0 -195px;
}

#parameter dd.job05 {
  background-position: 0 -210px;
}

/*職場の雰囲気*/
#parameter dd.mood01 {
  background-position: 0 -225px;
}

#parameter dd.mood02 {
  background-position: 0 -240px;
}

#parameter dd.mood03 {
  background-position: 0 -255px;
}

#parameter dd.mood04 {
  background-position: 0 -270px;
}

#parameter dd.mood05 {
  background-position: 0 -285px;
}

/* 応募時入力table */
#workDetail .rtype {
  width: 100%;
  border: 1px solid #bbb;
}

#workDetail .rtype .tbl_ttl {
  width: 21%;
}
#workDetail .rtype .tbl_contents {
  width: 54%;
}
#workDetail .rtype th {
  padding: 15px;
  background-color: #efefef;
  text-align: right;
  vertical-align: top;
  border-right: 1px solid #bbb;
  border-bottom: 1px dotted #bbb;
}
#workDetail .rtype td {
  padding: 15px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #bbb;
  border-bottom: 1px dotted #bbb;
}
#workDetail .rtype .nest_label {
  font-weight: bold;
}
#workDetail .rtype .td_inner {
  margin: 0 0 5px 0;
}
#workDetail .rtype .td_inner p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#workDetail .rtype table th, #workDetail .rtype table td, #workDetail .rtype table.nestConfirm th, #workDetail .rtype table.nestConfirm td {
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

#workDetail .rtype table {
  width: 100%;
}

#workDetail .rtype table th {
  width: 16%;
}

#workDetail　.rtype table td {
  width: 42%;
}

#workDetail.rtype table.nestConfirm {
  width: 100%;
}

#workDetail.rtype table.nestConfirm th {
  width: 10%;
}

#workDetail.rtype table.nestConfirm td {
  width: 90%;
}

/* ログイン情報 */
.loginid_box {
  margin: 0 0 20px 0;
}
.loginid_box label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.loginid_box .loginid_address {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.password_box {
  margin: 10px 0 0 0;
}
.password_box label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 123px;
  font-weight: bold;
}
.password_box input[type=password] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 155px;
  padding: 2px 5px;
  border: 1px solid #abadb3;
  color: #000;
  font-size: 14px;
}

.password-box-icon .password-wrap-pc input[type=password], .password-box-icon .password-wrap-pc input[type=text] {
  font-size: 12px;
}

.static_display_text {
  font-weight: bold;
}
.static_display_caption {
  font-size: 10px;
}

/* 確認ボタン */
.btnBoxProfileMakesure {
  margin: 20px auto 20px auto;
  overflow: hidden;
  text-align: center;
}

.btnBoxProfileMakesure span.forTermsOfService {
  display: block;
  font-size: 14px;
}

.btnBoxProfileMakesure span.forLinkToTerms {
  display: block;
  margin: 10px 0 0 0;
}

#profileBox {
  display: block;
  position: relative;
  width: 880px;
  margin: 0 0 20px 0;
  padding: 13px 30px 16px 30px;
  overflow: hidden;
  border: 5px solid #fea305;
  border-radius: 5px;
}

* html #profileBox {
  margin: 0 0 20px 49px;
}

/*gray*/
#profileBox .gray {
  width: 755px;
  margin: 10px 0 0 0;
}

#profileBox h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

/*ステータス*/
#statusRtype span {
  display: block;
  float: left;
  width: 755px;
  height: 32px;
  margin: 10px 0;
  overflow: hidden;
  background-image: url("../../../../../customer/image/sw/cu/detail/spr2_status_rtype.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#statusRtype .regist {
  background-position: 0 0;
}

#statusRtype .confirm {
  background-position: 0 -33px;
}

#statusRtype .complete {
  background-position: 0 -66px;
}

/* 文字装飾 */
.entryCaution {
  display: block;
  margin: 2px 0 0 0;
  color: #e60011;
  font-size: 11px;
  line-height: 1em;
}

#breakWork h3 {
  font-weight: bold;
  font-size: 14px;
}

#breakWork dl {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.35em;
}

#breakWork dt {
  float: left;
  padding: 0 0 0 15px;
  background: url("../../../../../customer/image/sw/cu/common/mk_ya.gif") no-repeat scroll 0 5px transparent;
  font-weight: bold;
}

#breakWork dd {
  float: left;
  margin: 0 10px;
}

/* MSG-BOX */
.MsgBoxDefault02 .lft {
  float: left;
  overflow: hidden;
}

.MsgBoxDefault02 .rgt {
  float: right;
  overflow: hidden;
}

/*ボタンの配置*/
.btnAddEntryInfo {
  float: left;
  width: 140px;
  height: 25px;
  border: medium none;
}

.entryButtonBoxMgnTopBtm20 {
  width: 950px;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
}

/* Error */
.profileError {
  display: block;
  margin: 5px 0 0 0;
  color: #fd418e;
  font-weight: bold;
  font-size: 12px;
}

/* 応募ボタン */
.btnRtypeEntry {
  width: 290px;
  height: 56px;
}

.btnRtypeEntryIDavailable {
  width: 290px;
  height: 56px;
}

.btnRtypeEntryLeft {
  display: inline-block;
  width: 290px;
}

.btnRtypeEntryRight {
  display: inline-block;
  width: 290px;
  margin: 0 0 0 10px;
}

.btnRtypeEntryLeft div, .btnRtypeEntryRight div {
  display: block;
  margin: 0 0 5px 0;
}

.entryButtonBoxMargin50per span {
  color: #f60;
  font-weight: bold;
}

.RtypeBox {
  overflow: hidden;
  background-color: #ffd14d;
}

.entryButtonBox span {
  color: #f60;
  font-weight: bold;
  font-size: 30px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*「登録制」オレンジ色の帯*/
.Rtype {
  overflow: hidden;
  background-color: #ffd14d;
}

* html .Rtype {
  height: 30px;
}

/*応募完了後画面*/
.btnNewRegistration {
  width: 260px;
  height: 40px;
  margin: 8px 0 8px 5px;
  border: medium none;
}

/*ページのステータス*/
#entryStep p {
  margin: 10px 0;
  text-align: center;
}

input[type=text] {
  padding: 3px 3px;
  color: #000;
  font-size: 12px;
}

input[type=checkbox], input[type=radio] {
  margin: 0 3px 0 0;
  padding: 0;
  outline-style: none;
}

/* ======================
　例外派遣msg
====================== */
.tempCondMsg {
  padding: 10px;
}

.tempCondMsg .title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.day_worker_supply_txt {
  margin: 0 0 10px 0;
}

#exceptionConf {
  margin: 0 0 10px;
  padding: 0 10px;
  border: 1px solid #bbb;
}

#exceptionConf ul {
  list-style: none;
  margin: 10px 0 10px 5px;
  padding: 0;
}

#exceptionConf ul li {
  margin: 5px 0;
  font-size: 13px;
}

.icon_fix {
  margin: 0 0 0 5px;
  vertical-align: bottom;
}

#tips {
  display: none;
  position: absolute;
  padding: 10px;
  border: 1px solid #cbc8bb;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(245, 249, 240)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(245, 249, 240) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(245, 249, 240) 100%);
  text-align: left;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f5f9f0",GradientType=0 );
}

.back_btn {
  margin: 0 10px 0 0;
}

/* メルマガオプトイン */
.optin_email {
  width: 600px;
  margin: 20px auto 10px auto;
  padding: 8px 20px;
  border: 3px #e1dbc2 solid;
  border-radius: 4px;
  background: #fdfbf3;
  text-align: center;
}

/* パスワード欄のヘルプ */
.help_pass {
  margin: 95px 0 0 0;
}

/* 規約同意 */
.link_agreement {
  margin: 20px 0 0;
}

/* 応募時の注意メッセージ（外部連携サンレディースで使用中）*/
.attention_message {
  margin: 10px 0 0 0;
  padding: 10px 0;
  text-align: center;
}
.attention_message .txt {
  color: #da5151;
  font-weight: bold;
}

/* ----------------------
 確認画面
---------------------- */
.tbl_confirm_ttl {
  width: 23%;
}

.confirm_submit_txt {
  margin: 0 0 5px 0;
  text-align: center;
}

/* ----------------------
 完了画面
---------------------- */
.con_wrapper {
  margin-bottom: 60px;
}
.con_wrapper.complete {
  margin: 60px auto 70px;
}

.app-dl-guide__ttl {
  display: block;
  margin: 0 0 8px;
  color: #f36363;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.app-dl-guide__msg {
  margin: 0 0 20px;
  color: #6d6d6d;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

.app-dl-guide__btn-wrap {
  text-align: center;
}

.app-dl-guide__btn {
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 20px 0;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: #f5aa00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.app-dl-guide__btn:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.app-dl-guide__btn:hover {
  background: #ffbd29;
  color: #fff;
  text-decoration: none;
}

.primary_input_supply {
  margin: 0 0 10px 0;
}