﻿@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea, select, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
::-ms-clear, ::-ms-reveal { display: none; }
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-text-size-adjust: none; }
body { position: relative; min-width: 100%; letter-spacing: 0; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body, table { word-break: break-word; word-wrap: break-word; }
table { border-collapse:collapse; border-spacing:0; width:100%; max-width:100%; }
a { text-decoration: none; -webkit-tap-highlight-color: transparent; cursor:pointer; }
button { border: 0; background: none; outline: 0; cursor: pointer; }
a, button, input, label, select, textarea { -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }
input:focus, textarea:focus, select:focus, button:focus { outline: none; }
select { background: transparent; }
select::-ms-expand { display:none; opacity: 0; }
img { border: 0; }
legend { position: absolute; left:-9999px; width: 1px; height:1px; margin: 0; padding: 0; background: none; font-size: 0; line-height: 0; text-indent: -9999px; }
caption { visibility: hidden; font-size: 0; text-indent: -9999px; }
em { font-style: normal; }

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after { content: ''; content: none; }

body,
table { word-break: keep-all; }

body,
html,
#app { height: 100%; }

img { vertical-align: top; }

input:focus {
    outline: none;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.blind { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }