/* ---------------------------------------------------------------------- */
/*	Property
/* ---------------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	content: ".";
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
img.alignleft {
	margin-right: 20px;
}
img.alignright {
	-left: 20px;
}
.overflow {
	overflow: hidden;
}