@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 job_search.css
求人検索

+++++++++++++++++++++++++++++++ */
#job_search {
    position: relative;
    margin-top: 30px;
}
#job_search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
共通：見出し
-----------------------------------*/
#job_search .headline {
    padding-left: 0;
    border-top: 3px solid #46AAFF;
    border-left: none;
    background: #fff;
    color: #333;
}
#job_search .headline.bottom { margin-top: 20px; }
#main #job_search .headline { margin-bottom: -31px; }

#job_search .headline img {
    margin: 0 15px 0 5px;
    vertical-align: middle;
}

#job_search .form_img {
    margin-bottom: 20px;
}
#job_search .keyvisual {
    text-align: center;
}
#job_search .keyvisual img {
    max-width: 100%;
}

/*
共通：検索条件ボタン
-----------------------------------*/
.condition_list .condition {
    display: inline-block;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
}
.condition_list a.condition {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #5c5c5c;
    background: #5c5c5c;
    color: #fff;
}
.condition_list .condition:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}

/*
共通：ボタン
-----------------------------------*/
.button_white {
    display: inline-block;
    border: 2px solid #c6c5c4;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
    text-align: center;
}
.button_white:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

/* 保存ボタン */
.button_save {
    position: relative;
    top: -20px;
    right: -483px;
    width: 148px;
    padding: 10px 0 9px 20px;
    background: #fff url(/images/tnews/job_search/ico_button_save.png) no-repeat 20px center;
}
/* キープボタン */
.button_keep {
    width: 138px;
    padding: 10px 0 9px 20px;
    position: relative;
    background: #fff url(/images/tnews/job_search/ico_button_keep.png?20170801) no-repeat 20px center;
    font-size: 15px;
}
.button_keep .badge{
    position: absolute;
    width: 16px;
    height: 15px;
    left: 33px;
    top: 4px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding-top: 1px;
    font-size: 10px;
    z-index: 1;
}

/* 詳細ボタン */
.button_detail {
    width: 138px;
    padding: 10px 0 9px 20px;
    background: #fff url(/images/tnews/job_search/ico_button_detail.png) no-repeat 20px center;
    font-size: 15px;
}

.button_keep.disabled {
    display: none;
}

/*
共通：求人情報
-----------------------------------*/
.job {
    margin: 0 0 34px;
    border: 1px solid #acacac;
    border-radius: 5px;
}
.job:last-child { margin-bottom: 25px; }

.job .header {
    padding: 0 20px 20px 20px;
    border-radius: 4px 4px 0 0;
    background: #fff1e4;
}
#job_search .job .status,
#job_search .job .data {
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
#job_search  .job .status + .data {
    float: right;
    margin-top: 20px;
}

.job .header li {
    display: inline-block;
    vertical-align: middle;
}
.job .status li,
.job .data li:first-child { margin-right: 5px; }
.job .status .recommend { margin-top: -10px; }
.job .status_text {
    margin-right: 0;
    padding: 3px 8px 2px;
    border: 1px solid #46aaff;
    background: #fff;
    color: #46aaff;
}
.job .status_text.member_only {
    border: 1px solid #d26b8c;
    color: #d26b8c;
}
.job .title {
    margin: 20px 0 0;
    color: #3f7393;
    font-size: 18px;
    font-weight: bold;
}
.job .title a { color: #3f7393; }
.job .company_name {
    margin-top: 5px;
    font-size: 12px;
}
.job th,
.job td {
    padding: 8px 13px 7px;
    border: 1px solid #ccc7c2;
    font-size: 12px;
    text-align: left;
}
.job td a { color: #266cc4; }
.job th {
    width: 84px;
    background: #f2f2f2;
}
.job th img { margin-right: 10px; }
#job_search .job .list_tag { 
    margin: 0px 20px 10px 20px; 
}
#job_search .job .list_tag.promote_tag {
    margin: 0;
}
.list_tag li {
    float: left;
    margin: 0 6px 6px 0;
    padding: 3px 6px 2px;
    border-radius: 3px;
    background: #3f7393;
    color: #fff;
    font-size: 11px;
}
#job_search .job .list_tag.promote_color li{
    background: #888888;
}

.list_tag.universities li {
    background: #d26b8c;
}

.job .box_button {
    margin: 0px 15px 15px 15px;
    padding: 15px;
    background: #f5f5f5;
}
.job .box_button a { float: left; }
.job .box_button a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
    opacity: 0.6;
}
.job .box_button .button_white { margin: 8px 15px 0 0; }
.job .summary_reputation { margin: 10px; }

