This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ja"><head><meta charset="UTF-8"><title>戦力格差分析レポート</title> | |
| <style> | |
| @media print { body { margin: 15mm; } h2 { page-break-after: avoid; } table, pre { page-break-inside: avoid; } } | |
| body { font-family: 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', Arial, sans-serif; font-size: 11pt; line-height: 1.7; color: #222; max-width: 900px; margin: 0 auto; padding: 20px; } | |
| h1 { font-size: 20pt; border-bottom: 3px solid #333; padding-bottom: 8px; } | |
| h2 { font-size: 15pt; border-bottom: 1px solid #999; padding-bottom: 4px; margin-top: 30px; } | |
| h3 { font-size: 12pt; margin-top: 20px; } | |
| table { border-collapse: collapse; font-size: 10pt; margin: 12px 0; width: 100%; } | |
| th, td { border: 1px solid #ccc; padding: 4px 8px; text-align: right; } |