@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,small,span,img,pre,footer,header,section,article,table,tbody,thead,th,td,a,address,input,form,textarea,select {
    margin: 0;
    padding: 0;
    font-family: 'メイリオ',Meiryo,'Helvetica Neue',Helvetica,Arial,Roboto,'Droid Sans','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN',sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

ul,ol,li {
    list-style: none;
}

.cf {
    display: inline-table;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}