.button_entry {
    display: table;
    width: 232px;
    border: 2px solid #c94f16;
    border-radius: 3px;
    background: #ff661f no-repeat 25px center;;
    background-size: 37px !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #e65f20,
                        0    1px 1px #e65f20,
                        1px 0    1px #e65f20,
                        -1px -1px 1px #e65f20,
                        0     -1px 1px #e65f20,
                        -1px  0 1px #e65f20;
}
.button_entry.login {
    background: #ff661f no-repeat 20px center;;
    font-size: 15px;
}
.button_entry > span {
    display: table-cell;
    width: 207px;
    height: 52px;
    padding-left: 25px;
    vertical-align: middle;
}
.button_entry.login > span {
    padding-left: 40px;
}
.button_entry .limit {
    font-size: 12px;
    font-weight: normal;
}
.button_entry .limit.limit_today {
    font-weight: bold;
}


/*
検索条件
-----------------------------------*/
#search_condition {
    width: 900px;
    margin:  0 auto;
    padding: 30px 25px 20px;
    border-radius: 8px;
    background: #f5f3f0;
}

/* クイック検索 */
#search_condition > .box_button {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    margin: -30px -25px 20px;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    background: repeating-linear-gradient(-45deg, #46AAFF, #46AAFF 2px, #fff 2px, #fff 8px);
}
#search_condition > .box_button:after { display: none; }
#search_condition > .box_button .wrap {
    width: 210px;
    margin-right: 20px; /* 201712 かんたん検索追加 修正 */
}
#search_condition > .box_button .wrap:last-child { margin-right: 0; }
#search_condition .wrap a {
    position: relative;
    display: inline-block;
    width: 210px;
    height: 110px;
    padding: 30px 0 20px;
    border-radius: 8px 8px 0 8px;
    background: #fff;
    box-shadow: 0 4px 0 #287BC3;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.1;
}
#search_condition .wrap a:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    border-color: transparent #46AAFF #46AAFF transparent;
    border-width: 10px;
    border-style: solid;
    content: " ";
}
#search_condition .wrap .easy_search_btn {                                          /* 201712 かんたん検索追加 修正 */
    position: relative;
    display: inline-block;
    width: 210px;
    height: 110px;
    padding: 30px 0 20px;
    border-radius: 8px 8px 0 8px;
    background: #46AAFF;
    box-shadow: 0 4px 0 #287BC3;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.1;
}
#search_condition .wrap .easy_search_btn:after {                                     /* 201712 かんたん検索追加 修正 */
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    border-color: transparent #fff #fff transparent;
    border-width: 10px;
    border-style: solid;
    content: " ";
}
#search_condition .wrap a:hover {
    top: 4px;
    text-decoration: none;
    box-shadow: none;
}
#search_condition .wrap strong {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
#search_condition .freeword {
    float: left;
    overflow: hidden;
    width: 495px;
    margin: 0 15px 15px 0;
    border-radius: 6px;
    background: #fff;
}
#search_condition .freeword  input[type=text] {
    float: left;
    box-sizing: border-box;
    width: 435px;
    height: 48px;
    padding: 10px 15px 9px 48px;
    border-color: #fff;
    background: #fff url(/images/tnews/job_search/ico_search.png?20170906) no-repeat 15px center;
    font-size: 13px;
    font-weight: bold;
}
#search_condition .freeword .button_search {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 60px;
    height: 48px;
    padding: 12px 0 11px;
    border: none;
    background: #5c5c5c;
    color: #fff;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#search_condition .select_label {
    float: left;
    margin: 13px 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}
#search_condition .select_include {
    float: left;
    width: 280px;
}
#search_condition .select_include li {
    float: left;
    width: 50%;
}
#search_condition .select_include label {
    position: relative;
    display: block;
    padding: 10px 0;
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#search_condition .select_include li:first-child label { border-radius: 5px 0 0 5px; }
#search_condition .select_include li:last-child label { border-radius: 0 5px 5px 0; }

#search_condition .select_include .selected {
    border-color: #46AAFF;
    background: #46AAFF;
    color: #fff;
}
#search_condition .select_include input {
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
}
.button_search:hover, .button_select:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}

/* よく検索される条件 */
#search_condition .condition_list { clear: both; }
#search_condition .condition_list .title {
    display: inline-block;
    padding-bottom: 10px;                                         /* 201712追加 */
    font-size: 14px;
}
#search_condition .condition_list .title img {
    margin-right: 5px;
    vertical-align: -2px;                                         /* 201712修正 */
}
#search_condition .condition_list ul {
    display: inline-block;
    margin-left: 10px;
    vertical-align: -10px;
}
#search_condition .condition_list li {
    display: inline-block;
    margin: 0 3px 0  0;
}
.condition_list .condition { padding: 5px 10px; }

