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

/* ############################################## */

.contents_title {
	width:100%;
	margin:0px 0px 10px 0px;
}
.contents_txt_title {
	width:100%;
	margin:0px 0px 10px 0px;
	background:#9b8840;
	border-bottom:2px solid #0f0c07;
}
.contents_txt_title h4 {
	font-size:14px;
	line-height:1;
	color:#fff;
	padding:5px 18px;
	font-weight:bold;
}
.sub_title {
	width:100%;
	margin:0px 0px 5px 15px;
}

/* ############################################## */

.malta_txt {
	width:100%;
	margin:0px 0px 20px 0px;
}
.malta_txt p {
	font-size:12px;
	line-height:18px;
	padding:0px 18px;
}
.sub_contents {
	margin:0px auto 20px auto;
	border:1px solid #d4ccaf;
}
.sub_contents h4 {
	border-bottom:1px solid #d4ccaf;
	background:#f1edd6;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	padding:5px 18px;
	margin:0px 0px 10px 0px;
}
.sub_contents p {
	font-size:12px;
	line-height:18px;
	padding:0px 18px;
	margin:0px 0px 10px 0px;
}

.sub_contents h5 {
	background:#9c8940;
	padding:5px 10px;
	margin:0px 18px 10px 18px;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	color:#fff;
}
.sub_contents dt {
	font-size:14px;
	line-height:18px;
	padding:0px 18px;
	font-weight:bold;
	color:#9b8840;
	margin:0px 0px 5px 0px;
}
.sub_contents dd {
	padding:0px 36px;
	font-size:12px;
	line-height:18px;
	margin:0px 0px 10px 0px;
}