@charset "utf-8";

/* =================================================
   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: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	vertical-align: baseline;
/*	background: transparent;*/
}

body {
	line-height: 1;
	width: 100%;
}

article, aside, details, figure, figcaption,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
	content: '';
	content: none;
}

fieldset, img {
	border: 0;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

input, select, img {
	vertical-align: middle;
}

.clear {
	clear: both;
}
 .clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

