@charset "utf-8";

/* Common */
*,
:before,
:after {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

html,
body {
    letter-spacing: -0.5px;
}

body, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
select,
button,
table {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    -webkit-text-size-adjust: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    min-width: 0;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

img,
fieldset {
    border: 0;
}

fieldset {
    min-width: 0;
}

img {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

em,
address {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    zoom: 1
}

input,
select {
    vertical-align: middle;
    background: #fff;
    border: none;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.6px;
    border-radius: 0;
    font-size: 15px;
}

input {
    padding: 3px 20px;
}

option {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    border: 0;
    padding: 3px 20px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select {
    padding: 5px;
    height: 40px;
    border: none;
    background: #fff;
    color: #fff;
}

textarea {
    padding: 0;
    vertical-align: middle;
    background: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    color: #333;
    font-size: 12px;
    letter-spacing: -0.6px;
    box-shadow: none;
    resize: none;
    outline-style: none;
}

caption, legend {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.u_skip a {
    position: fixed;
    left: 0;
    top: -45px;
    width: 100%;
    z-index: 999;
    padding: 5px;
    background-color: #000;
    color: #fff;
}

.u_skip a:focus {
    width: auto;
    top: 0;
    text-decoration: none;
}
