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

*{
	outline:none;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
	
body,html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear{
	clear:both;
}

header,nav,article,footer,section,aside,figure,figcaption{
	display:block
	}