@charset "UTF-8";
.bnr_center {
  margin: 32px 0 40px;
}
.bnr_center a {
  text-decoration: none;
}
.bnr_center .point {
  padding: 8px;
  border: 4px solid #ff852a;
  border-radius: 4px 4px 0 0;
}
.bnr_center .point__main {
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #b7b4b4;
  padding-bottom: 8px;
}
.bnr_center .point__main__outer {
  display: inline-block;
  position: relative;
}
.bnr_center .point__main__subtitle {
  color: #555;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
}
.bnr_center .point__main__outer:before, .bnr_center .point__main__outer:after {
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 16px;
  height: 2px;
  background-color: #555;
  content: "";
}
.bnr_center .point__main__outer:before {
  left: -21px;
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
}
.bnr_center .point__main__outer:after {
  right: -18px;
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
}
.bnr_center .point h2 {
  display: inline-block;
  color: #ff852a;
  font-size: 16px;
  border-bottom: 2px solid #ffb100;
  border-top: 2px solid #ffb100;
}
.bnr_center .point__detail {
  padding: 8px 4px 4px 4px;
  color: #555;
}
.bnr_center .point span {
  color: #ff852a;
  font-weight: bold;
  font-size: 13px;
}
.bnr_center .point__link {
  padding: 4px 0 8px;
  border-radius: 0 0 4px 4px;
  background: #ff852a;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.bnr_center .point__link:hover {
  background-color: #ff9444;
}

.seo-faq {
  margin: 10px 0;
  padding: 15px 20px 0;
  border: 1px solid #eee;
}
.seo-faq .ttl {
  padding: 5px 0;
  color: #b36f03;
  font-weight: bold;
  font-size: 13px;
}

.seo-faq-list__item {
  border-bottom: 1px solid #eee;
}
.seo-faq-list__item:last-child {
  border-bottom: none;
}
.seo-faq-list__item span {
  display: block;
}
.seo-faq-list__item__q, .seo-faq-list__item__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.seo-faq-list__item__q .icon, .seo-faq-list__item__a .icon {
  display: block;
  -webkit-flex-basis: 22px;
  -ms-flex-preferred-size: 22px;
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  line-height: 22px;
  text-align: center;
}
.seo-faq-list__item__q .txt, .seo-faq-list__item__a .txt {
  display: block;
  width: 90%;
  padding: 0 0 0 15px;
}
.seo-faq-list__item__q a, .seo-faq-list__item__a a {
  display: inline-block;
  list-style: none;
  text-decoration: underline;
  margin-top: 5px;
}
.seo-faq-list__item__q {
  position: relative;
  margin: 0;
  padding: 20px 35px 20px 15px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.seo-faq-list__item__q:before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 3px solid #eeb325;
  border-right: 3px solid #eeb325;
}
.seo-faq-list__item__q.open:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.seo-faq-list__item__q .icon {
  background-color: #fffcf2;
  color: #eeb325;
}
.seo-faq-list__item__q:first-child {
  border-radius: 3px 3px 0 0;
}
.seo-faq-list__item__q:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}
.seo-faq-list__item__a .icon {
  background-color: #eeb325;
  color: #fff;
}
.seo-faq-list__item__con {
  display: none;
  padding: 20px 35px 20px 15px;
  border-top: 1px solid #eee;
}

.multiple-recommend {
  padding: 10px 20px;
  border: 4px solid #1dc391;
  border-radius: 10px;
  background: #fdf5e2;
  text-align: center;
}
.multiple-recommend .subttl {
  font-weight: bold;
  font-size: 14px;
}
.multiple-recommend .ttl {
  color: #1dc391;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}
.multiple-recommend .ttl .strong {
  color: #f76800;
  font-size: 18px;
}
.multiple-recommend .supplement {
  text-align: left;
}

/* ===========CONTENTS ============
■バイト情報詳細画面
    1: 共通パーツ：角丸BOX
        1-1：Main Col(w=755px)
        1-2：Sub Col(w=185px)
    2: 項目のタイトル画像
    3: 募集要項のサマリー（上段）
    4: 募集要項の詳細（下段）
    5: 右カラム
    6: 応募ボタンなど
    7: ワーク補足情報など
    8:shareModule
    9:選考情報
    10:最近検索した条件・あなたが見たバイト
    11:ワーク相違申告
    12:その他
=================================== */
/* ======================
　1: 共通パーツ：角丸BOX
====================== */
/* ----------------------
 1-1：Main Col(w=755px)
---------------------- */
.mainColWrap02 {
  /*margin:0 0 10px 0;*/
  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 {
  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("../../../../image/sw/cu/box/spr_bordermainbox02_orange.gif") repeat-y scroll left center transparent;
}

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

#mainColumn02 #Box01.open .bottom {
  background: url("../../../../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("../../../../image/sw/cu/box/spr_bordermainbox02_gray.gif") repeat-y scroll left center transparent;
}

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

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

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

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

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

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

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

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

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

.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;
}

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

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

#subColumn02 .open .bottom {
  background: url("../../../../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("../../../../image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
}

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

#subColumn02 .gray .subcolBoxWrap02 .bottom {
  background: url("../../../../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("../../../../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(../../../../image/sw/cu/workdetail/spr_ttl_item.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

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

/*メインカラム内タイトル画像*/
#workDetail h2.itemTtl, #workEntry h2.itemTtl {
  width: 350px;
  height: 34px;
  overflow: hidden;
  background-image: url(../../../../image/sw/cu/workdetail/spr_ttl_item.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*バイト詳細画面のタイトル画像（公開）*/
.open #closingDate h2.itemTtl {
  background-position: 0 0;
}

.open #job h2.itemTtl {
  background-position: 0 -34px;
}

.open #traffic h2.itemTtl {
  background-position: 0 -68px;
}

.open #salary h2.itemTtl {
  background-position: 0 -102px;
}

.open #interview h2.itemTtl {
  background-position: 0 -136px;
}

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

/*エントリー画面のタイトル画像（公開）*/
#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(../../../../image/sw/cu/workdetail/spr_ttl_item.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/*公開*/
.companyOpen h2.offerTtl {
  background-position: 0 -306px;
}

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

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

/* ======================
　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;
  min-height: 27px;
  margin: 0 0 0 10px;
  line-height: 1.4em;
}

#workSummary dd {
  float: left;
  width: 245px;
  min-height: 27px;
  padding: 0;
  font-weight: bold;
  line-height: 1.4em;
  _width: 240px;
}
#workSummary dd .daypay {
  display: inline-block;
  font-size: 18px;
}
#workSummary dd .daypay-txt {
  display: inline-block;
  font-size: 12px;
}
#workSummary dd .transportation {
  display: inline-block;
}
#workSummary dd .hourly-pay {
  font-weight: normal;
  font-size: 13px;
}

.salary-attention {
  font-weight: normal;
  font-size: 11px;
}

.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;
}

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

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

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

.work_comment_txt__inner {
  white-space: pre-wrap;
}

/* ----- 職場の雰囲気 ------ */
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 {
  max-width: 216px;
  max-height: 162px;
  border: 1px #808080 solid;
}

