@charset "utf-8";

/*========================================

    reset

========================================*/
*{
    padding: 0;
    margin: 0;
}

html {
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
}

/* link
---------------*/

a {
    overflow: hidden;
}

/* text
---------------*/

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/* list
---------------*/

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

/* table
---------------*/

table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
    border-collapse: collapse;
    text-align: center;
    vertical-align: top;
}

th {
    font-weight: normal;
}

td {
}

/* img
---------------*/
img {
    border: 0;
}

/* hr
---------------*/

hr {
    clear: both;
    height: 0;
    margin: 10px 20px;
    border: 1px dotted #003;
    background: #FFF;
    color: #FFF;
}

/*========================================

    clearfix

========================================*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