/*
検索モーダル
-----------------------------------*/
#cboxClose {
    width: 32px;
    height: 32px;
    background: url(../../../images/tnews/job_search/ico_close.png) no-repeat left top;
    text-indent: -9999px;
}
#modal_search {
    position: relative;
    margin: 0;
    padding: 20px;
    height: 555px;
    overflow: hidden;
}
#modal_search .tab {
    display: -webkit-flex;
    display: flex;
    border-bottom: 2px solid #46AAFF;
}
#modal_search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#modal_search .tab li {
    width: 190px;
    margin-right: 10px;
}
#modal_search .tab a {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #ededed;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#modal_search .tab .active a {
    background: #46AAFF;
    color: #fff;
}
#modal_search .tab a:after {
    position: absolute;
    top: 10px;
    left: 20px;
}
#modal_search .tab .tab_area:after { content: url(../../../images/tnews/job_search/ico_tab_area_off.png); }
#modal_search .tab .active .tab_area:after { content: url(../../../images/tnews/job_search/ico_tab_area_on.png); }

#modal_search .tab .tab_station:after { content: url(/images/tnews/job_search/ico_tab_station_off.png); }
#modal_search .tab .active .tab_station:after { content: url(/images/tnews/job_search/ico_tab_station_on.png); }

#modal_search .tab .tab_job:after { content: url(/images/tnews/job_search/ico_tab_job_off.png); }
#modal_search .tab .active .tab_job:after { content: url(/images/tnews/job_search/ico_tab_job_on.png); }

#modal_search .tab .tab_other:after { content: url("../../../images/tnews/job_search/ico_tit_check_off.png"); }                                  /* 201712 追加 */
#modal_search .tab .active .tab_other:after { content: url("../../../images/tnews/job_search/ico_tit_check_on.png"); }                           /* 201712 追加 */

#modal_search .title {
    margin: 20px 20px 15px;
    font-size: 16px;
    font-weight: bold;
}

#modal_search .condition_wrap {
    height: 360px;
    padding: 20px 20px 0;
    overflow: auto;
    background: #fbf9f6;
}

/* エリア */
.area_secondary { display: none; }
/* 駅 */
.station_secondary { display: none; }                          /*  201712追加  */
/* 駅 */
.station_tertiary { display: none; }                          /*  201712追加  */

#modal_search .slide_back {
    display: inline-block;
    margin-left: 20px;
    color: #276ec4;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}
#modal_search dt {
    float: left;
    width: 130px;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}
#modal_search dd { margin: 0 0 0 140px; }
#modal_search dd li {
    float: left;
    margin: 0 5px 10px 0;
}
#modal_search dd .condition {
    border-color: #fff;
    background: #fff;
    color: #333;
}


/* 駅 */
#modal_search .input_station p {
    margin: 0 0 20px;
    color: #c00;
}
#modal_search .input_station input[type=text] {
    box-sizing: border-box;
    width: 700px;
    height: 48px;
    margin-right: 10px;
    padding: 10px 15px 9px 48px;
    border-color: #999;
    background: #fff url(/images/tnews/job_search/ico_search.png?20170906) no-repeat 15px center;
    font-size: 13px;
    font-weight: bold;
}
#modal_search .popular_list { margin: 40px 0 0; }
#modal_search .popular_list .title {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
#modal_search .popular_list ul,
#modal_search .popular_list li {
    display: inline-block;
    vertical-align: middle;
}
/* エリア・職種 */
#modal_search .check_list a { text-decoration: underline; }
#modal_search .check_all { font-size: 15px; }
#modal_search .check_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 20px;
}
#modal_search .check_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin-top: 10px;
    padding-right: 20px;
}

#modal_search label {
    position: relative;
    padding-left: 20px;
    background: url(/images/tnews/job_search/ico_check_off.png) no-repeat left center;
}
#modal_search .selected { background-image: url(/images/tnews/job_search/ico_check_on.png); }
#modal_search .selected { color: #ac74cf; }
#modal_search label input {
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
}
/* ボタン */
#modal_search .tab_panel .box_button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background: #fff;
    text-align: center;
}
#modal_search .button_clear,
#modal_search .button_search,
#modal_search .button_select {
    display: inline-block;
    width: 160px;
    padding: 13px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #ededed;
    font-size: 16px;
    font-weight: bold;
}
#modal_search .button_search,
#modal_search .button_select {
    width: 400px;
    margin-left: 15px;
    background:#444;
    color: #fff;
}
#modal_search span.special_link {
    font-weight: normal;
    font-size: 12px;
    margin-left: -18px;
}
#modal_search span.special_link a{
    text-decoration: underline;
    color: #286ec4;
}

