@charset "utf-8";
/*
Theme Name: LIQUID MAGAZINE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-magazine
Version: 9999
*/
/* Child Styles */

.sidebar-inner {
    background-color: white;
}

body {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

.list_big .post_links .post_thumb span {
    width: 100%;
    height: 100px;
}

.post_links {
    text-decoration: none!important;
}

.post-list-item {
    padding: 0 2px;
}

.list .post_ttl {
    font-size: x-small;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .list_big .post_links .post_thumb span {
        height: 100px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .list_big .post_links .post_thumb span {
        height: 64px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .list_big .post_links .post_thumb span {
        height: 64px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list .post_links .post_thumb span {
        width: 80px;
        height: 80px;
    }
}