@charset "utf-8";

/* CSS Reset
-------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time {
	display: block;
}
img {
	vertical-align: bottom;
}
ul, ol, dl {
	list-style: none;
}
table { /* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
table th {
	text-align: left;
}
hr, legend {
	display: none;
}
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;
}
::selection {
	background: #FCE8EC;
}
::-moz-selection {
	background: #FCE8EC;
}
