@charset "utf-8";
/* CSS Document */
.page_content dl.course {
	width: 100%;
	font-weight: bold;
	font-size: 117%;
}
.page_content dl.course dt {
	display: table-cell;
}
.page_content dl.course dd {
	display: table-cell;
}
.course_area {
	margin-bottom: 10px;
}
.information_wrap {
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #00a7d7;
}
.information_wrap ol {
	list-style: none;
	margin-bottom: 10px;
}
.information_wrap em {
	font-weight: bold;
}
.txt_link {
	margin-top: 10px;
}
.page_content .txt_link a {
	font-size: 100%;
}