@charset "utf-8";
/*---------------------------------------------
Komehyo Now
Global Style
Version 1.0.0

http://www.komehyo.jp/

Last Update: 2018.10.12
---------------------------------------------*/


/* ナビゲーションが回り込んでしまう */
@media screen and (min-width: 769px) {
    #main .post.post-list-content {
        float: none !important;
        display: inline-block !important;
    }
    #main > .navigation.pagination {
        padding: 0 0 0 50px !important;
    }
}