-- ボタン2つを右寄せしたグループ --> <div class="button-group"> <button type="button" class="btn" id="prev-month">前月</button> <button type="button" class="btn" id="next-month" class="btn-secondary">次月</button> </div> </div> <table id="calendar"></table> `; ...