@charset "UTF-8";
/* CSS Document */
/* 2026/02/03 */

/* 常用漢字部首別ランキングページ */
/* --- 共通レイアウトスタイル --- */
tr { vertical-align: top; }

.kazu { font-size: 13px; }

.mincho {
    font-size: 20px;
    font-family: Mincho, serif; /* 明朝体 */
}

.mincho_busyu {
    font-size: 20px;
    font-family: Mincho, serif; /* 明朝体 */
}

.mincho_busyu_yomi {
    font-size: 13px;
    font-family: Mincho, serif; /* 明朝体 */
}

table.tablesorter tbody td {
    padding: 10px 3px;
}

/* 2行目以降を4文字下げ */
.indent-04 {
    padding-left: 4em;
    text-indent: -4em;
}

/* --- リンクボタンの共通スタイル --- */
.ranking-btn-container {
    text-align: center;
    margin: 20px 0;
}

.ranking-link-btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #f7f3e6;
    color: #8b4513;
    border: 1px solid #dcd7c9;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.ranking-link-btn:hover {
    background-color: #8b4513;
    color: #fff;
    border-color: #8b4513;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}