@charset "utf-8";

/* Reset CSS
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, small, dl, dt, dd, ol, ul, li, table, tr, th, td, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
img {
	vertical-align: bottom;
}
input[type="text"],
input[type="submit"],
input[type="image"] {
	-webkit-appearance: none;
	border-radius: 0;
}
