@charset "utf-8";


/*----------------------------------------------------
 law
----------------------------------------------------*/
.tbl-law{
	width: 100%;
    color: #2C1300;
	font-size: 1.2rem;
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
	table-layout: fixed;
}

.tbl-law th{
	font-weight: normal;
	background-color: #FFCCCC;
	padding: 10px 0px;
	border-bottom: #CCCCCC dotted 1px;
}

.tbl-law td{
	padding: 10px;
	border-bottom: #CCCCCC dotted 1px;
}
    .tbl-law tr:nth-child(even) td{
		background-color: #FFF7F7;
	}

