$(function(){
$(".top_cat_list:eq(2)").addClass("edge_r");
$(".top_cat_list:eq(5)").addClass("edge_r");
$(".step_list li:last-child").addClass("adjust_mb");
$(".circle_list li:last-child").addClass("adjust_mb");
$(".partition_b").after('<span class="area_line"></span>');
$("a.term").click(function(){
		$(this).parent().siblings().slideToggle("fast");
		return false;
	});
});
