@charset "UTF-8";

.topSpace {
	margin-top: 20px;
}

.section {
	width: 580px;
	margin: 0 auto;
}

.section h3 {
	width: 570px;
	margin-bottom: 15px;
	padding: 5px 0 5px 10px;
	background-color: #063813;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

.section .sctCnt {
	margin: 15px auto;
	width: 560px;
}

.sctCnt .courseList dt {
	margin-top: 7px;
	font-weight: bold;
}

.sctCnt .courseList dd {
	margin-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ccc;
}

.attentionList {
	margin-top: 10px;
}

.priceTbl {
	border: 3px double #ccc;
	border-collapse: collapse;
}

.priceTbl th,
.priceTbl td {
	padding: 5px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

.priceTbl th {
	width: 160px;
	background: #ffffcc;
	font-weight: bold;
}

.priceTbl td.attentionTd {
	width: 190px;
	background-color: #f7f7f7;
}


