/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td, figure{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
 
article, aside, figure, footer, header, nav, section {
    display: block;
}
 
body {
    line-height: 1;
}
 
ol, ul {
    list-style: none;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}