sage表記しないことでレスヘッダーの並びを揃えるcss
背景色でage,sage区別
```
.res-mail {
background-color: rgba(111, 216, 85, 0.1);
}
.sage {
font-size: 0;
background-color: rgba(86, 97, 216, 0.3);
}
```