@charset "utf-8";
/* CSS Document */

/* laws ==============================================================
	1. p-mainTitle
	2. p-content
======================================================================== */

/* =====================================================================
	1. p-mainTitle
======================================================================== */

.p-laws .p-mainTitle {
	width: 100%;
	height: 90px;
	background: url(../img/title/title_laws.png) no-repeat center, url(../img/title/bg_title.jpg) repeat center;;
}
@media screen and (max-width: 999px) {
	.p-laws .p-mainTitle {
		height: 45px;
		background-size: auto 45px;
	}
}

/* =====================================================================
	2. p-content
======================================================================== */

.p-laws .p-content {
	padding-bottom: 100px;
	background: url(../img/laws/bg_content.jpg) repeat center;
}
.p-laws .p-content .p-table {
	width: 960px;
	height: auto;
	margin: 0 auto 20px;
}
.p-laws .p-content .p-table th {
	width: 280px;
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(188, 151, 128, 0.2) solid 2px;
	vertical-align: top;
	text-align: left;
	color: #7F3F00;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.6rem;
	background-color: #FFFFFF;
}
.p-laws .p-content .p-table td {
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(188, 151, 128, 0.2) solid 2px;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.6rem;
	background-color: rgba(255, 255 ,255, 0.5);
}
@media screen and (max-width: 999px) {
	.p-laws .p-content {
		padding-bottom: 50px;
	}
	.p-laws .p-content .p-table {
		width: auto;
		margin: 0 10px 10px;
	}
	.p-laws .p-content .p-table th {
		display: block;
		width: auto;
		padding: 10px;
		border-width: 1px;
	}
	.p-laws .p-content .p-table td {
		display: block;
		padding: 10px;
		border-width: 1px;
	}
}
	