@charset "utf-8";
/* CSS Document */

/* ------ reset ------ */

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

h1, h2, h3, h4, h5, h6, img, ol, ul, li, p, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
p {
	margin-bottom: 25px;
}
ul {
	line-height: 1.5;
	list-style: none;
	margin-bottom: 25px;
}
ol {
	line-height: 1.5;
	margin-bottom: 25px;
}

/* tables */

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

/* img */

img {
 border-style: none;
 border-width: 0;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear:both;
	overflow:hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
