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

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,th,td {
    margin: 0;
    padding: 0;
}

html,body {
    background: #ffffff; color: #333333;
}

body {
    font: 13px/1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
    font-size: small;
}

*:first-child+html body {
    font-size: small;
}

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

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,dl,ol {
    text-indent: 0;
}

li {
    list-style: none;
}

address,em,strong,th {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse:
        collapse;
    border-spacing: 0;
    font-size: inherit;
}

th,td {
    text-align: left;
    vertical-align: top;
}