@charset "utf-8";
/* CSS Document */

header {
    width: 100%;
    border-bottom: 2px solid #ff5f25;
    background: #fff;
    font-family:'Helvetica', 'Arial',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height:1;
    font-weight:500;
}
header img{
    margin:0;
}

.wrp {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

header .wrp{
    justify-content: space-between;
    display:flex;
    align-items: center;
    padding:15px 0;
}

.pkzArea.wrp {
    margin: 10px auto;
    font-size:12px;
}

.pkzArea #pkz{
    font-weight:normal;
    font-size: 12px!important;
    color:#555;
    letter-spacing:0;
    margin:15px auto;
    width:940px;
}
.pkzArea span::before{
    content:none;
}
.pkzArea a {
    color: #189edd;
    text-decoration: none;
}
.pkzArea span::after, .pkzArea #pkz a span::after, .pkzArea #pkz span.pkz::after {
    content: '＞';
    margin: 0 3px;
    color:#555;
    font-family:'メイリオ', 'Meiryo', sans-serif;
}
#pkz div .pkztopicpath{
    background:none!important;
    padding:0!important;
}

.pkzArea span.pkzlast::after{
    content:none!important;
}
.pkzArea #pkz span::after{
    content:none;
}

/* ///// ヘッダー右部 ///// */
#globalHead a,
#globalHead a:visited,
#globalHead a:hover,
#globalHead a:active {
    text-decoration: none;
    color: #777;
}

.globalmenu {
    display: flex;
    height: 45px;
    justify-content: flex-end;
    z-index: 9999;
}

a.gmenu_favorite,
a.gmenu_search{
    margin: 0 15px;
    color: #555;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    position: relative;
    font-weight:bold;
}

.global-entryBtn a {
    background: #3cb371;
    color: #fff !important;
    border-radius:4px;
    width: 120px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
    box-shadow: 0 5px 5px -2px rgb(0,0,0,.2);
    font-size:16px;
    height:45px;
}
.global-entryBtn{
    height:auto!important;
}
.global-entryBtn::after{
    content:none;
}

a.gmenu_search::before,
a.gmenu_favorite::before,
.global-entryBtn a::before {
    content: '';
    background: url(/img/icon/search.svg) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right:3px;
}

.globalmenu a.gmenu_favorite::before {
    background: url(/img/icon/favorite.svg) no-repeat center top;
    background-size: contain;
    margin-right:10px;
}

.global-entryBtn a::before {
    background: url(/img/icon/entry.svg) no-repeat;
    background-size: contain;
}
.global-entryBtn a:hover{
    opacity:.5;
}

/* ///// 気になる ///// */

.badge {
    background: #189edd;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.badge span {
    color: #fff;
}

.globalmenu .badge {
    position: absolute;
    bottom: 8px;
    left: 14px;
    font-size: 10px
}

.favoriteBtn {
    width: 80px;
    height: 80px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #f2fafd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-weight: bold;
    z-index:17;
    cursor:pointer;
}
.favoriteBtn:hover{
    opacity: .5;;
}

.favoriteBtn.job {
    background: transparent;
    position: static;
    height: 60px;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px #ddd solid;
    border-radius: 0;
    z-index: 16;
}

.jobInfo table td > .favoriteBtn.job{
    margin-right:0!important;
    padding-right: 0!important;

}

.favoriteBtn span.wf {
    display: flex;
    font-size: 12px;
    color: #189edd;
    height: 50px;
    text-align: center;
    padding: 3px 1px;
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: static;
    background: none;
}

.favoriteBtn span.wf::before {
    content: '';
    background: url(/img/icon/favorite_add.svg) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
}

.favoriteBtn span.wf::after {
    content: 'お気に入り';
    margin: 0 auto;
    background: none;
    display: block;
    letter-spacing: -1px;
}

.favoriteBtn.check span.wf::before {
    background: url(/img/icon/favorite_added.svg) no-repeat center;
}

.historyMenu .favorite {
    position: static;
    border-radius: 0;
}
.headerArea {
    background-color: #f8f7f2!important;
}
.header-h1{
    width: 920px;
    margin: auto;
    font-size: 11px;
    padding: 5px 0;
    line-height: 1;
    text-align: left;
}