document.getElementById('cal1_div').innerHTML = '
【新春特別講演会どうなる2026年@ライブ配信のみ(後日の録画配信はありません)】
【ITなるほど講座@2026年のリスキリング】
';document.getElementById('cal2_div').innerHTML = '';document.getElementById('cal3_div').innerHTML = '';function ChngMonth(cal1,cal2,cal3){
document.getElementById(cal1).style.display = '';
document.getElementById(cal2).style.display = 'none'; document.getElementById(cal3).style.display = 'none';
}
function ChngBtn(num){
document.getElementById("bt1").style.backgroundColor = 'white'; document.getElementById("bt2").style.backgroundColor = 'white'; document.getElementById("bt3").style.backgroundColor = 'white'; document.getElementById(num).style.backgroundColor = 'pink';
}