/* head_07.css */ .__PFX__-h7-wrap{ background:var(--bg-color); padding:10px 0 6px; border-bottom:1px solid var(--border-color); } .__PFX__-h7-logoBox{ text-align:center; margin-bottom:6px; } .__PFX__-h7-logo{ font-size:20px; font-weight:700; color:var(--primary-color); text-decoration:none; } .__PFX__-h7-row{ display:flex; align-items:center; justify-content:space-between; padding:0 12px; gap:10px; } .__PFX__-h7-menu{ display:flex; gap:12px; } .__PFX__-h7-menu a{ font-size:13px; color:var(--text-color); } .__PFX__-h7-search{ position:relative; min-width:140px; } .__PFX__-h7-search input{ width:100%; padding:6px 30px 6px 10px; border-radius:6px; border:1px solid var(--border-color); background:var(--bg-soft-color); } .__PFX__-h7-icon{ position:absolute; top:50%; right:6px; transform:translateY(-50%); border:none; background:none; width:18px; height:18px; padding:2px; color:var(--primary-color); }