@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, p, blockquote, a, address,
img, small, strong, del, dl, dt, dd, ol, ul, li, form, label, table,
caption, tbody, tfoot, tr, th, td, article, aside, canvas, figure, footer,
header, nav, menu, section, summary, audio, video, time, details, mark, code{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
}
article, aside, details, figure, footer, header, menu, nav, section{
    display: block;
}
table{
    border-collapse:separate;
    border-spacing: 0;
}
ol, ul{
	list-style-type:none;
}
a{
	text-decoration:none;
    cursor:pointer;
}
address, em{
	font-style:normal;
}

.clear{
    clear:both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
