@charset "UTF-8";

.law-block {
	margin-top: 30px;
}
#law table {
	width: 100%;
}
#law table,
#law table tr,
#law table th,
#law table td {
	border-collapse: collapse;
	border: 1px solid #ededed;
}
#law table tr {
	
}
#law table th {
	width: 30%;
	min-width: 300px;
	padding: 22px;
}
#law table td {
	width: 70%;
	min-width: 600px;
	padding: 22px;
}
