@charset "utf-8";

/*clearfix*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
    height: 1%;
}