@charset "utf-8";

html, body {
	word-break: break-all;
}
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a, img, abbr, acronym, fieldset { border: 0; }
a { outline: none; }

em, strong, dfn, code, var, cite,
input, select, textarea, button, optgroup, option,
address,
th, caption  { font-weight: inherit; font-style: inherit; font-size: inherit; }

input[type='text'] {
    font-weight: normal;
}
input[type='password'] {
    font-weight: normal;
}
input[type='date'] {
    vertical-align: middle;
    font-weight: normal;
}

li { list-style: none; }

th, td { vertical-align: top; font-weight: normal; }
th, caption { text-align: left; }

abbr, acronym { font-variant: normal; }

ins, del { text-decoration: none; }

sub, sup { vertical-align: baseline; }

q:before, q:after { content: ''; }

div, p,
ul, ol, li, dl, dt, dd,
th, td,
h1, h2, h3, h4, h5, h6 { background-repeat: no-repeat; background-position: 0 0; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }