
/* 입력폼 */
.tableins {
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.tableins tbody tr th {
	padding: 5px 4px 5px 8px;
	background: #fafafa;
	color: #5a5a5a;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	border-bottom: 1px solid #e6e6e6;
}
.tableins tbody tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	color: #5a5a5a;
	text-align: left;
	line-height: 130%;
	border-bottom: 1px solid #e6e6e6;
}


