@charset "UTF-8";
@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/contents.css");

.cont-wrap {
	margin-left: 31px;
	margin-right: 36px;
	margin-top: 40px;
}
.cont-wrap table {
	border-top: 1px solid #040000;
	border-right: 2px solid #040000;
	border-bottom: 2px solid #040000;
	border-left: 1px solid #040000;
	background: #EBF6FD;
}

.cont-wrap table th,
.cont-wrap table td {
	font-size: 90%;
	line-height: 150%;
	border-top: 1px solid #040000;
	border-left: 1px solid #040000;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cont-wrap table th {
	width: 100px;
	text-align: left;
}
.cont-wrap table th p {
	margin-left: 11px;
}
.cont-wrap table td {
	padding-left: 30px;
}
.detail-wrap {
	margin-top: 15px;
	background-color: #FFFBC7;
}
.detail-box {
	border-bottom: 6px solid #FCC700;
	padding: 15px;
}
.detail-box h2 {
}
.detail-box  p  {
	font-size: 75%;
	line-height: 140%;
	margin-top: 8px;
}
