<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
	background-image: url(背景画像のパス);
	background-position: 50% -44px;
	background-repeat: no-repeat;
	background-color: white;
}

@media all and (-ms-high-contrast: none){
#eswsSearchForm {
    margin-top: -22px !important;
}
}</pre></body></html>