@charset 'UTF-8';
/* -------------------------------------------------------------

  resetCSS
  last-mod:00-00-00 name

   ------------------------------------------------------------- */


/* ------------------------------------------------------------
  0. Zeroing out the margins and paddings
------------------------------------------------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ul, ol, li, fieldset, form, legend, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, canvas {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, caption, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
}

/* ------------------------------------------------------------
  1. HTML, Body, Anchor
------------------------------------------------------------ */
html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 16px;
    line-height: 1.5;
    background-color: #D3DBE9;
}

a {
    color: #a3d200;
    -webkit-tap-highlight-color: rgba(00, 33, 99, 0.3);
}

/* ------------------------------------------------------------
  2. Headings, Paragraphs
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

/* ------------------------------------------------------------
  3. Lists
------------------------------------------------------------ */
ul, ol {
    list-style: none;
}

/* ------------------------------------------------------------
  4. Tables
------------------------------------------------------------ */
table {
    font-size: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* ------------------------------------------------------------
  5. Forms
------------------------------------------------------------ */
fieldset {
    border: none;
}

input, textarea, select, label {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
    vertical-align: middle;
}

label, button {
    cursor: pointer;
}

textarea {
    overflow: auto;
}

/* ------------------------------------------------------------
  6. Others
------------------------------------------------------------ */

header, hgroup, footer, article, section, nav, aside, figure {
    display: block;
}

a {
    vertical-align: baseline;
}

img {
    vertical-align: middle;
    border: none;
}

em, strong {
    font-weight: bold;
    font-style: normal;
}

object {
    vertical-align: middle;
    outline: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

code {
    font-family: monospace;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

ins {
    text-decoration: none;
}

mark {
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr, acronym {
    font-variant: normal;
    border: none;
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #333;
}

address, caption, cite, code, dfn, var {
    font-weight: normal;
    font-style: normal;
}

hr {
    display: none;
}

pre {
    font-family: monospace;
}
