@charset "utf-8";

/*-------------------------------------------------
	reset
-------------------------------------------------*/
body, div, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p,
table, th, tr, td, pre,
form, textarea, fieldset, input, select,
address, iframe {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
	line-height: 0;
	text-decoration: none;
}
address, caption, cite, code, dfn, em, var {
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

/*-------------------------------------------------
	clearfix
-------------------------------------------------*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-table;
	min-height:1px; /* IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
