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

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.clear{
	clear:both;
}

.f_none{
	float:none;
}

.v-top{
	vertical-align:top;
	}

.v-bottom{
	vertical-align:bottom;
	}

.tx_center{
	text-align:center;
}

.tx_right{
	text-align:right;
}

.tx_left{
	text-align:left;
}

.hide{
	display:none !important;
}

.smaller{
	font-size:smaller;
}

.larger{
	font-size:larger;
}

#overflow,.overflow{
	overflow:auto;
	position:relative;

}