@charset "UTF-8";
/* CSS Document */
sup {
	font-size: 50%;
	font-weight: bold;
}
dl.sub {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom: 1px dotted #AAAAAA;
}
.sub dt {
	float:left;
}
.sub dd { 
    margin:0 0 0.5em 5em;
}
.date {
	font-weight:bold;
}

#seminar_list dl {
	margin-bottom:50px;
}


#seminar_list dl dt {
	float:left;
	width:11em;
	margin-bottom: 20px;
}
#seminar_list dl dd {
	margin-left:11em;
	margin-bottom:20px;
}

.sub ol {
	margin-top: 0;
}


.gotolist {
	text-align:right;
	margin-bottom:50px;
}

.no_ind {
	margin-bottom:0.7em;
	margin-top:0;
	padding-top:0;
}
ul {
	margin-top:0;
	padding-top:0;
}
li {
	margin:0;
	padding:0;
	list-style-type:disc;
}