@charset 'utf-8';

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    word-break: keep-all;
    word-wrap: break-word;
}
html,
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #000;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%;
}
a {
    border: 0;
    color: inherit;
}
a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
hr {
    margin: 0;
    background: none;
    border: none;
    height: 0;
}
ul,
ol {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
table {
    border-spacing: 0;
    border: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
th,
td {
    padding: 0;
}
mark {
    background: none;
}
address,
em,
dfn {
    font-style: normal;
}
button {
    border: 0;
}
button,
select,
textarea,
input[type='button'],
input[type='submit'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='number'],
input[type='tel'],
input[type='file'] {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}
button,
textarea,
input[type='button'],
input[type='submit'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='number'],
input[type='tel'],
input[type='file'] {
    -webkit-appearance: none;
}
input[type='radio'],
input[type='checkbox'] {
    margin: 0;
    padding: 0;
    width: 13px;
    height: 13px;
}
html,
body,
pre,
button,
select,
textarea,
input[type='button'],
input[type='submit'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='number'],
input[type='tel'],
input[type='file'] {
}
button,
input[type='button'],
input[type='submit'] {
    cursor: pointer;
    overflow: visible;
}
button[type='submit'],
input[type='submit'] {
    filter: chroma(color=#000000);
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type='date'],
input[type='time'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
input[type='number']::-webkit-outer-spin-button,
input[type='date']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
[readonly],
[disabled] {
    cursor: default;
}
