@charset "utf-8"; /*! scroll-cascade-select 2016-03-21 */
html {
    height: 100%;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    list-style: none
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: sans-serif
}

body {
    min-height: 100%;
    width: 100%;
    overflow: visible;
    overflow-x: hidden;
    position: relative
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

input, select, textarea {
    font-size: 100%
}

div {
    margin: 0 auto
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #303030;
    cursor: pointer
}

a:active {
    text-decoration: none
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="disabled"] {
    -webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

input, select, textarea {
    font-size: 100%
}

input {
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

body {
    background-color: #fff;
    font-family: "Hiragino Sans GB W3", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53"
}

body div {
    box-sizing: border-box;
    vertical-align: top
}