@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  lesson
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	margin: 0 20px 20px 0;
	padding: 0 5px 2px;
	border-bottom: 3px solid #DAC744;
	color: #4E6827;
	font-size: 22px;
}

div#ctRight h2 {
	margin: 20px 20px 10px 0;
	padding: 0 3px;
	color: #4E6827;
	font-size: 18px;
	border-bottom: 1px solid #DAC744;
}

div#ctRight h3 {
	margin: 10px 10px 5px 0;
	padding: 0 3px;
	color: #4E6827;
	font-size: 14px;
}

/* --------------------------------------------------------------------------------------
 paragraphBlock
--------------------------------------------------------------------------------------- */

.paragraphBlock {
	margin:0px 25px 20px 5px;
}

.paragraphBlock p {
	margin-bottom: 1px;
}
.paragraphBlock em {
	font-size:14px;
	font-weight:bold;
	color: #4E6827;
}

/* --------------------------------------------------------------------------------------
 tableBlock
--------------------------------------------------------------------------------------- */

.tableBlock {
	width: 670px;
	margin-left: 12px;
	padding-bottom: 10px;
}

.tableBlock p {
	margin-left: 3px;
}

.tableBlock p em {
	font-size: 14px;
	font-weight: bold;
}

.tableBlock ul {
	margin-left: 8px;
}

.tableBlock .lessonTbl {
	width: 300px;
	margin: 0 0 3px;
	border-top: 1px solid #4E6827;
	float:left;
}

.tableBlock .lessonTbl th {
	border-bottom: 1px solid #4E6827;
	text-align: left;	
	font-weight: normal;
	color: #4E6827;
}
.tableBlock .lessonTbl td {
	border-bottom: 1px solid #4E6827;
	text-align: right;	
	font-weight: normal;
}


.tableBlock .lessonTbl th {
	width: 55%;
	padding: 3px 6px;
	color: #4E6827;
}

.tableBlock .lessonTbl td {
	padding: 2px 4px;
}

.tableBlock p.more {
	margin-top: 18px;
}

.tableBlock .imgLeft {
	float:left;
	margin:0 0 0 10px;
}
div#ctRight .tableBlock .lessonBlock {
	margin-bottom:10px;
}
div#ctRight .tableBlock .lessonBlock:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctRight .tableBlock .lessonBlock { display:inline-block; }
/*\*/
* html div#ctRight .tableBlock .lessonBlock { height:1%; }
div#ctRight .tableBlock .lessonBlock { display:block; }
/**/


/* scheduleTbl -------------------- */

.tableBlock .scheduleTbl {
	width: 663px;
	margin-bottom: 8px;
}

.tableBlock .scheduleTbl th,
.tableBlock .scheduleTbl td {
	padding: 5px 6px 6px;
	border: 1px solid #DAC744;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.tableBlock .scheduleTbl th {
	background: #4E6827;
	color:#FFFFFF;
}

.tableBlock .scheduleTbl td.bg01 {
	background: #FFCC33;
}
.tableBlock .scheduleTbl td.bg02 {
	background: #DBDAAA;
}

.tableBlock dt {
	margin: 20px 10px 0 0;
	color: #4E6827;
	font-size: 14px;
	font-weight:bold;
}

.tableBlock dd {
	margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------------
 section
--------------------------------------------------------------------------------------- */

div#ctRight .section {
	width: 570px;
	margin: 0 0 0 74px;
}
div#ctRight .section:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctRight .section { display:inline-block; }
/*\*/
* html div#ctRight .section { height:1%; }
div#ctRight .section { display:block; }
/**/

div#ctRight .section p {
	margin-left: 5px;
}

div#ctRight .section p.more {
	margin: 0 5px 5px 0;
}

div#ctRight .section .imgRight {
	float: right;
	margin: 0;
}

div#ctRight .section .imgLeft {
	float: left;
	margin: 0;
}

div#ctRight .section .leftBlock370 {
	float: left;
	width: 370px;
}

div#ctRight .section .rightBlock320 {
	float: right;
	width: 320px;
}

div#ctRight .section .txt90 {
	min-height: 90px;
}
* html div#ctRight .section .txt90 {
	height: 90px;
}
