@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_activity.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-12-02
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

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

	flowBox

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

/* a -------------*/
.flowBox {
	clear: both;
}
.nouhau .flowBox .r,
.nouhau .flowBox .l {
	width: 300px;
}







/* clearfix
---------------------------------------------------------------------------------------------*/
#pickup ul:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#pickup ul
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #pickup ul
	{ height: 1%; }
#pickup ul
	{ display: block; }
/* End hide from IE-mac */
