@charset "utf-8";
/* common class */
img {
	border:none 0;
}

table {
	border-collapse:collapse;
}

.alignCenter{
	text-align:center !important;
}
.alignRight{
	text-align:right !important;
}
.alignLeft{
	text-align:left !important;
}
.floatLeft {
	float:left !important;
}
.floatRight {
	float:right !important;
}
.clearLeft{
	clear:left !important;
}
.clearRight{
	clear:right !important;
}
.clearBoth{
	clear:both !important;
}
.varTop {
	vertical-align:top !important;
}
.noMargin {
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}

.noWrap {
	white-space:nowrap !important;
}

.mCenter {
	margin:0 auto !important;
}

