html,body,h1,h2,h3,h4,h5,h6,p,div,section,
ul,li,figure,figcaption,aside,table,
tr,th,td,header,footer,small,nav{
    margin: 0;
    padding: 0;

}
h1,h12,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: normal;

    }

    th{
        font-weight: normal;
        text-align: left;
    }
table{
    border-collapse: collapse;
}

/* リストスタイルの中丸ポッチを消す */
li{
    list-style: none;
}

/* 画像と画像の隙間を消す */
img{
    vertical-align: bottom;
}