@charset "UTF-8";


/* CLEARFIX *************************************************/

/* For Modern */
.section:after,
div#contentsInner:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* For IE7 */
.section,
div#contentsInner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .section,
* html div#contentsInner {
	height: 1%;
}
.section,
div#contentsInner {
	display: block;
}
/* End hide from IE-mac */