/* 見出し */
div.h1-container {
    clear: both;
    position: relative;
}
.h1-container {
    clear: both;
    position: relative;
    height: 40px;
    overflow: hidden;
    background: -webkit-gradient(linear, center top, center bottom, from(#ffa928), to(#ffb648));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#384766, EndColorStr=#384766);
}

/* ヘッダー画像 */
.baito-special-image-inner>img {
    width: 100%;
}

/* 検索メニュー */
.baito-search-menu {
    padding: 10px 0px;
    background-color: #fffcf5;
}
.baito-area-nav,
.baito-jobs-nav {
    padding: 0 10px;
}
.baito-area-nav {
    border-top: 1px solid #FF9800;
    padding-top: 10px;
}
.baito-jobs-nav {
    border-bottom: 1px solid #FF9800;
    padding-top: 0px;
    padding-bottom: 10px;
}
.title {
    font-weight: bold;
    margin-bottom: 10px;
}
select.jobsSelect {
    padding: 4px 12px 4px 4px;
    border-radius: 4px;
    color: #887a7a;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.baito-area-menu {
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-bottom: 10px;
}
.baito-area-link {
    box-sizing: border-box;
    white-space: nowrap;
    margin-left: 10px;
    padding: 4px 12px;
    border: 1px solid;
    border-radius: 4px;
    background: #FFFFFF;
    color: #929090;
    font-weight: bold;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.baito-area-link:first-child {
    margin: 0;
}
.baito-area-link.js-active-on {
    background: #f9b466;
    color: #FFFFFF;
    border: 1px solid #dcdbdb;
}

/* ガイド検索メニュー：非表示 */
.nsc2 {
    display: none;
}
.category_search_buttons_wrap {
    display: none;
}
.easyPyramidResult_box {
    display: none;
}