@charset "UTF-8";

.law_table {
	border-collapse:collapse;
	margin:20px auto;
	width:90%;
}

.law_col_th {width:20%;}

.law_col_td {width:80%;}

.law_th, .law_td {
	border:1px solid #ccc;
	padding:5px;
}

.law_th {background-color:#eee;}

@media all and (max-width : 512px) {

	.law_col_th, .law_col_td {width:100%;}

	.law_table, .law_tr, .law_th, .law_td {display:block;}

	.law_th, .law_td {border-bottom:none;}

	.law_table {border-bottom:1px solid #ccc;}

}
