@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
body, article, header, footer, nav, section, aside,
h1, h2, h3, h4, h5, h6, p, 
div, blockquote, th, td, 
dl, dt, dd, ul, ol, li, 
form, fieldset, legend, input, button, textarea, 
figure {
	margin: 0;
	padding: 0;
}
html, body, td, th {
	font-size: 100%;
}
main, aside, section, article {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.5;
}
img {
	width: 100%;
	display: block;
}
a {
	text-decoration: none;
}
img, fieldset, iframe {
	border: 0;
}
button,
[type=submit], [type=reset], [type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0; 
	border-radius: 0;
	border: 0;
	background-color: transparent;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
th, optgroup {
	font-style: normal;
	font-weight: normal;
}
[type=submit], [type=reset], [type=button],
button, label {	
	cursor: pointer
}
abbr {
	border: 0;
	font-variant: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
address, cite {
	font-style: normal;
}