/* ロゴの固定サイズと白背景設定 */
* img[src*="logo"] {
    width: 160px !important;
    height: 14px !important;
    background-color: white !important;
    padding: 2px !important;
    box-sizing: border-box !important;
}
