jQuery(function($){
$("div.courseguide_wrap > div.courseblock:nth-child(3n+1)").css("margin-left","0")
});


jQuery(function($){
$("ul.sbm_list > li:first").css("margin-left","0")
});

jQuery(function($){
$("div.condition > dl.planlist:first").css("margin-left","0")
});

jQuery(function($){
$("dl.table dt:first").css("border-top","none")
$("dl.table dd:first").css("border-top","none")
});

jQuery(function($){
$("ul.success li:nth-child(3n)").css("width","227px")
});



jQuery(function($){
$("ul.qa_blocklist li:odd").addClass("qaright")
});

// achievement

jQuery(function($){
$(".achievement_perform_block:nth-child(3n+2)").css("margin-left","12px")
$(".achievement_perform_block:nth-child(3n+3)").css("margin-left","11px")
$(".achievement_consul_photolist li:nth-child(4n+1)").css("margin-left","0")
$("#achievement_record_wrap .achievement_record_block:odd").addClass("right")
});

//service

jQuery(function($){
$(".office_photolist li:odd").addClass("odd")
$(".office_photolist2 li:odd").addClass("odd")
$(".service_menu:odd").addClass("odd")
});

// merit

jQuery(function($){
$(".merit_photolist li:nth-child(3n+1)").addClass("first")
});


//college

jQuery(function($){
$(".college_btn01 li:nth-child(3n+1)").addClass("first")
$(".college_btn02 li:nth-child(3n+1)").addClass("first")
$(".checklist_block:even").css("margin-left","0")
});










