@charset "shift_jis";

/* =======================================

	ClearFixElements

======================================= */
#wrapper:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#wrapper {
	display: inline-block;
}

