@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] business.css
	[ Last UpDate ] Sep 2013
	[ Version     ] 1.0 
--------------------------------------------------------------
--------------------------------------------------------------
*/
/*
--------------------------------------------------------------
div#businessList
--------------------------------------------------------------
*/

div#businessList
{
	display: block;
	width:660px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	clear: both;
	margin-left: 0px;
}
	div#businessList div
	{
		display: block;
		width:288px;
		min-height: 196px;
		height: auto !important;
		height: 196px;
		float: left;
		margin-left: 36px;
		margin-top: 18px;
		margin-bottom: 18px;
	}
		div#businessList div p
		{
			display: block;
			width:270px;
			min-height: 36px;
			height: auto !important;
			height: 36px;
			margin-left: 9px;
			margin-top: 4px;
			clear: both;
			margin-bottom: 4px;
		}

		div#businessList div ul
		{
			display: block;
			width:268px;
			min-height: 36px;
			height: auto !important;
			height: 36px;
			margin-left: 9px;
			margin-top: 0px;
			clear: both;
		}
			div#businessList div ul li
			{
				display: block;
				width:auto;
				min-height: 14px;
				height: auto !important;
				height: 14px;
				padding-left: 14px;
				background:transparent url(/__common/images/wrap/arrow.gif) no-repeat left 50%;
				margin-bottom: 6px;
			}
