/*フォント font ページ archive-fonts.php*/
body.post-type-archive-fonts ul.float-list li {
    margin-right: 18px!important;
}

body.post-type-archive-fonts section#maker div.inner img {
    width: 80%;
    margin-left: 10%;
}

body.post-type-archive-fonts section#maker div.inner p {
    text-align: center;
    font-size: 12px;
    color: #111419;
}

body.post-type-archive-fonts section#club div.inner img {
    width: 40px;
    height: auto;
    margin-right: 5px;
    float: left;
}

body.post-type-archive-fonts section#club div.inner p {
    font-size: 12px;
    line-height: 40px;
    color: #111419;
}

@media screen and (min-width: 1069px) {
    body.post-type-archive-fonts section#maker div.inner p {
        font-size: 14px;
    }

    body.post-type-archive-fonts section#club div.inner img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    body.post-type-archive-fonts section#club div.inner p {
        font-size: 14px;
        line-height: 50px;
    }
}