/*
過去検索した条件・保存した検索条件
-----------------------------------*/
#condition_history,
#condition_save {
    float: left;
    width: 464px;
    margin: 50px 0 40px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}
#condition_history .title,
#condition_save .title {
    position: relative;
    margin-bottom: 10px;
    padding: 13px 10px 10px 54px;
    border-bottom: 4px solid #e0dede;
    background: url(/images/tnews/job_search/ico_tit_history.png) no-repeat 10px 10px;
    font-size: 18px;
}
#condition_history .title:after,
#condition_save .title:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 50px;
    height: 4px;
    background: #959191;
    content: " ";
}
#condition_history li,
#condition_save li { margin: 0 10px 10px; }

#condition_history a{
    display: block;
    padding: 10px 30px 10px 10px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2 url(/images/tnews/job_search/ico_list_arrow.png) no-repeat 417px center;
}

#condition_history a:hover,
#condition_save a:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}
#condition_history .condition span,
#condition_save .condition span {
    display: inline-block;
    overflow: hidden;
    max-width: 26em;
    padding: 0 10px;
   // white-space: nowrap;
   // text-overflow: ellipsis;
}
#condition_history .condition span:before ,
#condition_save .condition span:before {
    margin: 0 10px 0 -10px;
    content: url(/images/tnews/job_search/ico_list_add.png);
}
#condition_history .condition span:first-child:before ,
#condition_save .condition span:first-child:before {content: " "; }

#condition_save ul a{ 
    display: block;
    padding: 10px 30px 10px 10px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2; 
}

#condition_save li {
    position: relative;
}

#condition_save .button_delete {
    position: absolute;
    right: 12px;
    top: 76%;
    display: block;
    overflow: hidden;
    width: 33px;
    height: 30px;
    background: #fff url(/images/tnews/smartphone/ico_delete.png) no-repeat center center;
    background-size: 18px;
    text-indent: -9999px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: -32px;
    font-size: 0;
    padding: 0;
}

#condition_save .button_delete:after{
    display: none;
}

#condition_save .search_condition_more {
    padding: 5px;
    position: relative;
    left: 360px;
    top: -21px;
    width: 90px;
}
#condition_save .search_condition_more a { text-decoration: none; }
#condition_save .search_condition_more a:after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: " ";
    width: 10px;
    height: 18px;
    margin-top: -8px;
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -670px -140px;
}
#condition_save .title.with_more { margin-bottom: -18px; }

/*
保存した検索条件（上記差分上書き）
-----------------------------------*/
#condition_save { float: right; }
#condition_save .title {  background-image: url(/images/tnews/job_search/ico_tit_save.png); }

/*
検索結果一覧
-----------------------------------*/
/* 検索条件 */
#search_condition.select_condition {
    width: 100%;
    padding: 0;
}
#search_condition.select_condition dl {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #c6c5c4;
}
#search_condition.select_condition dl:last-child { border-bottom: none; }

#search_condition.select_condition dt {
    width: 88px;
    font-weight: bold;
}
#search_condition.select_condition dd {
    width: 393px;
    margin: 0;
    padding-right: 144px; /* 201712 かんたん検索追加 修正 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#search_condition.select_condition .change_condition {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 130px;
    padding: 10px 0;
    border: 2px solid #c6c5c4;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#search_condition.select_condition .change_condition:hover {
    text-decoration: none;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#search_condition.select_condition .other { padding: 12px 20px; }
#search_condition.select_condition .other dt { padding-top: 8px; }
#search_condition .other label {
    position: relative;
    padding-left: 20px;
    border: 8px solid #fff;
    border-radius: 3px;
    background: #fff url(../../../images/tnews/job_search/ico_check_off.png) no-repeat left center;
    font-weight: bold;
}
#search_condition .other .selected {
    background-image: url(../../../images/tnews/job_search/ico_check_on.png);
    color: #46AAFF;
}
#search_condition .other label input {
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
}
#search_condition.select_condition dl:last-child { padding: 10px 20px; }
#search_condition.select_condition dl:last-child dt { padding-top: 15px; }
#search_condition.select_condition .freeword { float: none; }
#search_condition.select_condition .select_label { margin-top: 10px; }
#search_condition.select_condition .select_include label {
    padding: 8px 0 7px;
    font-size: 13px;
}

/* よく検索される組み合わせ */
#condition_popular {
    margin: 20px 0 40px;
    padding: 20px 10px 10px;
    border: 1px solid #b281ff;
    border-radius: 5px;
}
#condition_popular .title { font-size: 14px; }
#condition_popular li {
    float: left;
    margin: 10px 10px 0 0;
}

