/* ==============================
  selection-tournament
  UPD 2026-02-13
============================== */

/* style.css + 調整 */
ul.pdfList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* 注意書き */
.noteBox {
	margin: 1rem 0;
}
.noteBox h4 {
	margin: 0 0 5px;
	padding: 5px 0 0;
}
.noteBox p {
	font-size: 15px;
	margin: 0 0 1rem;
	padding: 0;
}


