@charset "utf-8";
/* CSS Document */
/* new clearfix */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
	line-height: 0;
}

.clearfix {  
    display: inline-block;  
    min-height: 1%;  
} 

* html .clearfix  {  height: 1%;  }  /* IE6 */
*:first-child+html .clearfix { height: 1%; }  /* IE7 */

.clearfix {  
    display: block;
} 



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
