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

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

	table

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

/* table -------------*/
table {}
table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}






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