@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━
Global CSS Reset
--------------------------------------*/
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,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, textarea, button,
legend, caption, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
}
ul, ol, dl {
	list-style: none;
}
img, fieldset, abbr, acronym, iframe {
	border: 0 none;
}
img {
	vertical-align: top;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border: none;
	border-spacing: 0;
	empty-cells: show;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
label {
	zoom: 1;
}
:focus {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