/* ======================
　4: 募集要項の詳細（下段）
====================== */
/*灰色*/
.maincolbodyWrap02.gray dl {
  width: 350px;
  background-image: url(../../../../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(../../../../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(../../../../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(../../../../image/sw/cu/box/spr_detailboxbody_orange.gif);
}

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

.maincolbodyWrap02 #important.open .bottom {
  background-image: url(../../../../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;
  empty-cells: show;
}

#workDetail dd {
  float: left;
  width: 240px;
  min-height: 22px;
  margin: 0 0 0 15px;
  line-height: 1.6em;
  text-align: left;
  empty-cells: show;
  border-bottom: 1px dotted #666;
  overflow-wrap: break-word;
}

/*地図*/
.mapBtn {
  display: block;
  width: 64px;
  height: 25px;
  margin: 5px 0;
  padding: 0 10px 0 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-image: url(../../../../image/sw/cu/workdetail/icon_map.svg);
  background-position: 7px 50%;
  background-size: 19%;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
}
.mapBtn:hover {
  text-decoration: none;
}

.ytxt {
  margin: 4px 0 10px 5px;
  font-size: 11px;
  text-align: left;
}

/* ======================
　5: 右カラム
====================== */
/*最低勤務日数（公開）*/
.subcolBoxWrap02.open .minimumWorkDay {
  display: block;
  margin: 5px 0 0 0;
  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("../../../../image/sw/cu/box/spr_bordersubbox02_gray.gif") repeat-y scroll left center transparent;
}

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

#companyOpen.subcolBoxWrap02.grayS .bottom {
  background: url("../../../../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 {
  width: 950px;
  margin: 20px 0;
  text-align: center;
}
.entryButtonBox.box_top {
  width: auto;
  margin: 30px 0;
}
.entryButtonBox .btn_entry {
  width: 380px;
  padding: 18px 0;
  box-shadow: 0 -2px 0 #528d22 inset;
  font-size: 20px;
}
.entryButtonBox .btn_entry:active {
  padding: 20px 0 16px;
  box-shadow: 0 2px 0 #528d22 inset;
}

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

.btnEntry {
  margin: 0 auto;
}

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

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

.btnFavoriteON, .btnFavoriteOFF {
  width: 170px;
  height: 25px;
  margin: 1px 0 12px 7px;
  border: none;
}

.bnrCneter {
  display: block;
  margin: -10px auto 50px;
}

/* ======================
　7: ワーク補足情報など
====================== */
.start_date_wrapper {
  margin: 20px 0;
}
.start_date_wrapper .start_date {
  text-align: center;
}

/* ======================
　8: shareModule
====================== */
h3 {
  font-weight: normal;
  font-size: 100%;
}

.shareModule {
  margin: 5px 0 0;
  font-size: 0;
  text-align: right;
}

.shareModule .ico {
  display: inline;
  float: right;
  height: 21px;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  margin-right: 5px;
}

.shareModule .innerWrap {
  margin: 0 0 12px;
  padding: 8px 0;
  background: #f8f8f8;
  border-top: 4px solid #d0d0d0;
}

.shareModule .flead {
  float: left;
  width: 160px;
  height: 16px;
  margin: 0 0 0 10px;
  text-align: left;
}

.shareModule .tlead {
  display: inline;
  width: 160px;
  height: 16px;
  margin: 0 8px 0 0;
  line-height: 1.8;
}

.shareModule .tlead img {
  margin: 3px 0 0;
}

/* ======================
　9： 選考情報
====================== */
#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("../../../../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("../../../../image/sw/cu/box/spr_subbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

#subColumn02 .subcolBoxWrapExtra.gray .bottom {
  background: url("../../../../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("../../../../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("../../../../image/sw/cu/common/title_helpSelectInfo.png") no-repeat scroll left top;
  text-indent: -9999px;
}

#selectInfo .helpOpen {
  width: 100%;
  margin: 5px 0 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

#selectInfo .helpOpen .off {
  height: 26px;
  background: transparent url("../../../../image/sw/cu/common/senkoInfo_slideS_off.png") no-repeat scroll left top;
}

#selectInfo .helpOpen .off:hover {
  height: 26px;
  background: transparent url("../../../../image/sw/cu/common/senkoInfo_slideS_off_ov.png") no-repeat scroll left top;
}

#selectInfo .helpOpen {
  width: 100%;
  margin: 5px 0 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

#selectInfo .helpOpen .on {
  height: 26px;
  background: transparent url("../../../../image/sw/cu/common/senkoInfo_slideS_on.png") no-repeat scroll left top;
}

#selectInfo .helpOpen .on:hover {
  height: 26px;
  background: transparent url("../../../../image/sw/cu/common/senkoInfo_slideS_on_ov.png") no-repeat scroll left top;
}

#selectInfo #helpSlideBox {
  display: none;
  padding: 0 0 5px 0;
  border: #ccc solid;
  border-width: 0 1px 1px 1px;
}

#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 #fff;
}

#subColumn02 #selectInfo dl#expList dt {
  width: 149px;
  margin: 0 0;
  padding: 4px 2px;
  background-color: #f5f5f5;
  font-weight: bold;
  border-top: 1px solid #efefef;
}

#subColumn02 #selectInfo dl#expList dd {
  width: 99%;
  margin: 5px 0 0 0;
  padding: 0 0 5px 2px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

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

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

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

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

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

.maincolbodyContents02 table.selInfo {
  width: 100%;
  margin: 8px 0 0;
  border-radius: 3px;
  background-color: #e8e8e8;
  border-collapse: separate;
  -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 ul {
  margin: 0;
  padding: 5px;
}

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

.maincolbodyContents02 table.selInfo td ul li.mttl {
  height: 12px;
  padding: 3px 10px 0 0;
}

.maincolbodyContents02 table.selInfo td ul li.rateProf {
  height: 21px;
  padding: 0 30px 0 85px;
  background: transparent url("../../../../image/sw/cu/common/ico_rateProfthrough02.png") no-repeat scroll left center;
  line-height: 20px;
  padding-left: 85px;
}

.maincolbodyContents02 table.selInfo td ul li.rateAct {
  height: 21px;
  padding: 0 30px 0 85px;
  background: transparent url("../../../../image/sw/cu/common/ico_rateAction02.png") no-repeat scroll left center;
  line-height: 20px;
  padding-left: 85px;
}

.maincolbodyContents02 table.selInfo td ul li.resFast {
  float: right;
  width: 64px;
  height: 0;
  padding: 18px 0 0;
  overflow: hidden;
  background: #f9f9f9 url("../../../../image/sw/cu/common/ico_resFast.png") no-repeat scroll left top;
}

.maincolbodyContents02 table.selInfo td ul li.resExtremlyFast {
  float: right;
  width: 64px;
  height: 0;
  padding: 18px 0 0;
  overflow: hidden;
  background: #f9f9f9 url("../../../../image/sw/cu/common/ico_resSuperFast.png") no-repeat scroll left top;
}

.maincolbodyContents02 table.selInfo td ul li.workAuth {
  float: right;
  width: 64px;
  height: 0;
  margin: 0 3px 0 0;
  padding: 18px 0 0;
  overflow: hidden;
  background: #f9f9f9 url("../../../../image/sw/cu/common/ico_workAuth.png") no-repeat scroll left top;
}

.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;
}

