section h2{
 	text-align:right;
 	margin:0px;
}
section h3{
 	text-align:center;
 	margin:0px;
}
section h4{
	font-weight:normal;
 	text-align:right;
 	border-bottom:dashed 1px gray;
 	margin:0px;
}
section dl{
	margin:5px;
}
section dt{
	font-weight:bold;
	padding:5px 0px;
}
section dd{
	padding:5px 0px 5px 85px;
}
section dd.others{
	font-weight:bold;
}
section .onsite{
	color:black;
	background-color:#d2d232;
	border-radius:3px;
	padding:0px 20px;
	width:100px;
	font-weight:bold;
}
section .online{
	color:black;
	background-color:#32d2d2;
	border-radius:3px;
	padding:0px 20px;
	width:100px;
	font-weight:bold;
}
