<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ã‚«ã‚¹ã‚¿ãƒ&nbsp;ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®è¡¨ç¤ºç”¨ã‚¹ã‚¿ã‚¤ãƒ« */

/* ãƒ†ãƒ¼ãƒ–ãƒ«å½¢å¼ã®ã‚«ã‚¹ã‚¿ãƒ&nbsp;ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰è¡¨ç¤ºç”¨ã‚¹ã‚¿ã‚¤ãƒ« */
.af-custom-fields-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.af-custom-fields-table thead th {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.af-custom-fields-table tbody tr {
    border-bottom: 1px solid #eee;
}

.af-custom-fields-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.af-custom-fields-table tbody tr:hover {
    background-color: #f0f0f0;
}

.af-custom-fields-table td {
    padding: 10px;
}

.af-custom-fields-table .af-field-name {
    font-weight: bold;
    width: 30%;
}

.af-table-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* ãƒ‡ãƒãƒƒã‚°æƒ…å&nbsp;± */
.af-debug-info {
    margin: 20px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.af-debug-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

/* æ˜Ÿè©•ä¾¡ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.af-field-value.star {
    color: #ffb400;
}
</pre></body></html>