/* ===================================
   サンプルコンボ表示用スタイル
   ファイル: /css/samplecombo.css
   =================================== */

.samplecombo-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

/* 最初の <td> の幅を固定（コンボ名、ダメージ、難易度） */
.samplecombo-table td:first-child {
  width: 150px;
}

/* コンボ番号 */
.combo {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
}

/* ダメージ表示 */
.damage {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

/* 難易度表示 */
.difficulty {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

/* コマンド表示（右の大きい欄） */
.command {
  font-size: 16px;
  line-height: 1.6;
  padding: 12px;
}

/* 補足情報（.hosoku）にも対応 */
.hosoku {
  font-size: 14px;
  line-height: 1.7;
  border-left: 4px solid #0073aa;
  padding: 10px 15px;
  margin: 1.5em 0;
  border-radius: 5px;
}
