@charset "UTF-8";


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
form, fieldset, header, nav, section, article, aside, footer, iframe {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: normal;
}


li {
	list-style-type: none;
}

img{
	border: 0;
	vertical-align : bottom;
}




.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* IE7 and MacIE*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */