@charset 'UTF-8';

body, html {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

ul, ol, dl, dt, dd, li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

p, blockquote, form, table, caption, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
}

address, em, strong, var {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

p {
	line-height: 1.25;
}

img {
	border: none;
}

.justify {
	text-align: justify;
	text-justify: distribute;
}

.clearfix {
	min-height: 1px;
	display: inline-block;
}

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

/* fuck \*/
* html .clearfix {
	height: 1%;
	zoom: 1;
}

.clearfix {
	display: block;
}
/* fuck */
