@charset "utf-8";

/*
	* Name: float.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - Float -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - Float -
	======================================== */

	.cboth {
		clear: both !important;
	}

	.flt_l,
		.flt_r {
			width: auto;
	}

	.flt_l {
		float: left !important;
	}

	.flt_r {
		float: right !important;
	}

}