/* charset */
@charset "UTF-8";

#main .term h2	{
	font-size: 15px;
	line-height: 16px;
	color: #172D3E;
	padding-bottom: 7px;
	padding-top: 17px;
}
#main .term h2.line	{
	margin-top: 8px;
	border-top:#253415 solid 1px;
}
html[xmlns*=""] body:last-child #main .term h2.line	{
	margin-top: 8px;
	border-top:#253415 solid 1px;
	padding-top:10px;
}
#main .term p	{
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	padding-bottom: 8px;
}
#main .term ul	{}
#main .term li	{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-left: 24px;
	padding-bottom: 8px;
}
