/* 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-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #152A3C;
	border-right-color: #152A3C;
	border-bottom-color: #152A3C;
	border-left-color: #152A3C;
}
#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: #000000;
	margin-left: 24px;
	padding-bottom: 8px;
}
