@charset "utf-8";


/* ========================================================

	law.css #law

*======================================================== */

/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/*テーブル*/
.tbl-law{
	width:100%;
	color: #2C1300;
	border-collapse: collapse;
	table-layout: fixed;
}

.tbl-law th,
.tbl-law td{
	border: #665544 solid 1px;
	padding: 10px 20px 7px;
}
	.tbl-law th{
		font-weight: normal;
		background-color: #FFCCCC;
	}
	.tbl-law tr:nth-child(even) td{
		background-color: #FFF7F7;
	}



