@charset "UTF-8";

@import url("../../share/css/style.css");

/* --------------------------------------------------------------------------------------
 course/index
--------------------------------------------------------------------------------------- */

.nextClass h2 {
	margin-bottom: 10px;
	font-size: 150%;
}

/* summaryBlock -------------------- */

.nextClass .summaryBlock {
	width: 610px;
	margin:17px 0 0 2px;
	border-bottom: 1px solid #CCCCCC;
}

.nextClass .summaryBlock .photo {
	margin-top: 4px;
}

.nextClass .summaryBlock .txt {
	width: 470px;
}


/* detailBlock -------------------- */

.nextClass .detailBlock {
	width: 608px;
	margin-top: 17px;
}
.nextClass .detailBlock:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.nextClass .detailBlock { display:inline-block; }
/*\*/
* html .nextClass .detailBlock { height:1%; }
.nextClass .detailBlock { display:block; }
/**/

.nextClass .detailBlock .txt table {
	margin-bottom: 17px;
}

.nextClass .detailBlock .txt table th,
.nextClass .detailBlock .txt table td {
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.nextClass .detailBlock .txt table th {
	padding-right: 8px;
	white-space: nowrap;
}

.nextClass .detailBlock .txt .btn {
	padding: 3px 0;
}

.nextClass .detailBlock .photo {
	float: right;
	margin-top: 3px;
}
