@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: 565px;
	margin: 5px 0 3px;
	border-top: 1px solid #4E6827;
}

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

.tableBlock .lessonTbl th {
	width: 58px;
	padding: 2px 6px;
	color: #4E6827;
}

.tableBlock .lessonTbl td {
	padding: 2px 4px;
	border-left: 1px solid #4E6827;
}

.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.deepGreen {
	color: #4E6827
}



/* --------------------------------------------------------------------------------------
 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 .leftBlock {
	float: left;
}

div#ctRight .section .txt60 {
	min-height: 60px;
}
* html div#ctRight .section .txt60 {
	height: 60px;
}
