@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_service.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);

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

	aa

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

/* a -------------*/







/* 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 */
