@charset "utf-8";
/*--京news.css--*/
/* ##########PC########## */
.entry_list_box ul{
    margin: 0 0.5em;
    font-size: 1em;
}

    .entry_list_box ul li{
        padding: 0;
        margin-right: 2.375rem;
        margin-bottom: 2.5rem;
    }

        .entry_list_box ul li::before{
            content: none;
        }

            .entry_list_box ul li a{
                color: #222;
            }

            .entry_list_box ul li a:hover{
                color: #222;
                background: #d8edf8;
            }

            .entry_list_box ul li a .entry_text .entry_date{
                padding-top: 0.1em;
            }

.entry_detail_box{}

    .entry_detail_box > .box_header{
        margin-bottom: 3em;
    }

        .entry_detail_box > .box_header h2{
            margin-top: 0;
            margin-bottom: 0;
        }

        .entry_detail_box > .box_header .meta{
            display: flex;
            justify-content: flex-end;
            font-size: 0.9em;
            margin-top: 1em;
            margin-right: 2rem;
        }

        .entry_detail_box > .box_header .meta .entry_date{
            margin-right: 1em;
        }

    .entry_detail_box > .box_inner{
        margin-bottom: 5em;
    }

    .entry_detail_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .entry_detail_box > .box_footer .page_back a{
            position: relative;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #2b3f58;
            height: 2.5rem;
            border-radius: 1.25rem;
            padding: 0 1.5em;
            color: #2b3f58;
            text-decoration: none;
            font-size: 0.9em;
            background: #fff;
            overflow: hidden;
            transition: .4s all ease;
        }

        .entry_detail_box > .box_footer .page_back a:hover{
            background: #2b3f58;
            color: #fff;
        }



@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .entry_list_box ul li{
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .entry_detail_box > .box_header{
        margin-bottom: 1.5em;
    }

        .entry_detail_box > .box_header .meta{
            margin-right: 0;
        }

}


/* ##########印刷用########## */
@media print{
}