@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document law
--------------------------------------------------------- */

#law {
	margin-bottom: 150px;
	border-top: solid 1px #d6d6d5;
}

#law dl {
	display: table;
	width: 100%;
	border: solid 1px #d6d6d5;
	border-top: 0;
	text-align: left;
}

#law dt {
	display: table-cell;
	width: 240px;
	padding: 20px;
	border-right: solid 1px #d6d6d5;
	background: #f3f3f2;
}

#law dd {
	display: table-cell;
	padding: 20px;
}
