/* フィルター */
.filter {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: 0.1rem solid var(--tertiary-bg-color);
    border-radius: 0.5rem;
}
.filter-title {
    color: var(--heading-color);
    font-size: 1rem;
    font-weight: bold;
}



/* 登録日フィルター */
.filter-date-start-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.filter-date-end-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.filter-date-start-end-value {
    width: 100%;
}



/* 接続先フィルター */
.filter-ix {
    max-height: 11rem;
    overflow-y: auto;
}
.filter-ix-value {
    display: block;
    font-size: 0.9rem;
}



/* ASN・組織名フィルター */
.filter-asn-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.filter-org-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.filter-asn-org-value {
    width: 100%;
}



/* フィルター・リセットボタン */
.button-filter-reset {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
.button-start {
    font-size: 0.75rem;
    font-weight: bold;
}
.button-reset {
    font-size: 0.75rem;
    font-weight: bold;
}



/* 登録日 */
.date-link {
    color: var(--heading-color);
    text-decoration: none;
}



/* ページネーション */
.pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.pagination a,
.pagination span {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}
