
#content-main table {
	border-top: 2px solid #333;
}
#content-main table thead th {
	border-top: 1px solid #d1d1d1;
}

#content-main table thead ul li {
	list-style-type:none;
	text-align:center;
	padding:0;
	color:#000;
}
#content-main table tbody ul li {
	list-style-type:none;
	text-align:center;
	padding:0;
}

/*배치도 테이블*/
table#plot-plan {
	border-top:none;
}
#plot-plan .floor {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	background-color: #f9f9f9;
	border-bottom:1px solid #ccc;
	}

 #plot-plan table td {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
/* 	padding: 8px 0; */
	border: 1px solid #d1d1d1;
	border-left: 0 none;
}
#plot-plan .marking {
background-color : #c0e4da;
}

table#plot-plan tbody {
	border-top:2px solid #333;
}
