#main section p{
	font-size: 1.4em;
	margin: 0 20px 15px;
}
#main section h3{
	font-size: 1.6em;
	background: hsl(var(--muted-600));
	color: hsl(var(--foreground));
	padding: 10px 20px;
	margin-top: 40px;
	border: 1px solid hsl(var(--border));
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#main section ul{
	font-size: 1.4em;
	margin: 20px 35px;
}
#main section ul li{
	padding: 0 20px;
	background: url(/common/img/square-brown.gif) no-repeat 5px 7px;
}

#main section p.link{
	padding-left: 23px;
	position: relative;
	list-style: none;
	background: none;
}
#main section p.link::after{
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.25rem solid hsl(var(--foreground));
}
#main section p.link:hover::after{
	left: 0.55rem;
}


#main section table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid hsl(var(--muted));
	border-left: 1px solid hsl(var(--muted));
}
#main section table tr{
	border-bottom: 1px solid hsl(var(--muted));
}
#main section table tbody th,
#main section table tbody td{
	padding: 10px 15px;
	border-bottom: 3px solid hsl(var(--muted));
	border-right: none;
}
#main section table tbody th{
	background: hsl(var(--muted-600));
	vertical-align: middle;
	width: 220px;
}
#main section table tbody td{
	line-height: 1.8;
	background: #FFF;
}
#main section table tbody td .note{
	font-size: 12px;
}
