@charset "utf-8";
/* CSS Document */

.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf
{
    display: inline-block;
}

* html .cf
{
    height: 1%;
}

.cf
{
    display: block;
}