@charset "UTF-8";

#main h2 {
	color: #000;
	font-size: 14px;
	margin: 1.5em 0 5px 0;
}
div.rect {
	background-image: url(../../../img/common/rect.png);
	background-position: bottom;
}
#main div.rect h2 {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background-image: url(../../../img/common/rect.png);
	border-bottom: 1px solid #ccc;
}
#main div.rect h2 span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
#main div.rect ul {
	padding: 5px 10px 10px 3em;
}
#main div.rect li {
	list-style: square;
}
table#step th,
table#step td {
	padding: 0 5px 10px 0;
}
#main p.qlientname {
	color: #000;
	margin: 0;
}
#main dl {
	margin: 0 0 15px 1em;
}
#main dt {
	color: #000;
}
#main dd ul {
	padding-left: 2em;
}
#main dd li {
	list-style: square;
}
table#course {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
#course th {
	text-align: center;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 33%;
}
#course td {
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