/* 並び替え */
.sort {
    margin: 20px 0;
    padding: 3px 10px;
    background: #f5f5f5;
}
.sort .count {
    float: left;
    margin: 0;
    font-size: 12px;
}
.sort .count strong {
    margin: 0 5px;
    font-size: 14px;
}
.sort .count strong:first-child {
    color: #0070be;
    font-size: 18px;
}
.sort ul { float: right; }
.sort li {
    float: left;
    margin-right: 4px; 
}
.sort li a {
    display: block;
    padding: 5px 10px 4px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background: #fff;
    color: #0070be;
    font-size: 12px;
}
.sort li a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

.sort li .current { color: #333; }
.sort li .current:hover {
    filter:alpha(opacity=100);
    opacity: 1;
}

/* 一覧 */
#job_list .image {
    float: left;
    width: 200px;
    margin: 25px 12px 0 20px;
    text-align: center;
}
#job_list .image img { max-width: 100%; }
#job_list table {
    float: left;
    width: 405px;
    margin-top: 25px;
    margin-bottom: 20px;
}

#job_list table.no_image {
    width: 625px;
    margin: 20px 15px;
}
#job_list .disp_num {
  font-size: 10px;
  font-weight: normal;
  margin: -15px 0 15px 15px;
}

#job_list #per_page {
  font-size: 10px;
  font-family: unset;
}

#job_list .pagination {
    margin-bottom: 51px;
}

#job_list #scroll_top {
    text-align: center;
    margin: 0 auto 31px;
    padding: 10px;
}

#job_list #scroll_top > a {
    border-radius: 3px;
    padding: 10px;
    font-size: 20px;
    background-color: #3f7393;
    color: white;
}

#job_list #scroll_top > a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

/*
求人詳細
-----------------------------------*/
#line {
    height: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.job .box_log,
.job .description { margin: 30px 15px;}

#job_search.detail table {
    width: 625px;
    margin: 20px 15px;
}

#job_search.detail .job .box_image { margin: 20px 10px; }
#job_search.detail .job .image {
    float: left;
    margin-left: 8px;
}
#job_search.detail .job .image img {
    width: 200px;
}

#job_search .box_entry {
    display: inline-block;
    width: 318px;
    font-size: 10px;
    text-align: center;
}
#job_search .box_entry .button_entry {
    display: block;
    width: 314px;
    margin-bottom: 5px;
}
#job_search .box_entry .button_entry span { width: 290px; }
#job_search.detail .button_keep { width: 228px; }

#job_search.detail .heading {
    //margin: 0 15px;
    padding: 8px 10px 7px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
}
#job_search.detail .heading img { margin-right: 10px; }

#job_search.detail .summary {
    margin: 0 15px 20px;
    //border: 2px solid #46aaff;
    border-radius: 5px;
}
#job_search.detail .summary .box_button {
    margin: 0;
}
#job_search.detail .summary .title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
#job_search.detail .summary img { margin-right: 10px; }

.more.related_baito a {
    background: #3f7393; 
    color: #ffffff;
}
.more.related_baito a:hover { 
    filter:alpha(opacity=60);
    opacity: 0.6;
}
.more.related_baito a:after {
    background: url(/images/tnews/common/sprite.png?20190701) no-repeat -870px -140px;
}

/*
サイドカラム
-----------------------------------*/
.side_job_search {
    margin-bottom: 15px;
    border: 1px solid #acacac;
    border-radius: 5px;
}

#aside.baito>div:first-child { margin-top: 30px;}

#aside.baito .section.advertise { margin-bottom: 15px; }

.side_job_search.entries {
    margin-bottom: 15px;
    border: 0px;
}

.side_job_search:first-child { margin-top: 30px; }
.side_job_search .title {
    margin: 0;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
}

.side_job_search.entries .title {
    font-size: 16px;
    background: none;
}
.side_job_search.entries .title img {
    margin-right: 3px;
}