.maincolbodyContents02 table.selInfo .work-passing {
  padding: 0 5px 5px 5px;
}
.maincolbodyContents02 table.selInfo .work-passing.low {
  color: #dd5519;
}
.maincolbodyContents02 table.selInfo .work-passing.high {
  color: #090;
}

/* =========================================
　10： 最近検索した条件・あなたが見たバイト
========================================= */
#recentSearchCondition {
  margin: 5px 0;
}

#recentSearchConditionTtl {
  float: left;
  width: 180px;
  margin-right: 20px;
}

#recentSearchCondition div.offerTtl {
  display: block;
  float: left;
  width: 180px;
  height: 40px;
  background-image: url("../../../../image/sw/cu/top/spr_ttl_recentlySearch.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-right: 20px;
  _margin-right: 0;
}

#recentSearchCondition ol {
  display: block;
  list-style-type: none;
  width: 700px;
  height: auto;
  margin-left: 200px;
}

#recentSearchCondition li {
  display: inline;
  float: left;
  height: auto;
  margin: 10px 30px 0 0;
  padding: 0 0 0 15px;
  background-image: url("../../../../image/sw/cu/common/spr_arrow_green_right.gif");
  background-repeat: no-repeat;
  line-height: 1.3em;
}

#MakesureWork {
  margin: 5px 0;
}

#MakesureWork div.offerTtl {
  display: block;
  float: left;
  width: 240px;
  height: 40px;
  background-image: url("../../../../image/sw/cu/top/spr_ttl_makeSureList.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-right: 20px;
}

#MakesureWork ol {
  display: block;
  list-style-type: none;
  height: auto;
}

.workplacePhoto {
  display: block;
  float: left;
  width: 60px;
}

.workplacePhoto img {
  margin: 5px 5px 5px 0;
}

#MakesureWork li {
  display: block;
  width: 290px;
  height: 80px;
  padding: 5px 0 0 0;
  background-image: url("../../../../image/sw/cu/common/arrow_green_01.png");
  background-position: 0 13px;
  background-repeat: no-repeat;
  line-height: 1.6em;
}

#MakesureWork li.item1 {
  float: left;
  margin: 0 0 0 50px;
}

#MakesureWork li.item2 {
  float: right;
}

#MakesureWork li.item3 {
  float: left;
  margin: 5px 10px 0 0;
  border-top: 1px dotted #999;
}

#MakesureWork li.item4 {
  float: left;
  margin: 5px 0 0 10px;
  border-top: 1px dotted #999;
}

#MakesureWork li.item5 {
  float: right;
  margin: 5px 0 0 0;
  border-top: 1px dotted #999;
}

#MakesureWork li .infoWrap {
  float: right;
  width: 270px;
}

.recentSeenWorkTtl {
  display: block;
  margin: 5px 0 0 0;
}

#MakesureWork li span.companyName {
  display: block;
  font-size: 11px;
}

/* =========================================
　10： 関連バイト
========================================= */
#connection {
  display: block;
  margin: 10px auto;
  padding: 10px;
  overflow: hidden;
  border: 5px solid #ebebeb;
  border-radius: 8px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#connection p {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 13px;
  border-left: 5px solid #ffa218;
}

#connection li {
  list-style: none;
  float: left;
  margin: 3px 15px 3px 0;
  color: #353535;
  text-decoration: none;
  white-space: nowrap;
}

#connection a {
  padding: 0 0 0 10px;
  background: url("../../../../image/sw/cu/workdetail/icon_connection_arw_gray.png") no-repeat left top;
  color: #656565;
  font-size: 11px;
  text-decoration: none;
}

