お世話になっております。
現在2店舗目の開店に向けて作業をしております。
1店舗目のレフトナビを移植しようと試みているのですが、最新での楽天市場側での推奨幅が150pxに合わせて作り変えようとしているのですが、どう頑張っても150pxまでサイズが下がりません。
また、1店舗目開店のタイミングではcss、htmlに関しては外注したため、もしかしたら不要な情報も残っているかもしれません。
css、htmlに詳しい方がいらっしゃいましたら、お力添えいただきたいです。
<!-- ==========レフトナビ========== -->
<style type="text/css">
<!--
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { text-decoration:none; color:#CCC; }
a:active{ color: #000000; }
#leftNavi table{border-collapse:collapse; border-spacing:0;}
#leftNavi table th, #leftNavi table td{margin:0; padding:0;}
#leftNavi img{margin:0; padding:0; border-style:none;}
#leftNavi table#tableNavi{width:200px;}
#leftNavi table#tableNavi .pa05{padding-top:5px; padding-bottom:5px;}
#leftNavi table#tableNavi .paB10{padding-bottom:10px;}
#leftNavi table#tableNavi .inputTextForm{border:1px solid #ccc;}
#leftNavi table#tableNavi .inputTextForm form{margin:0; padding:0;}
#leftNavi table#tableNavi .inputTextForm table input{margin:0; padding:0;}
#leftNavi table#tableNavi .inputTextForm table th, #leftNavi table#tableNavi #leftNavi .inputTextForm table td{text-align:left; padding:3px;}
#leftNavi table#tableNavi .inputTextForm table th input.text{color:#666; border:1px solid #fff; width:168px; font-size:12px;}
#leftNavi table#tableNavi table.lNavCate{border-top:none; width="180";/*border-bottom:1px solid #fce6f6;*/ padding="0"}
#leftNavi table#tableNavi table.lNavCate th{border-bottom:1px dotted #fca8da; background-color:#fce6f6;}
#leftNavi table#tableNavi table.lNavCate td.CateCap {padding:0px;/*border-bottom:1px dotted #fce6f6; font-size:12px; font-weight:bold; color:#000033; background-color:#fce6f6;*/}
#leftNavi table#tableNavi table.lNavCate td{padding:5px 5px 5px 20px; font-size:12px;}
#leftNavi table#tableNavi table.lNavCate td img{/*margin-right:5px; */vertical-align: text-bottom;}
#leftNavi table#tableNavi table.lNavCate td a{text-decoration:underline; color:#000033;}
#leftNavi table#tableNavi table.lNavCate td a:hover{text-decoration:none; color:#CCC;}
#leftNavi #searchArea{
width:200px;
background-color: #cffbfc;
border: medium dotted #ff0099;
}
#leftNavi #searchArea td{
text-align: center;
vertical-align: middle;
font-size: 75%;
padding:3px;
}
#leftNavi #search #searchBtn{
width:65px;
height:30px;
margin-left:10px;
}
#leftNavi .search-btn {
border-radius: 5px;
box-shadow: none;
border: 0 none;
color: #fff;
font-weight: bold;
height: 20px;
margin: 0;
padding: 0;
position: absolute;
position:relativer
text-align: center;
width: 40px;
font-size: 8px;
background-color: #FF0099;
}
.submit_btn{
text-align : center ;
align: center;
}
-->
</style><!-- /CSS -->
<br>
<br>
<div id="leftNavi">
<table id="tableNavi">
<tr>
<td bgcolor="#DAB0B0" height="30px">
<div align="center"><font color="#ffffff" size="2"><b>↓ 店舗内サーチはこちら ↓</b></font></div>
</td>
</tr>
<tr>
<td class="paB10">
<div class="inputTextForm">
<form method="get" action="
https://esearch.rakuten.co.jp/rms/sd/esearch/vc" accept-charset="EUC-JP">
<table width="200">
<tr>
<th>
<input type="text" name="sitem" style="border:0px;">
<input type="hidden" name="sv" value="6">
<input type="hidden" name="sid" value="店舗番号6桁">
<input type="hidden" name="f" value="A">
</th>
<td>
<input type="image" alt="検索" src="
https://image.rakuten.co.jp/SHOP-URL/cabinet/03479187/img61112381.gif"> </td>
</tr>
</table>
</form>
</div>
</td>
</tr>
</table>
<!-- /tableNavi -->
</div>
<!-- /leftNavi -->
<!-- ==========/レフトナビ========== -->