$(function(){
$("#accordion_area_type_app").accordion({
active:"h3.selected",
header:"h3.type_job",
alwaysOpen:false,
autoHeight:false
});
});

$(function(){
$("#accordion_area_type_jpn").accordion({
active:"h3.selected",
header:"h3.type_job",
alwaysOpen:false,
autoHeight:false
});
});

$(function(){
$("#accordion_area_type_usa").accordion({
active:"h3.selected",
header:"h3.type_job",
alwaysOpen:false,
autoHeight:false
});
});

$(function(){
$("#accordion_area_faq").accordion({
active:"h3.selected",
header:"h3.question",
alwaysOpen:false,
autoHeight:false
});
});

$(function(){
$("#accordion_area_voice").accordion({
active:"false",
alwaysOpen:false
});
});

$(function(){
$("#accordion_area_smnfaq").accordion({
active:"h3.selected",
header:"h3.question",
alwaysOpen:false,
autoHeight:false
});
});


