@charset "UTF-8";

/* reset --------------------------------------- */
html, body, p, li, dl, dt, dd, blockquote, td, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
address, em, code, cite, dfn, var, optgroup {
	font-style: normal;
}
caption, th {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: inherit;
}
input, select, textarea {
	font-size: inherit;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
