
/* management_course.htmlのみで使用しているCSSです */

	table{
		margin:0 0 0 15px;
		border:1px solid #333;
	}

	table th{
		padding:5px 0 5px 0;
		background-color:#F0F8F9;
		border:1px solid #333;
	}

	table td{
		padding:5px 5px 5px 5px;
		border:1px solid #333;
	}

	table th.course{
		width:195px;
	}

	table th.day{
		width:230px;
	}

	table th.member{
		width:80px;
	}

	table td.member{
		text-align:right;
	}

	table.same th{
		width:177px;
	}

	table.same th.parts{
		width:65px;
	}

	table.same td{
		text-align:right;
	}

	ul{
		margin:0 0 15px 15px;
	}

	ul li{
		margin:0 0 0 15px;
		padding:0 0 0 0;
	}

	ul li span{
		width:12px;
		margin:0 0 0 -15px;
		padding:0 0 0 0;
		float:left;
	}

