@charset "UTF-8";

/*ボランティア*/
#detail{margin-top: 20px;}

#detail .l{
	float: left;
	width: 340px;
	}
	
#detail .r{
	float: right;
	width: 340px;
	}

table.tl{
	border-collapse:collapse;
	border: 1px solid #CCC;
	width: 338px;
}

table.tl th{
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #edf5e4;
	border: 1px solid #CCC;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
}

table.tl td{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCC;
}

table.tl ol{
	margin-left: 20px;
}

table.tl li{
	list-style-type: decimal;
}

/*セラピスト養成講座*/
table.tl02{
	border-collapse:collapse;
	border: 1px solid #CCC;
	margin-top: 10px;
	width: 698px;
}

table.tl02 th{
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #edf5e4;
	border: 1px solid #CCC;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
	width: 100px;
}

table.tl02 td{
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCC;
}

table.tl02 ol{
	margin-left: 20px;
}

table.tl02 li{
	list-style-type: disc;
}

/*メイクでボランティアをしたい人へ*/
ol.list{
	margin-left: 20px;
}

ol.list li{
	list-style-type: disc;
	line-height:160%;
	margin-bottom:8px;
}




