>>797
自分はこうしてる
span.res-mail.sage { color: blue; } // sageを青字にする
span.res-mail:not(.sage){ color: red; } // sageでないものは赤字にする