@charset "utf-8";

/*---------------------------------------------------------
  CSS : reset
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
* html body {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dt, dd, th, td {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {  
    border: 0;
	vertical-align: bottom;
} 
li, ol {
	list-style: none;
}
em {
	font-style: normal;
}
fieldset {
	border: none;
}

/*---------------------------------------------------------
  clearfix
----------------------------------------------------------*/
.clearfix:after,
header:after,
header div:after,
nav:after,
section:after,
section div:after,
footer:after {
	content: "";
	display: block;
	clear: both; 
}
.clearfix,
header,
header div,
nav,
section,
section div,
footer {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html header,
* html header div,
* html nav,
* html section,
* html sectionr div,
* html footer {
	height: 1%;
}
.clearfix,
header,
header div,
nav,
section,
section div,
footer {
	display: block;
}
/* End hide from IE-mac */
