/* --------------------------------------
    Clearfix
-------------------------------------- */
.nail-list
{
    *zoom: 1;
}
.nail-list:after
{
    display: table;
    clear: both;

    content: '';
}

.nail-list
{
    margin: 0;
    margin-left: -25px;
    padding: 30px 0 0 0;

    list-style: none;
}
.nail-list li
{
    float: left;

    width: 208px;
    margin-bottom: 25px;
    margin-left: 25px;

    border: 1px solid #e1dbd9;
}
.nail-list li img
{
    width: 100%;
    height: auto;
}
