@charset "Shift_JIS";
/*--------------------------------------
flow clear 
--------------------------------------*/
.group:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.group{
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .group{height: 1%;}
.group{display: block;}
/* End hide from IE-mac */
/*--------------------------------------
flow clear End
--------------------------------------*/
