/*
Theme Name: PCRS THEME
Author: PC RescueService
Author URI: https://pcrs.jp
Description: NAKANO-GS WEBSITE
Version: 1
*/

@import url('css/style.min.css');


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;

    a,
    span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        height: 36px;
        padding: 0 10px;

        font-size: 14px;
        font-weight: 500;
        text-decoration: none;

        border: 1px solid #9bb2c7;
        border-radius: 4px;

        color: #0f3b57;
        background-color: #fff;

        transition: all 0.2s ease;
    }

    a {
        &:hover {
            background-color: #0f3b57;
            color: #fff;
            border-color: #0f3b57;
        }
    }

    .current {
        background-color: #0f3b57;
        color: #fff;
        border-color: #0f3b57;
        font-weight: 600;
    }
}

div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}