.claer_both {
	clear: both;
	height: 0;
}
.claer_right {
	clear: right;
	height: 0;
}
.claer_left {
	clear: left;
	height: 0;
}
