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

@charset "utf-8";

* 				{ margin: 0; padding: 0; }

.text-left		{ text-align: left; }
.text-right		{ text-align: right; }
.text-center	{ text-align: center; }

.left			{ float: left; }
.right			{ float: right; }
.clear			{ clear: both; }
.clear-left		{ clear: left; }
.clear-right	{ clear: right; }

.nowrap 		{ white-space: nowrap; }
