@charset "utf-8";


/* ===== CLEARFIX ========================================== */

.clearfix {
    zoom:1; /*for IE 5.5-7*/
}

.clearfix:after {
    content: url(/images/yutai/spacer.gif);
    display: block;
    clear: both;
    height: 0;
}

* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}