/* アコーディオン */	
window.onload = function() {
 $(".Acc").accordion({header: "h4", alwaysOpen:false, active: "selected", autoHeight:false});
}