.side_job_search .title img {
    margin-right: 10px;
    vertical-align: -3px;
}
.side_job_search ul {
    margin: 0 15px;
    padding: 0;
    list-style: none;
}
.side_job_search.entries ul { margin: 0 0; }
.side_job_search li { border-top: 1px solid #d6d6d6; }
.side_job_search li:first-child { border-top: none; }
.side_job_search.entries li:first-child { border-top: 1px solid #d6d6d6; }
.side_job_search li a { 
    font-weight: bold; 
    width: 100%;
}

.side_job_search a {
    display: inline-block;
    padding: 10px 0;
    color: #0070be;
}
.side_job_search li p {
    overflow: hidden;
    margin: 3px 0;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side_job_search .list_job li { padding-bottom: 10px; }
.side_job_search.entries .list_job li { 
    padding-left: 8px;
    padding-right: 8px;
}
.side_job_search .type { background: url(/images/tnews/job_search/ico_side_type.png) no-repeat left center; }
.side_job_search .station { background: url(/images/tnews/job_search/ico_side_station.png) no-repeat left center; }
.side_job_search .salary { background: url(/images/tnews/job_search/ico_side_salary.png) no-repeat left center; }
.side_job_search .warning_list { text-align:right; }
.side_job_search .warning {
    font-size: 10px;
    text-align: right;
}
.side_job_search .history_timestamp {
    text-align:right; 
    font-size:11px;
    font-weight:normal;
    color: #333;
}

.side_job_search .list_job p { 
    color: #333;
    font-weight: normal;  
}
.side_job_search .list_job li  { padding-bottom: 5px; }
.side_job_search .list_job a { padding-bottom: 0px; }
.side_job_search .area { background: url(/images/tnews/job_search/ico_side_area.png) no-repeat 3px center; }

.side_job_search .list_job p:first-child {
    margin-top: 10px;
}

/* キープ中の求人 */
/* 保存した検索条件 */
#keep_list.side_job_search { margin-top: 0px; }
#keep_list.keep_list_page .headline { margin-bottom: 6px; }
#keep_list.keep_list_page { margin-top: 0px; }
#keep_list.keep_list_page .list_job { margin-top: 5px; }
#keep_list li ,
#saved_search_condition_list li { 
    position: relative; 
}
#keep_list:not(.keep_list_page) a:first-child ,
#saved_search_condition_list a:first-child{
    margin-right: 30px;
    width: 95%;
}
#keep_list .button_delete ,
#saved_search_condition_list .button_delete {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
}
#keep_list .button_delete:after ,
#saved_search_condition_list .button_delete:after {
    top: 0;
    left: 0;
    margin: 0;
    background: url(/images/tnews/job_search/ico_delete.png) no-repeat left top;
}
#keep_list .button_delete:hover ,
#saved_search_condition_list .button_delete:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}
#saved_search_condition_list p.more>a ,
#keep_list p.more>a { 
    width: 100%;
    margin-right: 0;
    padding: 7px 0;
}

/* キープ中の求人 保存した検索条件 一覧表示用上書き */
#main #keep_list,
#main #saved_search_condition_list {
    border: none;
    margin: 30px 0;
}
#main .side_job_search ul {
    margin: 34px 15px;
}

#keep_list.keep_list_page .keeplist_item_detail {
    display: block;
    margin-bottom: 15px;
}
#keep_list.keep_list_page .keeplist_item_detail div {
    display: inline-block;
}
#keep_list.keep_list_page .keeplist_item_detail .page {
    width: 268px;
    margin: 10px 0;
}
#keep_list.keep_list_page .job_detail{
    font-size: 16px;
    width: 570px;
}
.keeplist_item_detail .page a {
    padding-top: 0;
}
.keeplist_sort ul {
    float: right;
    margin: 0 !important;
    padding: 5px 0px !important;
}
.keeplist_sort li {
    float: left;
    margin-right: 4px;
    border: none !important;
}
.keeplist_sort li a {
    display: block;
    padding: 5px 10px 4px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    color: #0070be;
    font-size: 12px;
    font-weight: initial;
}
.keeplist_sort li a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

