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

admission

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

/*
ボックスに入ったリスト
*/
.inBoxList{
	padding:10px 10px 10px 3em;
	border:1px solid #E7E7E7;
	background:#fff;
}

.inBoxList2{
	padding:10px 10px 10px 1.5em;
	border:1px solid #E7E7E7;
	background:#fff;
}

.inBox{
	padding:10px;
	border:1px solid #E7E7E7;
	background:#fff;
}




/*==========================================================================================

index

==========================================================================================*/
.indexTbl{

}

	.indexTbl .cell1{
	}

	.indexTbl th,
	.indexTbl td{
		padding:5px 2px;
		text-align:center;
		font-size:80%;
	}
	
	.indexTbl .col1{ width:140px; }
	.indexTbl .col2{ width:110px; }
	.indexTbl .col3{ width:130px; }
	.indexTbl .col4{ width:70px; }





/*==========================================================================================

course

==========================================================================================*/
.courseTbl1{
	width:100%;
}

	.courseTbl1 .col1{ width:280px; }
	.courseTbl1 .col2{ width:220px; }
	.courseTbl1 .col3{ }



/*==========================================================================================

schedule

==========================================================================================*/
.scheduleTbl{
	width:560px;
}

	.scheduleTbl .col1{ width:100px; }
	.scheduleTbl .col2{ width:170px; }
	.scheduleTbl .col3{}


/*==========================================================================================

tuition

==========================================================================================*/
.tuitionTbl{
}

	.tuitionTbl caption{
		text-align:right;
	}

.tuitionList1{
}

	.tuitionList1 dt{
		float:left;
		width:80px;
		font-weight:bold;
	}

	.tuitionList1 dd{
		margin-left:80px;
	}

/*
long_course
--------------------------------------------------*/
.lcTbl1{
	width:100%;
}

	.lcTbl1 th,
	.lcTbl1 td{
		padding:5px 5px;
	}
	
	.lcTbl1 .colYear{ width:100px; }
	.lcTbl1 .colYear2{ width:210px; }
	.lcTbl1 .colYear3{ width:310px; }
	.lcTbl1 .colYear4{ width:410px; }
	.lcTbl1 .colCourse{ width:100px; }



.tuitionListSymbol1{
	margin-left:40px;
}
	.tuitionListSymbol1 li{
		margin-top:10px;
		position:relative;
	}
	.tuitionListSymbol1 li:first-child{
		margin-top:0px;
	}

	.tuitionListSymbol1 .tuitionSymbol1{
		position:absolute;
		top:0;
		left:-40px;
	}


