@charset "utf-8";

/* --- PAGETITLE --- */
#pagetitle {
	width: 100%;
	margin: 0;
}

#pagetitle img {
	width: 100%;
	height: auto;
}

/* --- CONTENTS --- */
#law {
	width: 100%;
	margin: 60px auto;
}

#law .innerblock {
	width: 750px;
	margin: 0 auto;
}

	
/* --- TABLE --- */
#law .table-law {
	width: 100%;
	border-top: 1px solid #eee;
	border:;
}

#law .table-law th,
#law .table-law td {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	vertical-align: text-top;
}

#law .table-law th {
	width: 25%;
	text-align: left;
	font-weight: normal;
}
	

@media screen and (max-width:800px) {
#law {
	width: 100%;
	margin: 60px 0;
	padding: 0 20px;
	box-sizing: border-box;
}

#law .innerblock {
	width: 100%;
	margin: 0 auto; 
}

#law .table-law th {
	width: 35%;
	padding-right: 15px;
	text-align: left;
	font-weight: normal;
}

}
