[[CSSStyleDeclaration.setProperty]]を使って第3引数に指定する。 ```javascript element.style.setProperty('padding', '10px', 'important'); ```