@charset "utf-8";

/* ---------- extension top ---------- */

.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}

div#main h4 {
	background: #F0F0F0;
	font-weight: bold;
	font-size: 144%;
	padding: 5px 7px;
	width: 696px;
	margin: 0 0 15px;
	border-top: 2px solid #78BC0F;
	clear: both;
}

ul.extensionList{
	margin-right: 20px;
}

ul.extensionList li{
	border-bottom: #d0d0d0 dotted 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*
ul.extensionList li a{
	text-decoration: underline;
}
*/

ul.extensionList li span{
	margin-right: 10px;
}

/* ---------- extension detaile ---------- */

div.extensionRead{
	margin-bottom: 20px;
}

div.extensionRead h5{
	margin-bottom: 8px;
	font-size: 144%;
	font-weight: bold;
}

div.instructorIntroduce{
	margin-bottom: 30px;
	padding: 0 30px 0 10px;
}

div.instructorIntroduce dl{
	float: right;
	width: 515px;
}

div.instructorIntroduce dt{
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #539B2D;
	font-size: 130%;
	font-weight: bold;
	border-bottom: dotted #d0d0d0 1px;
}

div.instructorIntroduce dt small{
	color: #454646;
	font-size: 75%;
	font-weight: normal;
}

div.instructorIntroduce p{
	float: left;
	border: #d0d0d0 solid 2px;
}

dl.chairOpen{
	margin: 10px 28px 15px 10px;
	padding: 10px;
	border: 1px solid #D0D0D0;
}

dl.chairOpen dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #539B2D;
	font-weight: bold;
	font-size: 130%;
	border-bottom: #d0d0d0 dotted 1px;
}

p.extensionText{
	margin: 0 10px 20px;
}

dl.chairDay{
	margin: 10px 28px 15px 10px;
}

dl.chairDay dt{
	margin-bottom: 5px;
	color: #539B2D;
	font-weight: bold;
}

dl.chairDay dd{
	margin-left: 1em;
}

div#main table {
	width: 690px;
	margin: 0 10px 20px;
	border-collapse: collapse;
}

div#main table th {
	background: #EFEFEF;
	border: 1px solid #D0D0D0;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}
div#main table th span{
	margin-left: 10px;
	font-size: 90%;
	font-weight: normal;
}

div#main table td {
	background-color:#FFFFFF;
	padding: 6px 6px 0;
	text-align: left;
	border: 1px solid #D0D0D0;
}

div#main table td a{
	text-decoration: underline;
}

div#main table td p{
	margin-bottom: 6px;
}