.keeplist_sort li .current { color: #333; }
.keeplist_sort li .current:hover {
    filter:alpha(opacity=100);
    opacity: 1;
}

.keeplist_box_button {
    float: right;
    margin: 0;
    padding-top: 25px;
    width: 325px;
}
.keeplist_box_button a {
    padding: 0px;
    float: left;
    text-decoration: none;
}
.keeplist_box_button .detail {
    margin: initial !important;
    padding: 14px 0px !important;
    width: 100px !important;
}
.keeplist_box_button .button_entry {
    display: table;
    width: 207px;
    height: 40px;
    margin-left: 10px;
    border: 2px solid #c94f16;
    border-radius: 3px;
    background: #ff661f no-repeat 12px center;
    background-size: 30px !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #e65f20,
                        0    1px 1px #e65f20,
                        1px 0    1px #e65f20,
                        -1px -1px 1px #e65f20,
                        0     -1px 1px #e65f20,
                        -1px  0 1px #e65f20;
}
.keeplist_box_button .button_entry > span {
    display: table-cell;
    width: 207px;
    height: 46px;
    padding-left: 25px;
    vertical-align: middle;
}
.keeplist_box_button .login > span {
    font-size: 14px
}
.keeplist_box_button span.note {
    display: block;
    font-size: 10px;
    margin-left: 114px;
    width: 211px;
    text-align: center;
}
.keeplist_box_button a:hover {
    opacity: 0.6;
}

.small_status_text {
    margin-left: 5px;
    padding: 2px 8px 0px;
    border: 1px solid #46aaff;
    background: #fff;
    color: #0070be;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    vertical-align: middle;
}
.small_status_text.new {
    border: 1px solid #ff4646;
    color: #cc3434;
}
.keep_items_date {
    text-align: right;
    margin: 5px 0;
}
.keep_items_date .keep_date {
    font-weight: bold;
}
.keep_items_date .left_days{
    font-size: 13px;
}
.keep_items_date .date {
    font-size: 10px;
    color: #aaa;
}

/* サジェスト */
ul.ui-autocomplete{
  position: relative;
  max-height: 200px;
  width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
.ui-widget-content{
  background: #fbf9f6!important;
  font-size: 12px;
}

.ui-state-hover{
  background: none!important;
  border: none!important;
  color: #000000!important;
  font-weight: bold!important;
}

.related_entries .list.block a {
    height: 30px;
}

#related_arbeit_entries .list.block a {
    height: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 0 0 15px 5px;
    font-weight: normal;
}

#related_arbeit_entries .list.block .tag.occupation {
    width: auto!important;
    min-width: 66px!important;
    max-width: 110px!important;
    padding: 3px 10px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}

#related_arbeit_entries .list.block .tag.city {
    width: auto;
    padding: 2px 15px;
    background: #ffffff!important;
    border: 1px solid #AC73D2;
    border-radius: 3px;
    color: #333
}

.related_entries_heading {
    margin-bottom: 10px;
    padding: 3px 10px;
    background: url(/images/tnews/common/bg_heading.png) no-repeat left center;
    font-size: 20px;
}

/* 求人記事リンクのもっと読む */
a.more.baito {
    color: #333;
    width: 100%;
    padding: 13px 0;
}

/* 掲載終了メッセージ */
.close_alert_box {
    width: 100%;
}

.close_alert_image {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}

.close_alert_message {
    display: table-cell;
    padding-left: 3px;
}


/*-----------------------------------
　201712　新規追加
---------------------------------------*/

/* バイト検索トップ */

.ex_small {
    padding-top: 0.2em;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
}
.box_members {
    width: 900px;
    margin: 2px auto;
    padding: 20px 25px;
    border-radius: 8px;
    background: #f5f3f0;
}

.icn_rightarrow {
    margin-right: 5px;
    padding-bottom: 3px;
}

.left_head {
    float: left;
    margin-top: 10px;
    padding-left: 0.5em;
}
#job_search .member_pr {
    list-style: none;
    float: left;
    margin-top: 10px;
    margin-left: 0.5em;
    padding: 0;
}
.member_pr li {
    margin-bottom: 5px;
}
.member_pr li:before {
    content: "・";
    color: #46AAFF;
    font-weight: bold;
}

.wrap_button {
    float: right;
    width: 205px;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 5px;
}
.wrap_button p {
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.65rem;
    text-align: center;
}

.button_gray2 {
    display: block;
    box-sizing: border-box;
    width: 180px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
    background-color: #5c5c5c;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.button_blue {
    display: block;
    box-sizing: border-box;
    width: 180px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
    background-color: #46aaff;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.button_gray2:hover,.button_blue:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
    text-decoration: none;
}

/* 検索結果ページ */
.link_section {
    width: 100%;
    margin:  3px auto;
    padding: 0;
    border-radius: 8px;
    background: #f5f3f0;
}

.ico_lefthead {
    margin-right: 10px;
}

.tit_link {
    display: inline-block;
    margin: 15px 10px 15px 25px;
    font-weight: bold;
}
.tit_check{
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 15px;
}

.button_gray {
    position: relative;
    float: right;
    box-sizing: border-box;
    margin: 5px 20px;
    padding: 11px 20px;
    border: none;
    border-radius: 5px;
    background-color: #5c5c5c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.button_gray:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
    text-decoration: none;
}

/* かんたん検索 フォーム */
/* 検索条件 */
#easy_search.select_condition {
    width: 100%;
    padding: 20px 20px 0;
    background-color: #f5f3f0;
    border-radius: 5px;
    box-sizing: border-box;
}
#easy_search.select_condition dl {
    position: relative;
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #c6c5c4;
}

#easy_search.select_condition #main_form dl:last-child { border-bottom: none; }

#easy_search.select_condition dt {
    width: 120px;
    font-weight: bold;
}

