@charset "UTF-8";

.c-raw-html {
	background: #fff;
}

/* --------------------------

		clear

-------------------------- */

.c-raw-html .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.c-raw-html .clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .c-raw-html .clearfix { height: 1%; }
.c-raw-html .clearfix { display: block; }
/* End hides from IE-mac */

.c-raw-html .clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
