@charset "utf-8";

html, body,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre,
span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol, ul {
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align:middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

abbr, acronym {
    border: 0;
    cursol: help;
}

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

object,
embed {
    vertical-align: bottom;
}

hr {
    border:none;
    display: none;
}

a {
    text-decoration: none;
}