DDの展開ルート作成補助ツール1号

body { display: flex; flex-direction: column; align-items: center; /* 中央揃え */ font-size: 14px; /* 全体的なフォントサイズ */ } table { border-collapse: collapse; width: 70%; /* 少し小さく */ margin-bottom: 15px; /* 少し狭く */ font-size: 12px; /* 表内のフォントサイズ */ } th, td { border: 1px so…