#easy_search.select_condition dd {
    width : -webkit-calc(100% - 120px) ;
    width: calc(100% - 120px);
    margin: 0;
    padding-right: 134px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

#easy_search.select_condition .change_condition {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 116px;
    padding: 10px 0;
    border: 2px solid #c6c5c4;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.select_condition .change_condition:hover {
    text-decoration: none;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
#easy_search.select_condition dl:last-child { padding: 30px; }
#easy_search.select_condition dl:last-child dt { padding-top: 15px; }
#easy_search.select_condition #wrap_freeword { padding-right: 0; }
#easy_search .select_label {
    float: left;
    margin: 13px 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}

#easy_search .select_include {
    float: left;
    width: 280px;
}
.tit_condition {
    padding-bottom: 0.5em;
    color: #000;
    font-weight: bold;
}
/* チェックボックス */
#other_search { padding-right: 0; }
.select_condition dd#other_search  {
    width : -webkit-calc(100% - 120px) ;
    width: calc(100% - 120px);
    padding-right: 0;
}
#other_search .check_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding:0 0 20px 20px;
    background-color: rgba(255,255,255,0.7);
}
#other_search .check_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin-top: 20px;
    padding-right: 10px;
}

#other_search label {
    position: relative;
    padding-left: 20px;
    background: url("/images/tnews/job_search/ico_check_off.png") no-repeat left 1px;
}
#other_search .selected { background-image: url("/images/tnews/job_search/ico_check_on.png"); }
#other_search .selected { color: #46AAFF; }
#other_search label input {
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
}

/* フリーワード検索 */

#job_search #search_condition.select_condition .full_freeword {
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    padding-right: 0;
}

.select_condition .freeword {
    float: left;
    overflow: hidden;
    width: 350px;
    margin: 0 15px 15px 0;
    border-radius: 6px;
    background: #fff;
}
.select_condition .freeword input[type=text] {
    float: left;
    box-sizing: border-box;
    width: 350px;
    height: 48px;
    padding: 10px 15px 9px 48px;
    background: #fff url("/images/tnews/job_search/ico_search.png") no-repeat 15px center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.select_condition .select_include li {
    float: left;
    width: 50%;
}
.select_condition .select_include label {
    position: relative;
    display: block;
    padding: 10px 0;
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.select_condition .select_include li:first-child label { border-radius: 5px 0 0 5px; }
.select_condition .select_include li:last-child label { border-radius: 0 5px 5px 0; }
.select_condition .select_include input {
    position: absolute;
    filter:alpha(opacity=0);
    opacity: 0;
}
.select_condition .select_include .selected {
    border-color: #46AAFF;
    background: #46AAFF;
    color: #fff;
}

/* ボタン */
.form_bottom {
    padding: 30px;
}
.form_bottom .tab_panel .box_button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background: #fff;
    text-align: center;
}
.form_bottom .button_all_clear,
.form_bottom .button_search {
    display: inline-block;
    width: 160px;
    padding: 13px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #ededed;
    font-size: 16px;
    font-weight: bold;
}
.form_bottom .button_search {
    width: 400px;
    margin-left: 15px;
    background:#444;
    color: #fff;
}

/* --------------------------------------

　　　モーダル駅選択画面

---------------------------------------*/

.train_lines{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.train_lines li {
    box-sizing: border-box;
    width: -webkit-calc(25% - 5px);
    width: calc(25% - 5px);
    margin: 0 5px 10px 0;
}

.condition_list.train_lines .condition {
    padding: 0;
    background: none;
    border: none;
    color: #333;
    line-height: 1.7;
}

.train_lines .condition:before {
    display: inline-block;
    content: ">";
    margin-right: 3px;
    color: #46AAFF;
    font-weight: bold;
}

/* キープ、最近見たバイト、保存した検索条件ページ */
#keeps_tab {
  text-align: center;
  margin: 30px 0;
  padding: 0;
}
#keeps_tab li{
  display: inline-block;
  font-size: 20px;
  margin: 0px -4px;
  padding: 8px 0;
  border: 3px solid #46aaff;
  width: 214px;
}
#keeps_tab a{
  text-decoration: none;
}
#keeps_tab .current{
  background-color: #46aaff;
  position: relative;
}
#keeps_tab .current a{
  color: #fff;
  font-weight: bold;
}
#keeps_tab .current:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #46aaff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#main #keep_list,
#main #saved_search_condition_list,
#main #history_search_condition_list{
  border: solid 1px #000;
  margin: 30px 12px;
  border-radius: 0;
}
#main #history_search_condition_list{
  margin-top: 10px;
}
