@charset "utf-8";
/* CSS Document */

#gnav .this {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
}

.page_title {
	font-size: 43px;
}

.cont_box {
	padding-bottom: 100px;
	color: #d8D7CD;

}

.cont_box table {
	width: 100%;
}
.cont_box table th,
.cont_box table td {
	/*border-bottom: 4px solid #000;*/
	font-size: 14px;
	padding: 0px 0px;
}
.cont_box table th {
	border-right: 4px solid #000;
	text-align: left;
	width: 15%;
	color: #c1b08f;
	/*background-color: rgba(37, 1, 1, 0.8);*/
}
/*.cont_box table td {
	background: rgba(31, 31, 28, 0.8);
}*/
#law dl {
	font-size: 14px;
	border-bottom: 0px dotted #333;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.cont_box dl dt {
	color: #ded4bc;
	float: left;
	width: 180px;
}
.cont_box dl dd {
	overflow: hidden;
}
