
#information {
}
#posts {
}
#posts li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 6px 0;
    border-bottom: solid 1px #d4e1e7;
}
#posts .post-update {
    font-size: 11px; font-size: 1.1rem;
    color: #777777;
    white-space: nowrap;
}
#posts .post-tag {
    margin: 6px 0 0 12px;
}
#posts .post-title {
    font-size: 12px; font-size: 1.2rem;
    line-height: 20px; line-height: 2.0rem;
    color: #000;
    padding: 3px 0 5px 0;
    position: relative;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#posts a.post-title {
    padding-right: 24px;
    width: 100%;
}
#posts a.post-title:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: solid 1px #3180d0;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#posts li a.post-title:hover {
    text-decoration: underline;
}

#paginator {
    padding: 20px 0;
}
#paginator ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -4px;
}
#paginator ul li {
    margin: 4px;
}
#paginator ul li a,
#paginator ul li span {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    font-size: 11px; font-size: 1.1rem;
    text-align: center;
    border-radius: 50%;
}
#paginator ul li a {
    background-color: #eaf2fa;
    color: #2f7fd0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#paginator ul li a:hover {
    background-color: #b8dafd;
}
#paginator ul li span {
    background-color: #f4f8fc;
    color: #d3e2f3;
    pointer-events: none;
}
#paginator ul li .current {
    background-color: #2f7fd0;
    color: #fff;
}

@media (min-width: 640px)
{
    #posts li {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        padding: 12px 0;
    }
    #posts .post-meta {
        display: flex;
        align-items: center;
    }
    #posts .post-tag {
        margin: 0 12px;
    }
}

@media (min-width: 768px)
{
    #posts li {
        min-height: 56px;
    }
    #posts .post-update {
        font-size: 14px; font-size: 1.4rem;
        min-width: 108px;
    }
    #posts .post-tag {
        margin: 6px 14px 6px 0;
    }
    #posts .post-title {
        font-size: 16px; font-size: 1.6rem;
        line-height: 24px; line-height: 2.4rem;
        padding: 3px 0 5px 0;
    }
    #posts a.post-title {
        padding-right: 24px;
    }
    #posts a.post-title:after {
        width: 7px;
        height: 7px;
    }

    #paginator {
        padding: 42px 0;
    }
    #paginator ul {
        margin: -6px;
    }
    #paginator ul li {
        margin: 6px;
    }
    #paginator ul li a,
    #paginator ul li span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px; font-size: 1.5rem;
    }
}




/*
#information {
}
#posts {
}
#posts li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    min-height: 56px;
    border-bottom: solid 1px #d4e1e7;
}
#posts .post-update {
    font-size: 14px; font-size: 1.4rem;
    color: #777777;
    min-width: 108px;
    white-space: nowrap;
}
#posts .post-tag {
    margin: 6px 14px 6px 0;
}
#posts .post-title {
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    color: #000;
    padding: 3px 0 5px 0;
    position: relative;

    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#posts a.post-title {
    padding-right: 24px;
    width: 100%;
}
#posts a.post-title:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: solid 1px #3180d0;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#posts li a.post-title:hover {
    text-decoration: underline;
}

#paginator {
    padding: 42px 0;
}
#paginator ul {
    display: flex;
    justify-content: center;
    margin: -6px;
}
#paginator ul li {
    margin: 6px;
}
#paginator ul li a,
#paginator ul li span {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 15px; font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
}
#paginator ul li a {
    background-color: #eaf2fa;
    color: #2f7fd0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#paginator ul li a:hover {
    background-color: #b8dafd;
}
#paginator ul li span {
    background-color: #f4f8fc;
    color: #d3e2f3;
    pointer-events: none;
}
#paginator ul li .current {
    background-color: #2f7fd0;
    color: #fff;
}
*/