document.getElementById('cal1_div').innerHTML = '
【新春特別講演会どうなる2026年@ライブ配信のみ(後日の録画配信はありません)】
2026/01/11 13:30:00
詳細はこちらをご覧下さい

【ITなるほど講座@2026年のリスキリング】
2026/01/25 14:00:00
詳細はこちらをご覧下さい

';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'; }