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

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

#law h3 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #0656bf;
}

#law h3:before {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin: 0 auto 25px;
	background: #0656bf;
}

#law .table {
	display: table;
	width: 100%;
	margin-bottom: 80px;
}

#law .table dl {
	display: table-row;
}

#law .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 15em;
	padding: 1em;
	border-bottom: solid 1px #0d0d0d;
	text-align: left;
	font-weight: 500;
}

#law .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

#law .table dl:first-of-type dt {
	border-top: solid 1px #0d0d0d;
}

#law .table dl:first-of-type dd {
	border-top: solid 1px #ccc;
}
