お世話になります。
現在、デザインレシピを参考に「イベント告知君と検索窓」を表示しております。
以下がそのコードです。
それを検索窓のみの表示にするにはどうしたらよいのでしょうか?
コードを教えていただけると幸いです。
<style>.emRPBandSearch{display:flex;}.emRPB{margin:0;padding:0;flex:0 0 510px;}.emSearch{width:100%;margin-right:15px;}.shopSearchForm{width:100%;margin:0;}.shopSearchForm > *{vertical-align:bottom;}.shopSearchInput{width:calc(100% - 45px);height:38px;border:2px solid #bf0000;border-radius:3px;text-indent:8px;font-size:12px;font-family:"Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;line-height:32px;}.shopSearchButton{border:none;border-radius:3px;width:48px;height:38px;margin-left:-3px;cursor:pointer;background:#bf0000 url('/com/img/home/itempage/haeder_sprite.png') no-repeat 1px -239px;}</style><div class="emRPBandSearch"><div class="emSearch"><form method="get" class="shopSearchForm" action="
https://esearch.rakuten.co.jp/rms/sd/esearch/vc" accept-charset="EUC-JP" target="_top">
<input type="hidden" name="sid" value="SHOP-ID">
<input type="text" name="sitem" value="" size="40" placeholder="ショップ内から探す" class="shopSearchInput"><button class="shopSearchButton"></button></form></div><div class="emRPB">
<iframe src="
https://www.rakuten.ne.jp/gold/********/rpoint_box/rpoint_box_scroll.html" width="510" height="75" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" hspace="0" vspace="0"></iframe>
</div></div>