﻿/* ニューフェイス */

#newface.tiling {
    list-style-type: none;
    /*border-bottom: solid 1px #B0BCCD;*/
    padding: 4px;
    padding-right: 0px;
    margin: auto;
    text-align: left;
}

    #newface.tiling li a {
        display: block;
        margin-bottom: 5px;
    }

    #newface.tiling li {
        text-align: center;
        border: solid 1px #a9abae;
        -webkit-border-radius: 4px;
        padding: 5px;
        margin: 1px;
        font-family: HiraKakuProN-W3;
        /*float:left;*/
        /*width:90px;*/
        display: inline-block;
        width: calc(100%/3 - 18px);
    }

        #newface.tiling li img {
            display: block;
            margin: auto;
            width: 100%;
        }

        #newface.tiling li h4 {
            text-align: left;
            font-size: 13px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

        #newface.tiling li h6 {
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

            #newface.tiling li h6 span {
                text-align: left;
                font-size: 8px;
                display: block;
            }
