@charset "utf-8";
/* rec-css */

table#rec-price{
	/*background:#E4E2DD;*/
	/*border:1px solid #E4E2DD ;*/
		border-collapse: collapse;
	margin:20px;
	
}

table#rec-price th{
	/*background:#fff;*/
	border:1px solid #2C3E50;
	padding:3px;
text-align:center;
}

table#rec-price td{
	/*background:#fff;*/
	border:1px solid #2C3E50;
	padding:3px;
	text-align:center;
}

ul.list-disc{
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:40px;
}

#equip{
	width:570px;
	margin:20px;
	border:1px solid #DBD9D3; 
	padding:20px;
	
	}
	
#equip dl{
	border-bottom:dotted 1px #DBD9D3;
	margin-bottom:3px;
	width:100%;
	float:left;
	
	}	

#equip dt{
	float:left;
	width:150px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	}	
	
#equip dd.manuf{
	float:left;
	width:80px;
	}	
	
#equip dd.name{
	float:left;}		