@charset "utf-8";
/********************************************************************************************

カテゴリ用css

*********************************************************************************************/

/*カテゴリー共通*/
.edu_hline1{
	color:#0E378B;
	font-weight:bold;
	margin-bottom:5px;
	font-size:120%;
}


.link_box{
	border:#0E378B solid 1px;
	padding:15px 0px 15px 10px;
}
	
	
	
	
/*curriculum.html*/
.cu_table{
	margin-bottom:40px;
}
	.cu_table th{
		background-color:#EFEFEF	
	}
	.cu_table th.lh{
		background-color:#F4F4F4	
	}
	.cu_table td{
		text-align:center;	
	}
	
	
/*3tests.html*/
.tests_table{
	margin-bottom:10px;
}
	.tests_table th{
		background-color:#EFEFEF
	}
	.tests_table td{
		text-align:right;	
	}
	.tests_table td.alignC{
		text-align:center;
	}
	
	
/*language.html*/
.lang_table{
	margin-bottom:30px;
}
	.lang_table th{
		background-color:#E1E5ED;
	}
	.lang_table .color1{
		background-color:#F3F4F6;	
	}
.lang_voice{
	background-color:#EDEFF3;
	padding:10px 15px;
}