@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, 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, hr {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	letter-spacing: inherit;
	vertical-align: baseline;
	list-style-type: none;
	box-sizing: border-box;
	outline: none;
}

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

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	background-clip: padding-box;
	text-align: left;
	vertical-align: top;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	border: 1px solid #a9a9a9;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
	resize: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
[type="text"], [type="email"], [type="tel"], [type="number"], [type="password"], [type="url"], textarea, select {
	border-radius: 0;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	vertical-align: middle;
}
[type="submit"], [type="reset"] {
	border: none;
}
[type="submit"]:focus, [type="reset"]:focus {
	outline: none;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-align: inherit;
	text-transform: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button:focus {
	outline: none;
}
