@charset "utf-8";





/*
* Utility Style Setting
*
* imp-
*/





/*
* text-align
*
*/

.imp-ta-center {
	text-align: center !important;
}

.imp-ta-right {
	text-align: right !important;
}

.imp-ta-left {
	text-align: left !important;
}


/*
* clearfix
*
*/

.imp-clear { clear: both !important;}

.imp-clearfix {
	zoom: 1;
}
.imp-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

