@charset "utf-8";

/* common reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
header,
main,
video,
audio,
footer,
nav,
aside,
article,
span,
em,
strong,
i,
ol,
ul,
li,
a,
legend,
fieldset,
label,
input,
select,
textarea,
button,
time,
abbr,
address,
area,
b,
br,
caption,
table,
tbody,
thead,
th,
td,
dl,
dt,
dd,
figcaption,
figure,
form,
mark,
pre,
hr {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*line-height:1.2;*/
}
html,
body {
    height: 100%;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 15px;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
a,
a:hover,
a:active {
    color: #333;
}
ul,
ol,
li {
    list-style-type: none;
}
address,
em {
    font-style: normal;
}
textarea {
    width: 100%;
    resize: none;
}
input,
select {
    width: 100%;
    border: 1px solid #d3d3d3;
    background: none;
    padding: 5px;
}
select {
    cursor: pointer;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
table {
    width: 100%;
    table-layout: fixed;
}

table,
td,
th {
    border-collapse: collapse;
    vertical-align: middle;
}

caption {
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

abbr,
cite,
em,
i,
u {
    font-style: normal;
    text-decoration: none
}

b,
strong {
    font-weight: bold
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

caption {
    position: relative !important;
    width: 1px !important;
    height: 1px !important;
    line-height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px)
}

.hidden,
.hide,
caption {
    z-index: -1 !important;
    color: transparent !important;
    overflow: hidden !important;
    font-size: xx-small !important
}

.hidden,
.hide {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important
}


input:focus,
select:focus,
button:focus {
    outline: 0
}

label {
    -webkit-tap-highlight-color: transparent;
}