﻿.site-banner.icon-bg {
    background-image: url(../../images/investor/banner5_02.png);
}
.report-list .tdL,
.report-list .tdR,
.report-list .tdM {
    border-left: 1px solid #ddd;
}
.report-list .tdR {
    border-right: 1px solid #ddd;
}
.report-list .web-groupLR .row > div {
    border-bottom-color: rgba(221, 221, 221, 0.7);
}
.report-list a {
    color: #009966;
}
.report-list.new .tdL {
    min-width: 60px;
}
.report-list.new .tdR,
.report-list.new .tdM {
    min-width: 77px;
}
/* pad */
@media (max-width: 820px) {
    .report-list.new .row .cell {
        padding-left: 0;
        padding-right: 0;
    }
    .report-list .ex {
        display: none;
    }
}
/* phone */
@media (max-width: 576px) {
    .site-keypoint > .wrapper {
        max-width: 375px;
    }
}
