/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
    font-size: 100%;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, pre, address, ul, ol, li, dl, dt, dd, form, legend, p {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ins, a {
    text-decoration: none;

}

ul {
    list-style-type: none
}

br {
    letter-spacing: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}