@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

a {
    text-decoration: none;
}

img {
    border: 0 none;
}

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

html {
    overflow: scroll;
}

:first-child + html * {
    letter-spacing: 0;
}
