@charset "utf-8";

/*---------------------------------------------------------
�@school_child
---------------------------------------------------------*/

div.child_box{margin-bottom: 20px;}

div.child_Left{width: 455px;float: left;}
div.child_Left div.midashi{padding: 0 0 18px;}

div.child_Left div.midashi h2{
	float: left;
	color: #4e6074;
	font-size: 136%;
	padding-right: 12px;
	font-weight: bold;
}

div.child_Left div.midashi p{
	float: left;
	color: #f57631;
	font-size: 107%;
	font-weight: bold;
	padding: 2px 0 0;
}

div.child_Left p.cText_01{padding: 0 0 12px;}
div.child_Left p.cText_02{padding: 0;}



/*------------テーブル------------*/
table.ta-base td.ta-lesson{
	border-bottom: 2px dotted #FF4C00;
	width: auto;
}
table.ta-base{
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
table.ta-base th{
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 10px;
}
table.ta-base th.ta-time{
	text-align: center;
	background: #eeeeee;
	color: #FF4C00;
}
table.ta-base td{
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	padding: 4px 0;
}

table.ta-base2 td.ta-lesson{
	border-bottom: 2px dotted #0E3092;
}
table.ta-base2{
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
table.ta-base2 th{
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 10px;
}
table.ta-base2 th.ta-time{
	text-align: center;
	background: #eeeeee;
	color: #0E3092;
}
table.ta-base2 td{
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 4px 0;
	font-size: 12px;
}
table.ta-base2 td.ta-lesson{
	border-bottom: 2px dotted #0E3092;
	width: auto;
}

th.ta-pool{
	background: #ececec;
	width: 100px;
	text-align: left !important;
}
th.ta-room{
	background: #ffffff;
	width: 100px;
	text-align: left !important;
}
td.ta-pool{
	background: #ececec;
	width: 25px;
}
td.ta-room{
	background: #ffffff;
	width: 25px;
}
td em{
	font-size: 10px;
	font-style: normal;
}

