@charset "utf-8";

.mt-16 {
    margin-top: 16px;
}

.fund-report__body {
    margin-top: 24px;
}

.fund-report__date,
.fund-report__title {
    font-weight: bold;
}

.fund-report__date {
    color: #606060;
}

.fund-report-list {
    margin-top: 8px;
}

.fund-report-list__item {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.fund-report-list__item:first-child {
    margin-top: 0px;
}

.fund-report__asset-name {
    margin-top: 4px;
    font-size: 1.2rem;
    color: #909090;
}
