@charset "utf-8";
/*--------------------------------------------------
indent
--------------------------------------------------*/
.text_indent {
	text-indent: 2em;
}
.no_indent {
	text-indent: 0 !important;
}