#connection a:hover {
  background: url("../../../../image/sw/cu/workdetail/icon_connection_arw_org.png") no-repeat left top;
  border-bottom: 1px dashed #ffa218;
}

/* レコメンドABテスト */
.push_recomend {
  display: none;
}

/* =========================================
　11： ワーク相違申告
========================================= */
.diff_report {
  margin: 40px 0;
  border: 5px solid #d3d3d3;
  border-radius: 3px;
  line-height: 1.5;
}
.diff_report_ttl {
  margin: 0 0 0 -5px;
  padding: 12px 12px 12px 16px;
  background-color: #ffb100;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.diff_report_inner {
  padding: 30px;
}
.diff_report_notes {
  margin: 0 0 5px;
  font-size: 12px;
}
.diff_report_notes .ustrong {
  text-decoration: underline;
}
.diff_report_list {
  margin: 0 0 0 15px;
}
.diff_report_wrapper {
  width: 40%;
  margin: 30px auto 0;
}

.diff_rtable {
  display: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px dashed #d2d2d1;
}
.diff_rtable_hdl {
  position: relative;
  width: 150px;
  padding: 13px 0 13px 20px;
  background: #f5f5f5;
  vertical-align: top;
  border-bottom: 1px dashed #d2d2d1;
}
.diff_rtable_body {
  padding: 13px 0 13px 20px;
  border-bottom: 1px dashed #d2d2d1;
}
.diff_rtable_body .label_email {
  display: block;
  font-size: 12px;
}
.diff_rtable_body .form_text {
  padding: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 14px;
}
.diff_rtable_body .form_textarea {
  width: 500px;
  min-height: 180px;
  padding: 12px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 14px;
}
.diff_rtable_body .form_select_wrapper {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  background-color: #fff;
  font-size: 14px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FFFFFFFF", endColorstr="#FFF4F4F4");
}
.diff_rtable_body .form_select_wrapper .form_select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px;
  border: 0 none;
  background-color: transparent;
  font-size: 14px;
}
@-moz-document url-prefix() {
  .diff_rtable_body .form_select_wrapper .form_select {
    padding: 7px;
  }
}
.diff_rtable_body .form_error {
  border: 0 none;
  background-color: #ffddd9;
  border-color: #efcac6;
}
.diff_rtable_body .form_select.form_error {
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffddd9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffddd9 100%);
  background-color: #ffddd9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FFFFFFFF", endColorstr="#FFFFDDD9");
}
.diff_rtable_body .msg_error {
  margin: 5px 0;
  color: #fd193f;
  font-weight: bold;
}
.diff_rtable_body .form_width400 {
  min-width: 400px;
}
.diff_rtable_body .form_width600 {
  min-width: 600px;
}
.diff_rtable_inputwrapper {
  margin: 0 0 8px;
}
.diff_rtable_notes {
  color: #777;
  font-size: 11px;
}
.diff_rtable_notes.top_notes {
  margin: 0 0 5px 0;
}
.diff_rtable .label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.diff_rtable .label_required {
  background-color: #da5151;
}
.diff_rtable .label_option {
  background-color: #787878;
}

.modal_confirm {
  display: none;
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 99999;
  width: 450px;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: left;
}
.modal_confirm_header {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.modal_confirm_inner {
  padding: 20px 40px;
}
.modal_confirm .btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.modal_confirm .btn_close:hover:before, .modal_confirm .btn_close:hover:after {
  background: #b2b2b2;
}
.modal_confirm .btn_close:before, .modal_confirm .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;
}
.modal_confirm .btn_close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal_confirm .btn_close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.modal_confirm .btn_group {
  margin: 10px 0;
  text-align: center;
}
.modal_confirm .btn_group .btn_linear {
  display: inline-block;
  width: 45%;
  margin: 0 1%;
  vertical-align: middle;
}

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

.infection-attention {
  margin: 15px;
}
.infection-attention .ttl {
  margin: 15px 0 10px;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}

.number_announce {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}
.number_announce_current {
  padding: 8px 0;
  background: #fffde9;
  line-height: 1.7;
}
.number_announce_current:before {
  display: inline-block;
  width: 18px;
  height: 13px;
  background-image: url("../../../../image/sw/cu/workdetail/icon_eye_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  margin-right: 6px;
}

.entry__area-alert {
  color: #da5151;
  text-align: center;
  margin-top: 15px;
}
.entry__area-alert__ttl {
  font-weight: bold;
  font-size: 14px;
}
.entry__area-alert__txt {
  padding: 3px;
}