@charset "utf-8";
/* 基本のスタイル */
.single_resp_spheader {
    display: none;
}
.single_resp_h1hr {
    border: 1px solid #336699;
    clear: both;
}
.single_header_tbl {
    width: 980px;
}
.single_header_tbl * {
    box-sizing: content-box; /* 20210719追加 */
}
.sp_menu_area {
    display: none;
}

/* ------------------------------------
　　　　レスポンシブここから
------------------------------------ */
/* タブレット（大） */
/*@media screen and (max-device-width: 1000px) { */
@media screen and (max-width: 1000px) {
    .single_resp_header {
        display: none;
    }
    .single_header_tbl {
        width: auto !important;
    }
    .gronavi {
        display: none;
    }
    .kasou_gronavi {
        display: none;
    }
    #head_bg {
        display: none;
    }
    .single_resp_spheader {
        border: 0 none;
    }
    .single_resp_spheader {
        display: block;
        background: #09f;
        height: 55px;
    }
    .single_resp_spheader01 {
        float: left;
        margin: 12px;
        width: 95px;
    }

    /* ------------------------------
    　 右から出てくるスマホメニュー
     ------------------------------*/
    #navbox {
        display: table;
        width: 100%;
        height: 48px;
    }
    #menu_button > a {
        text-decoration: none;
    }
    #mobile-bar {
        text-align: center;
        border: 2px solid #666;
        border-radius: 5px;
        margin: 5px;
        padding: 1px 0px 5px 0px;
        line-height: 0.6em;
    }
    #mobile-bar i {
        color: #666;
        line-height: 1em;
        margin: 0;padding: 0;
    }
    #mobile-bar span {
        color: #666;
        font-size: 0.3em !important;
        line-height: 1em !important;
        margin: 0;padding: 0;
    }
    .sp_menu_area {
        display: block;
        text-align: center;
        /*font-size:5em !important;*/
        float: right;
    }
    .sp_background_color {
        background-color: #09F;
    }

    h3#profilebox {
        /*margin: 0 !important;*/
        margin: 0 0 1px !important; /* 20210719追加 */
        border: 0 none;
    }
    #slidemenu {
        background-color: #fff;
    }
    #slidemenu_list {
        margin-top: 0;
        font-size: 14px;
    }
    #slidemenu_list h3 {
        text-align: left;
    }
    #slidemenu_list ul {
        margin-left: 0;
    }
    #slidemenu_list ul li {
        margin-left: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5em;
    }
    #slidemenu_list ul li a {
        color: #09f;
    }
    .menu_close a {
        color: #fff !important;
    }
    #top {
        text-align: center;
        float: none;
    }
    #slidemenu_list {
        padding: 0;
        margin-left: 0;
    }
    #slidemenu_list h3 {
        margin-bottom: 1px;
    }
    #slidemenu_list li {
        list-style: none;
        margin-bottom: 0;
        line-height: 1.5; /* 20210719追加 */
    }
    #slidemenu_list li a {
        display: block;
        text-decoration: none;
        padding: 10px 20px 10px 10px;
    }
    #slidemenu_list li a:after {
        content: "\f105";
        font-family: FontAwesome;
        display: inline;
        position: absolute;
        right: 15px;
        font-size: 20px;
        line-height: 1; /* 20210719追加 */
    }
    #slidemenu_list li.menu_a {
        background: #00aeef;
        border-bottom: 1px solid #fff;
    }
    #slidemenu_list li.menu_b {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    #slidemenu_list li.menu_a a {
        color: #fff;
    }
    #slidemenu_list li.menu_b a {
        color: #666;
    }

}

/* ------------------------------------
　　　　レスポンシブここまで
------------------------------------ */

/* Webkit用ハックここから */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #contents table {
        /*border-collapse:separate;*/
    }
}
/* Webkit用ハックここまで */
