@charset "utf-8";


.lcl-tbl {
	border: 1px solid #d7d4d0;
	width: 880px;
	margin:0 auto;
	font-size: 14px;
}
.lcl-tbl th, .lcl-tbl td{
	padding: 15px 20px;
	border-bottom: 1px solid #d7d4d0;
	text-align:left;
}
.lcl-tbl th{
	width: 214px;
	border-right: 1px solid #d7d4d0;
	background-color: #efedea;
	box-sizing: border-box;
}
.lcl-tbl td{
	line-height: 20px;
}