@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    color: #262626;
}

body {
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    word-break: break-all;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

li {
    list-style-type: none;
    word-break: break-all;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited {
    color: #262626;
}

a:hover,
a:active {
    color: #008ed1;
}

a.underline:hover,
a.underline:active {
    color: #008ed1;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption,
th, td {
    text-align: left;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font-size: 16px;
    font-weight: normal;
}

h2 {
    font-size: 25px;
    font-weight: normal;
}

h3 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

* {
    font-size: 13px;
    color: #262626;
    -webkit-text-size-adjust: 100%;

}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="radio"] {
    margin: 0px 5px 1px 0px;
}

textarea {
    resize: none;
}
