/* ==============================
  statistics
  UPD 2026-02-13
============================== */

/* style.css + 調整 */
ul.fileList {
  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: 13px;
	margin: 0 0 1rem;
	padding: 0;
}


