@font-face {
	font-family:"sensyu";
	src:local("sensyu/RedditMono-SemiBold.ttf") format("trueType"),
	url("sensyu/RedditMono-SemiBold.ttf")format("trueType");
}
     body { font-family: "Helvetica Neue", Arial, sans-serif; padding: 20px; background:#fafafa; }
        h2 { color: #333; }
        button { padding: 6px 12px; font-size: 18px; background:#0066cc; color:white; border:none; border-radius:6px; cursor:pointer; margin:10px 0; }
        button:hover { background:#0055aa; }
        table { border-collapse: collapse; margin: 25px 0; background:white; box-shadow:0 3px 15px rgba(0,0,0,0.15); width:100%; max-width:1000px; }
        th, td { border: 1px solid #ccc; padding: 3px 4px; font-family:"sensyu"; font-size: 1em; text-align: center; }
        th { background:#e0e0e0; font-weight:bold; }
        tr:nth-child(even) td { background:#f8f8f8; }
        .total td { font-weight: bold; background:#ddeeff !important; }
        .ops { font-weight: bold; color: #c00; }
        .champ { color: #d00 !important; font-weight: bold; } /* タイトル獲得項目 */