/*======== 
reset.css
========*/

/*==== table ====*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==== blockquote and q ====*/
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/*==== link ====*/
a {
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

/*==== img ====*/
img {
    border: none;
}

/*==== li ====*/
li {
    list-style: none;
}

/*==== tag header ====*/
h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, {
    display: block;
    margin-bottom: 20px;
}

/*==== clear ====*/
.clear {
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}