@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/*     ヘッダーを固定 */
    .header{
        width:100%;
        position: fixed;
        top:0;
        z-index:10000;
    }
/*     ヘッダー固定分の高さを調整 */
    #container{
        padding-top:58px;
    }
}

/* デバイス幅が768px以上の場合にカード型レイアウトを3カラムにする */
@media only screen and (min-width: 768px) {
.post-list-card .post-list{
width:31.333%;
}
}

.wf-nikukyu { font-family: "Nikukyu"; }