グループ機能 階層化・最近チェックした商品リスト

■「グループ機能 階層化」
2012年1月31日より、グループ機能に階層構造の機能を追加し、パンくずリストとして複数の階層構造が表示できるようになりました。
また、商品はCSVファイルのアップロードでグループに一括登録 が可能です。

■「最近チェックした商品リスト」
2012年1月31日より、ショップの全ページに「最近チェックした商品リスト」が表示されるようになりました。
このページでは、PC、スマートフォンのそれぞれのテンプレートにおけるアップデート方法を記載しています。※モバイルはこの機能に対応しておりません。

機能追加概要

【管理者ページの設定】グループ管理

グループ管理】で作成したグループに商品を設定します。グループは最大で8階層まで作成することができるようになりました。
また、【商品登録】ページで商品を登録する時にグループを選択することが可能です。グループに対して、商品を一括登録する場合は【グループ商品一括登録】が可能です。


【ショップでの表示】 商品詳細・商品一覧ページ

【グループ管理】ページで作成したグループのパンくずリストを複数階層で表示します。
商品詳細ページは今までカテゴリーのパンくずリストだけが表示されていましたがグループのパンくずリストも表示されるようになりました。


【ショップでの表示】最近チェックした商品リスト

ショップの全ページに「最近チェックした商品リスト」が表示されます。※管理者ページでの設定は必要ありません。
最大表示件数は10件です。表示件数の変更は、共通html内の「max=10」指定の数値を変更することで可能です。

「グループ機能 階層化」、「最近チェックした商品リスト」を対応させるには … パソコンショップの場合

対応方法は以下の二通りございます。どちらかの対応をお願いします。

1.再度テンプレートを追加する 【※推奨】

機能追加に対応したテンプレートをダウンロードできます。以下のマニュアルをご参照のうえ、最新のテンプレートをダウンロードし、ご利用ください。 無料テンプレートの追加方法はこちら

※有料テンプレートを再度追加する場合は、「デザイン設定」画面の最下部にある【購入済みテンプレートの再追加】のリンクより、再ダウンロードを行ってください。

2.テンプレートの該当箇所に追加する

テンプレートの編集を行う場合は、【商品詳細】【商品一覧】HTML及び【共通】HTML、CSS への追記が必要です。
使用するテンプレートを確認し、以下の指定箇所の編集を行ってください。 各ソースの編集内容はこちら

※上記タグを変更する位置が分からない場合は、再度ご利用のテンプレートをを追加していただき、上記変更後のタグが記述されている位置をご確認ください。

「グループ機能 階層化」を対応させるには … モバイルショップの場合

対応方法は以下の対応をお願いします。

1.再度テンプレートを追加する 【※推奨】

機能追加に対応したテンプレートをダウンロードできます。以下のマニュアルをご参照のうえ、最新のテンプレートをダウンロードし、ご利用ください。 無料テンプレートの追加方法はこちら

※有料テンプレートを再度追加する場合は、「デザイン設定」画面の最下部にある【購入済みテンプレートの再追加】のリンクより、再ダウンロードを行ってください。

「グループ機能 階層化」、「最近チェックした商品リスト」を対応させるには … スマートフォンショップの場合

対応方法は以下の対応をお願いします。

1.再度テンプレートを追加する 【※推奨】

機能追加に対応したテンプレートをダウンロードできます。以下のマニュアルをご参照のうえ、最新のテンプレートをダウンロードし、ご利用ください。 無料テンプレートの追加方法はこちら

※有料テンプレートを再度追加する場合は、「デザイン設定」画面の最下部にある【購入済みテンプレートの再追加】のリンクより、再ダウンロードを行ってください。

【商品詳細】【商品一覧】HTML及び【共通】HTML、CSS の編集内容

1.使用しているテンプレートを確認

【商品詳細】【商品一覧】HTML及び【共通】HTML、CSS に追加するタグは各テンプレート毎に異なります。

2.タグの挿入箇所を確認

【テンプレート別挿入タグ一覧表 】の削除箇所と追加箇所を確認しながらテンプレートを編集してください。
あいうえお … 削除箇所   … 追加箇所

■テンプレート別挿入タグ一覧表 【商品詳細】【商品一覧】HTML及び【共通】HTML、CSS
ヘンプ
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </td>
 <!-- // side area -->
 
 <!-- Main area -->
<td width="564" valign="top"><{include file = $file_name}></td>
<td width="564" valign="top"><{include file = $file_name}>
 <!-- // Main area -->
<!-- 最近チェックした商品 -->
 
</tr>
</table>
<{if $history_num != 0}>
	<table class="main_title" cellpadding="0" cellspacing="0" border="0">
	<tr><td>最近チェックした商品</td></tr>
	</table>

	<{section name=num loop=$history max=10}>
		<div class="checkitem_list">
		
			<div class="checkitem" align="center">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/26/now_s.gif" style="width:90px;height:60px;margin-bottom:3px;padding:4px;border:1px solid #DACDB9;" alt="" /></a>
				<{/if}>
				
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin-top:5px;">SOLD OUT</p><{/if}>
				</div>
			</div>
		</div>
		<!-- 4個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->
</td>
</tr>
</table>
 
 <!-- // Contents -->
 
 <!-- Footer -->
▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .product_list a:hover {
 	text-decoration:none;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}
 
 /* ------------------------------------- 
  *	ぱんくずリスト
  * ------------------------------------- */
 .footstamp {
 	width: 564px;
	height: 30px;
 	background: url(http://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-repeat;
 	color: <{$navi_list_bgcolor}>;
 	margin-bottom: 15px;
 	}
[変更箇所2]下記の部分が変更されています
 
 .footstamp img {
 	vertical-align:middle;
 }
.footstamp .bg {
	background: url("http://img.shop-pro.jp/tmpl_img/26/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;
	width: 564px;
	}

.footstamp .bg .middle {
	background: url("http://img.shop-pro.jp/tmpl_img/26/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 7px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 2px;
	}

.footstamp .bottom {
	background: url("http://img.shop-pro.jp/tmpl_img/26/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:5px;
	}
 
 /* ------------------------------------- 
  *	商品が無い時の表示
  * ------------------------------------- */
 .nodata {
 	width: 90%;
 	padding-top: 20px;
 	text-align: center;
	margin-bottom:40px;
 	}
 
 
 /* ************************************************ 
  *	商品詳細 レイアウト
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table class="footstamp" cellpadding="0" cellspacing="0" border="0">
<tr><td><img src="http://img.shop-pro.jp/tmpl_img/26/sp.gif" width="15px" height="5px" alt="" />
<a href="./">ホーム</a>
<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<{if $product_name != ""}> <span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a><{/if}>
</td></tr>
</table>

<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
			</p>
	<!-- グループ -->
			<{section name=cnt loop=$group_breadcrumb_list}>
			<p class="pankuzuline">
				<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
			</p>
			<{/section}>
			
			<div class="bottom"></div>
		</div>
	</div>
</div>
 
 <!-- Product(商品詳細) -->
 <table class="main_title" cellpadding="0" cellspacing="0" border="0">
 <tr><td><{$product.name}></td></tr>
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table class="footstamp" cellpadding="0" cellspacing="0" border="0">
<tr><td><img src="http://img.shop-pro.jp/tmpl_img/26/sp.gif" width="15px" height="5px" alt="" />
	<a href="./">ホーム</a>
	<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
	<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{if $product_name != ""}> <span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a><{/if}>
</td></tr>
</table>

<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
<{if $smarty.get.mode != 'grp'}>
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{else}>
 
	<!-- グループ -->
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
				<{/section}>
 
<{/if}>
			</p>
			<div class="bottom"></div>
		</div>
	</div>
</div>
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
 <{if $subcategory_num != 0}>
 
[変更箇所2]下記の部分が変更されています
 	<br style="clear:both;" />
 
 <{/if}>
 
 
<{section name=num loop=$sub_group}>
	<div class="product_list">
		<div class="product_item" align="center">
			<{if $sub_group[num].img_url != "" }>
			<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a>
			<{/if}>
			<div class="name"><a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a></div>
		</div>
	</div>
	<!-- 3個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}><br style="clear:both;" /><{/if}>
<{/section}>
 
 <!-- ProductList -->
 
 <table class="main_title" cellpadding="0" cellspacing="0" border="0" style="margin-bottom:1px;">

プレーン
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 
 <div id="main">
 <{include file = $file_name}>
</div>
 
<!-- 最近チェックした商品 -->
 
<{if $history_num != 0}>
	<h2>最近チェックした商品</h2>

	<{section name=num loop=$history max=10}>
		<div class="checkitem_list">
		
			<div class="checkitem">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/13/now200.gif" class="ci_img" alt="" /></a>
				<{/if}>
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin-top:5px;">SOLD OUT</p><{/if}>
				</div>
			</div>
		</div>
		<!-- 5個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

</div>
 
 <div id="side">
 	<div class="side_in">
 
▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .discount_rate_all {
 	padding:0 0 0 5px;
 	color:#ff0000;
 }
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:100px;
	margin:0 10px 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	}

.checkitem .name {
	font-size:11px;
	}
 
 /* ************************************************ 
  *	商品詳細
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{ if $product.id != "" }>
 <!-- Product(商品詳細) -->
 <h2><{$product_name}></h2>
 
<p style="margin: 10px 0;">
<p style="margin: 5px 0;">
 Category : <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> , <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
 </p>
<{section name=cnt loop=$group_breadcrumb_list}>

<p style="margin: 5px 0;">
Group : <a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}><span class="txt-f10">></span>
<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</p>
<{/section}>

 
 <form name="product_form" method="post" action="<{$cart_url}>">
 
 <div style="margin-bottom:10px;">
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- ページタイトル -->
 <h2>
Category : <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> , <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<{if $smarty.get.mode != 'grp'}>
Category : <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> , <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><br />
<{else}>
Group : 
<{section name=num loop=$group_breadcrumb}>
<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{if !$smarty.section.num.last}>
<span class="txt-f10"> , </span>
<{/if}>
<{/section}>
<{/if}>
 </h2>
 
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
<!-- カテゴリー -->
 <{if $subcategory_num != 0}>
 	<div style="padding:10px 0;">
 
 	<{section name=num loop=$sub_category}>
[変更箇所2]下記の部分が変更されています
 	<br style="clear:both;" />
 	</div>
 <{/if}>
 
<!-- グループ -->
<{if $subgroup_num != 0}>
	<div style="padding:10px 0;">

	<{section name=num loop=$sub_group}>
		<div class="subcategory">
		<a href="<{$sub_group[num].link_url}>"><{if $sub_group[num].img_url != "" }>
		<img src="<{$sub_group[num].img_url}>" /><{/if}><{$sub_group[num].name}></a>
		</div>

		<!-- 3個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	<br style="clear:both;" />
	</div>
<{/if}>
 
 <{if $productlist_num != 0}>
 <!-- 該当商品があるとき -->
 

シンプル(レッド)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <td width="500">
 
 <div id="center">
 <{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
	<div>
		<img height="50" width="488" alt="最近チェックした商品" src="http://img.shop-pro.jp/tmpl_img/4/title_checkitem_large.gif">
	</div>
	<div class="top_items">
		<{section name=num loop=$history max=10}>
		<div class="item_box">
			<div class="item_thumbnail">
				<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>">
						<img src="http://img.shop-pro.jp/tmpl_img/4/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/4/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/4/item_frame_a.gif'" /></a>
						<img src="<{$history[num].img_url}>" />
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/4/now100.gif" /></a>
					<{/if}>
					
			</div>
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin:5px 10px 10px;">SOLD OUT</p><{/if}></div>
			</div>
			
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	</div>
<br style="clear:both;" />
<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->
 </div>
 
 </td>
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 .item_box {
 	text-align: center;
 	padding-bottom: 10px;
	padding-left: 1px;
 	width: 120px;
 	float: left;
 	}
 
[変更箇所2]下記の部分が変更されています
  * ------------------------------------- */
 .footstamp {
 	padding: 10px;
 	font-size: 11px;
	}

.footstamp p {
	margin:0 0 3px 0;
 	}
 
 /* ------------------------------------- 
  *	ページタイトル
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" width="480"><tr><td>
<!-- パンくずリスト -->
<!-- カテゴリ -->
<table cellpadding="0" cellspacing="0" width="480"><tr>
<td style="padding-bottom: 3px;">
 <div class="footstamp">
<a href="./">ホーム</a>
<p><a href="./">ホーム</a>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
[変更箇所2]下記の部分が変更されています
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
</p>

<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}><p>
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10">&gt; </span>
	<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
	<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></p>
<{/section}>
 </div>
</td></tr></table>




 
</td></tr>
</table>
 
 <!-- Product(商品詳細) -->
 <p class="pagetitle"><{$product_name}></p>
 
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
 <{/if}>
 </div>
 </td></tr></table>
 
[変更箇所2]下記の部分が変更されています
 <br style="clear:both;">
 
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>
 
<{section name=num loop=$sub_group}>

<div class="item_box">

<{if $sub_group[num].img_url != "" }>
<div class="item_thumbnail">
<a href="<{$sub_group[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/4/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/4/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/4/item_frame_a.gif'" /></a>

<img src="<{$sub_group[num].img_url}>" />

</div>
<{/if}><br />
<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
</div>

	<!-- 4個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>
<br style="clear:both;">

<{/if}>
<!--//グループ-->
 
シンプル(ブルー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <td width="500">
 
 <div id="center">
 <{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
	<div>
		<img height="50" width="488" alt="最近チェックした商品" src="http://img.shop-pro.jp/tmpl_img/7/title_checkitem_large.gif">
	</div>
	<div class="top_items">
		<{section name=num loop=$history max=10}>
		<div class="item_box">
			<div class="item_thumbnail">
				<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/7/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/7/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/7/item_frame_a.gif'" /></a>
						<img src="<{$history[num].img_url}>" />
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/7/now100.gif" /></a>
					<{/if}>
					
			</div>
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin:5px 10px 10px;">SOLD OUT</p><{/if}></div>
			</div>
			
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	</div>
<br style="clear:both;" />
<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 </div>
 
 </td>
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 .footstamp {
 	padding: 10px;
 	font-size: 11px;
	}

.footstamp p {
    margin: 0 0 3px;
 	}
 
 /* ------------------------------------- 
  *	ページタイトル
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" width="480"><tr><td>
<!-- パンくずリスト -->
<!-- カテゴリ -->
<table cellpadding="0" cellspacing="0" width="480"><tr>
<td style="padding-bottom: 3px;">
 <div class="footstamp">
<a href="./">ホーム</a>
<p><a href="./">ホーム</a>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
[変更箇所2]下記の部分が変更されています
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
</p>

<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}><p>
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10"> &gt; </span>
	<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
	<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></p>
<{/section}>
 </div>
</td></tr></table>




 
</td></tr>
</table>
 
 <!-- Product(商品詳細) -->
 <p class="pagetitle"><{$product_name}></p>
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
 <{/if}>
 </div>
 </td></tr></table>
 
[変更箇所2]下記の部分が変更されています
 <br style="clear:both;">
 
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>

<{section name=num loop=$sub_group}>

<div class="item_box">

<{if $sub_group[num].img_url != "" }>
<div class="item_thumbnail">
<a href="<{$sub_group[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/7/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/7/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/7/item_frame_a.gif'" /></a>

<img src="<{$sub_group[num].img_url}>" />

</div>
<{/if}><br />
<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
</div>

	<!-- 4個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>
<br style="clear:both;">

<{/if}>
<!--//グループ-->
 
シンプル(グレー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <td width="500">
 
 <div id="center">
 <{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
	<div>
		<img height="50" width="488" alt="最近チェックした商品" src="http://img.shop-pro.jp/tmpl_img/8/title_checkitem_large.gif">
	</div>
	<div class="top_items">
		<{section name=num loop=$history max=10}>
		<div class="item_box">
			<div class="item_thumbnail">
				<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/8/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/8/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/8/item_frame_a.gif'" /></a>
						<img src="<{$history[num].img_url}>" />
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/8/now100.gif" /></a>
					<{/if}>
					
			</div>
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin:5px 10px 10px;">SOLD OUT</p><{/if}></div>
			</div>
			
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	</div>
<br style="clear:both;" />
<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 </div>
 
 </td>
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .footstamp {
 	padding: 10px;
 	font-size: 11px;
 	}
.footstamp p {
    margin: 0 0 3px;
}
 
 /* ------------------------------------- 
  *	ページタイトル
  * ------------------------------------- */
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" width="480"><tr><td>
<!-- パンくずリスト -->
<!-- カテゴリ -->
<table cellpadding="0" cellspacing="0" width="480"><tr>
<td style="padding-bottom: 3px;">
 <div class="footstamp">
<a href="./">ホーム</a>
<p><a href="./">ホーム</a>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
[変更箇所2]下記の部分が変更されています
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
</p>

<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}><p>
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10">&gt; </span>
	<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
	<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></p>
<{/section}>
 </div>
</td></tr></table>




 
</td></tr>
</table>
 
 <!-- Product(商品詳細) -->
 <p class="pagetitle"><{$product_name}></p>
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
 <{/if}>
 </div>
 </td></tr></table>
 
[変更箇所2]下記の部分が変更されています
 <br style="clear:both;">
 
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>

<{section name=num loop=$sub_group}>

<div class="item_box">

<{if $sub_group[num].img_url != "" }>
<div class="item_thumbnail">
<a href="<{$sub_group[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/8/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/8/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/8/item_frame_a.gif'" /></a>

<img src="<{$sub_group[num].img_url}>" />

</div>
<{/if}><br />
<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
</div>

	<!-- 4個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>
<br style="clear:both;">

<{/if}>
<!--//グループ-->
 
シンプル(ラベンダー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <td width="500">
 
 <div id="center">
 <{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
	<div>
		<img height="50" width="488" alt="最近チェックした商品" src="http://img.shop-pro.jp/tmpl_img/9/title_checkitem_large.gif">
	</div>
	<div class="top_items">
		<{section name=num loop=$history max=10}>
		<div class="item_box">
			<div class="item_thumbnail">
				<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/9/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/9/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/9/item_frame_a.gif'" /></a>
						<img src="<{$history[num].img_url}>" />
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/9/now100.gif" /></a>
					<{/if}>
					
			</div>
				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin:5px 10px 10px;">SOLD OUT</p><{/if}></div>
			</div>
			
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	</div>
<br style="clear:both;" />
<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->



 </div>
 
 </td>
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .footstamp {
 	padding: 10px;
 	font-size: 11px;
 	}
.footstamp p {
    margin: 0 0 3px;
}
 
 /* ------------------------------------- 
  *	ページタイトル
  * ------------------------------------- */
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" width="480"><tr><td>
<table cellpadding="0" cellspacing="0" width="480"><tr>
<td style="padding-bottom: 3px;">
 <div class="footstamp">
<a href="./">ホーム</a>
<p><a href="./">ホーム</a>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
[変更箇所2]下記の部分が変更されています
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
</p>

<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}><p>
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10">&gt; </span>
	<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
	<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></p>
<{/section}>
 </div>
</td></tr></table>



 
</td></tr>
</table>
 
 <!-- Product(商品詳細) -->
 <p class="pagetitle"><{$product_name}></p>
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
 <{/if}>
 </div>
 </td></tr></table>
 
[変更箇所2]下記の部分が変更されています
 <br style="clear:both;">
 
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>

<{section name=num loop=$sub_group}>

<div class="item_box">

<{if $sub_group[num].img_url != "" }>
<div class="item_thumbnail">
<a href="<{$sub_group[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/9/item_frame_a.gif" class="item_frame" onmouseover="this.src='http://img.shop-pro.jp/tmpl_img/9/item_frame_b.gif'" onmouseout="this.src='http://img.shop-pro.jp/tmpl_img/9/item_frame_a.gif'" /></a>

<img src="<{$sub_group[num].img_url}>" />

</div>
<{/if}><br />
<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
</div>

	<!-- 4個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>
<br style="clear:both;">

<{/if}>
<!--//グループ-->
 
ミニ
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<td valign="top">
 		<!-- Main area -->
 		<{include file = $file_name}>
 		<!-- // Main area -->
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
		<div class="checkitem_list">
			<div class="checkitem" align="center">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/10/now100.gif" width="100" height="100" /></a>
				<{/if}>
				<br />
					<a href="<{$history[num].link_url}>">
					<span style="font-weight: bolder;"><{$history[num].name}></span>
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<span class="regular_price_top"><{$history[num].regular_price}></span><br />
				<{/if}>
					<!-- 販売価格 -->
					<span class="price_top"><{$history[num].price}></span><br />
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<span class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</span>					<{/if}>
				<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:0 20px;font-size:10px;margin:5px 10px 10px;">SOLD OUT</p><{/if}>
			</div>
		</div>
			<!-- 8個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->

 	</td>
 
 
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	padding-top: 20px;
 	text-align: center;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
#checkitem {
	margin: 0;
	line-height: 170%;
	}
 
#checkitem .ci_main_title {
	border-bottom: 5px solid #CCCCCC;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}
 
.checkitem_list {
	width:120px;
	margin:10px 0;
	float:left;
	padding: 0 15px 0 3px;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	}
 
 /* ************************************************ 
  *	商品詳細 レイアウト
  * ************************************************ */
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <img src="http://img.shop-pro.jp/tmpl_img/10/top_iteminfo.gif" width="128" height="24" alt="商品詳細">
 
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="footstamp">
 	<a href="./">ホーム</a>
 
 	<{if $bid_name != ""}>
[変更箇所2]下記の部分が変更されています
 	<{/if}>
 
 	<{if $sid_name != ""}>
 		 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
	<{/if}>

	<{if $product_name != ""}>
		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
 </div>
 
<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
	<div class="footstamp" style="padding-top:0;">
		<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
			<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
	</div>
	<{/section}>
 
 
 <!-- Product(商品詳細) -->
 <div id="detail">
[変更箇所3]下記の部分が変更されています
 	<{/if}>
 </div>
 <{/if}>
 <!--//トラックバック-->
 
 
 			</td>
 		</tr>
 		</table>
 		</form>
 
 
 	<{ else }>
 		<{if $product.hide_flg == true}>
 			<!-- 該当商品はログインしないと閲覧できない時 -->
 			この商品を閲覧するにはログインが必要です。
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div style="margin:0 0 0 20px;width:90%;">
 
 <div class="footstamp">
 	<a href="./">ホーム</a>
        <{if $smarty.get.mode != 'grp'}>
 
 	<{if $bid_name != ""}>
 		 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
[変更箇所2]下記の部分が変更されています
 
 	<{if $product_name != ""}>
 		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 
 
 
[変更箇所3]下記の部分が変更されています
 	<div class="sp"></div>
 
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>

	<div class="top_title">サブカテゴリー</div>

	<div class="sp"></div>
	<{section name=num loop=$sub_group}>
		<div class="subcat_list">
			<div class="subcat_item">
				<{if $sub_group[num].img_url != "" }>
					<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a>
				<{/if}>
				<br /><a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
			</div>
		</div>
		<!-- 4個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

	<br style="clear:both;">

	<div class="sp"></div>

<{/if}>
<!--//グループ-->
 
 
 
 <!-- ページタイトル -->

ビター
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<div id="body">
 		<!-- main -->
 		<div id="main">
 			<{include file = $file_name}>
		</div>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<dl id="checkitem" class="pattern_3">
		<dt class="img">最近チェックした商品</dt>
		<dd>
		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/18/noimg.gif" class="ci_img" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#f00;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}></div>
				</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
		<br style="clear:both;" />
	</dd>
</dl>
<{/if}>
<!--//最近チェックした商品 -->
	</div>
 		<!--// main -->
 
 
 		
 		
 		<!-- side -->
 		<div id="side">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .discount_rate_all {
 	padding:0 0 0 5px;
 	color:#ff0000;
 }
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

#checitem {
	padding: 0 20px;
	}

#checkitem dt {
	background-image: url("http://img.shop-pro.jp/tmpl_img/18/main_checkitem.gif");
	}

.pattern_3 {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

.checkitem_list {
	width:110px;
	margin:10px 12px 0 0;
	float:left;
	}

.checkitem_list .ci_img {
	width:100px;
	margin-bottom:3px;
	}
 
 /* ************************************************ 
  *	商品詳細ページ
  * ************************************************ */
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 
 
 <dl id="detail" class="pattern_1">
<div class="small" style="margin:0 0 5px 20px;">
:&nbsp;<{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}>&nbsp;>&nbsp;<a href='<{$sid_link}>'><{$sid_name}></a><{/if}></div>
<!-- パンくずリスト -->
<!-- カテゴリ -->
<div class="small" style="margin:0 0 0 20px;">
:&nbsp;<{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}>&nbsp;>&nbsp;<a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
</div>
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
<div class="small" style="margin:0 0 0 20px;">
:&nbsp;<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10"></span>&nbsp;>&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</div>
<{/section}>
<br />


<!-- 商品詳細 -->
 	<dt class="text"><div class="item_title"><{$product_name}></div></dt>
 	<dd>
 	
 	<table border="0" cellpadding="0" cellspacing="0">

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	</dd>
 </dl>
 <!--// サブカテゴリー -->
 <{/if}>
<!--グループ-->
<{if $subgroup_num != 0}>
<dl id="sub_cat" class="pattern_1">
	<dt class="img">Sub Category</dt>
	<dd>
	
	<{section name=num loop=$sub_group}>
	<div class="itemarea">
		<a href="<{$sub_group[num].link_url}>" /><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}></a>
		<div class="caption"><a href="<{$sub_group[num].link_url}>" /><{$sub_group[num].name}></a></div>
	</div>
	<!-- 4個で改行 --><{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}><br class="clear" />
<{/if}>
	<{/section}>

	<br class="clear" />

	</dd>
</dl>
<{/if}>
<!--//グループ-->

 
 <{if $productlist_num != 0}>
 
 <dl id="category" class="pattern_2">
 	<dt class="text">
 		<div class="category_title">
			<h2><{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}>&nbsp;>&nbsp;<a href='<{$sid_link}>'><{$sid_name}></a><{/if}></h2>
			<h2>
			<{if $smarty.get.mode != 'grp'}>
				<{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}>&nbsp;>&nbsp;<a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
			<{else}>
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb}>
				&nbsp;>&nbsp;<a href='<{$group_breadcrumb[num].link_url}>'><{$group_breadcrumb[num].name}></a>
				<{/section}>
			<{/if}>
			</h2>
 		</div>
 		
 	</dt>
 	

アクア
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!--各ページのファイルを読み込み-->
 		<{include file = $file_name}>
 <!--//各ページのファイルを読み込み-->
 		
<!-- 最近チェックした商品 -->
 
<{if $history_num != 0}>
<div id="checkitem" style="margin:20px 15px 0 15px;line-height:180%;">
	<div class="title"><img src="http://img.shop-pro.jp/tmpl_img/12/icon_title.gif" width="12" height="12" alt="" />&nbsp;最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem">
					<div class="img">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/12/now_printing.gif" style="border:1px dotted #999999;width:90px;height:90px;" alt="" /></a>
					<{/if}>
					</div>

					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:2px 20px;margin-top:3px;font-size:10px;text-align:center;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->
 
 	<!-- 支払方法などのメニュー -->
 	<div id="menu">
 	<a href="<{$sk_url}>">特定商取引法に基づく表記</a> | <a href="<{$payment_url}>">支払い方法について</a> | <a href="<{$delivery_url}>">配送方法・送料について</a><br /><a href="<{$privacy_url}>">プライバシーポリシー</a> | <a href="<{$view_inq_url}>">お問い合わせ</a>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .trackbackDate {
 	font-size: x-small;
 }
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
#checkitem {
	margin: 0 20px 20px;
	}
 
.checkitem_list {
	width:105px;
	margin:10px 0;
	float:left;
	padding: 0 12px 0 0;
	}
 
.checkitem .img img {
	width:90px;
	margin-bottom:3px;
	border: 1px dotted #999999;
	}
 
 /*----------------------------------------------------------------------
 	PROFILE
 ----------------------------------------------------------------------*/

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div class="toptitle"><{$product_name}></div>
 <!-- //タイトル -->
 
 <!-- パンくずリスト -->
<!-- カテゴリ -->

 <div class="pankuzu" style="font-size:x-small;">
 <a href="./">ホーム</a>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
<{/if}>
<{if $product_name != ""}>
	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
 </div>
<!-- //パンくずリスト -->




 
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
<div class="pankuzu" style="font-size:x-small;">
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</div>
<{/section}>
 
<!-- //パンくずリスト -->
 
 <!-- Product(商品詳細) -->
 
 <div id="detail">

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 <!-- パンくずリスト -->
 <div class="pankuzu">
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 <{if $sid_name != ""}>
 	 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 <{if $product_name != ""}>
 	 &gt; <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
 <{/if}>
 </div>
 <!-- // パンくずリスト -->
 
[変更箇所2]下記の部分が変更されています
 </div>
 <br style="clear:both;">
 <div class="subcategory_btm" style="margin:0 20px 0 20px;"><img src="http://img.shop-pro.jp/tmpl_img/12/spacer.gif" width="100" height="20" border="0" /></div>
 <{/if}>
<!-- // サブカテゴリー -->
 
<!--グループ-->
<!-- 該当するサブカテゴリーがないときは、表示しない -->
<{if $subgroup_num != 0}>
<div id="subcategory">
	<div class="title">
	<img src="http://img.shop-pro.jp/tmpl_img/12/icon_title.gif" width="12" height="12" alt="" />&nbsp;SUB CATEGORY<br />
	</div>

	<div style="margin-top:0;">
	<{section name=num loop=$sub_group}>

		<div class="item_box" style="float:left;margin:15px 10px 0 0;width:140px;">

			<{if $sub_group[num].img_url != "" }>
				<div style="text-align:center;margin:5px 0">
				<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a>
				</div>
			<{/if}>
			<div style="text-align:center;"><a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a></div>
		</div>
		<!-- 3個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	</div>
</div>
<br style="clear:both;">
<div class="subcategory_btm" style="margin:0 20px 0 20px;"><img src="http://img.shop-pro.jp/tmpl_img/12/spacer.gif" width="100" height="20" border="0" /></div>
<{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
<!-- // サブカテゴリー -->
ブロック
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 			<!-- 真ん中エリア -->
 			<td valign="top" style="width:440px; background-image:url(http://img.shop-pro.jp/tmpl_img/3/tbl_main_bg.gif); background-repeat:repeat-y; color:#FFFFFF;">
 				<!-- コンテンツのメインエリア(消さないでください) -->
 				<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
<div class="main_menu">最近チェックした商品</div>
		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/3/now100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#f00;padding:0 20px;font-size:10px;text-align:center;color:#FFF;">SOLD OUT</p><{/if}>
					</div>
			</div>
			<!-- 3個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->

 			</td>
 
 			<!-- 右側エリア -->
 			<td valign="top" style="width:150px; background-image:url(http://img.shop-pro.jp/tmpl_img/3/tbl_right_bg.gif); background-repeat:repeat-y;">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 /*  該当商品なし  */
 .nodata {
 	font-size: 14px;
 	font-weight: bolder;
	margin: 10px;
	margin: 30px 10px 30px;
	text-align:center;
 }
 
 /* ************************************************ 
  *	ショップタイトルのサイズ、色
[変更箇所2]下記の部分が変更されています
  *	パンくずリスト
  * ------------------------------------- */
 .navi_list {
 	background: #354C72;
	margin:10px 0 10px 0;
	margin:0;
 	padding: 3px 3px 3px 28px;
 	width:100%;
 	color:#FFF;
 }
[変更箇所3]下記の部分が変更されています
 	margin:0;
 	color:#ff0000;
 }
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.checkitem_list {
	float: left;
	padding: 10px 0 5px 30px;
	width: 100px;
	}

.checkitem_list .ci_img {
	width:100px;
	margin-bottom: 2px;
	}

.checkitem_list .price_top {
	color:#FFFFFF;
	font-weight:border;
	}

.checkitem_list a {
	color:#FFFFFF;
	}
 
 /* ************************************************ 
  *	特定商取引法・お支払い方法・配送設定について
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="navi_list">
 	<a href="./">ホーム</a>
 	<{if $bid_name != ""}>
 		 > <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 	<{if $sid_name != ""}>
 		 > <a href='<{$sid_link}>'><{$sid_name}></a>
	<{/if}>
	<{if $product_name != ""}>
		 > <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
 </div>
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
<div class="navi_list">
	<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10"> > </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
</div>
<{/section}>

 
 <!-- Product(商品詳細) -->
 <{ if $product.id != "" }>
 
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 <!-- パンくずリスト -->
 <div class="navi_list">
 	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 	<{if $bid_name != ""}>
 		 > <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 	<{if $sid_name != ""}>
[変更箇所2]下記の部分が変更されています
 	<{/if}>
 	<{if $product_name != ""}>
 		 > <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>

 </div>
 
 <!-- サブカテゴリー -->
 <{if $subcategory_num != 0}>
[変更箇所3]下記の部分が変更されています
 <br style="clear:both;" />
 
 </div>
 <{/if}>
<!--グループ-->
<{if $subgroup_num != 0}>
<div class="main_menu">サブカテゴリー</div>
<div style="width:390px;margin:0 25px 15px 25px;">
<br style="clear:both;" />
<{section name=num loop=$sub_group}>
	<div class="main_more_2_1">
		<a href="<{$sub_group[num].link_url}>">
		<{if $sub_group[num].img_url != "" }>
			<img src="<{$sub_group[num].img_url}>" width="80px" style="margin-bottom:5px;"><br />
		<{/if}>
		<{$sub_group[num].name}>
		</a>
	</div>
	<!-- 3個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>
<br style="clear:both;" />

</div>
<{/if}>
<!--//グループ-->
 
 <!-- カテゴリー別商品のメニュータイトル -->
 <{if $sid_name != ""}>
 	<div class="main_menu">カテゴリー別商品【<{$sid_name}>】</div>

鹿の子
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 			
 			<!-- メインエリア右サイド -->
 			<div id="colR">
 <{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<dl id="checkitem">
		<dt>最近チェックした商品</dt>
		<dd>
		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" class="img_border ci_img" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/19/noimg100.jpg" class="img_border ci_img" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#f00;padding:3px 20px 2px;font-size:10px;color:#FFF;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 5個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	</dd>
</dl>
	<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 			</div>
 			<!--// メインエリア右サイド -->
 			<br class="clear" />
 		</div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 /* ------------------------------------- 
  *	パンくずナビ
  * ------------------------------------- */
 .pankuzu {
	height:20px;
 	margin-bottom:10px;
 	border-bottom:1px dotted <{$productlist_border}>;
	padding-bottom:5px;
 }
 
 
 /* ------------------------------------- 
[変更箇所2]下記の部分が変更されています
 	color:#ff0000;
 }
 
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

#checkitem dt {
	width:545px;
	height:25px;
	border-bottom:1px solid <{$productlist_border}>;
	margin-bottom:10px;
	font-size:0.1em;
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(http://img.shop-pro.jp/tmpl_img/19/title_checkitem.gif);
	}

.checkitem_list {
	float: left;
	margin: 10px 0;
	padding: 0 0 0 7px;
	width: 100px;
	}

.ci_img {
	width:90px;
	margin-bottom:3px;
	}

dl#checkitem {
	margin-top: 20px;
	width: 545px;
	}
 
 /* ************************************************ 
  *	商品詳細ページ
  * ************************************************ */
▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 
 <!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="pankuzu">
 	<a href="./">ホーム</a>
 	<{if $bid_name != ""}>&raquo; <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 	<{if $sid_name != ""}>&raquo; <a href='<{$sid_link}>'><{$sid_name}></a>
	<{/if}>
	<{if $product_name != ""}>&raquo; <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
 </div>
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
	<div class="pankuzu">
	<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10">&raquo; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
	</div>
<{/section}>


 <!-- // パンくずリスト -->
 
 
 <!-- 商品の詳細情報 -->
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 	<{if $bid_name != ""}>&raquo; <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 	<{if $sid_name != ""}>&raquo; <a href='<{$sid_link}>'><{$sid_name}></a>
 	<{/if}>
 	<{if $product_name != ""}>&raquo; <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &raquo;  <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 <!-- // パンくずリスト -->
 
 
[変更箇所2]下記の部分が変更されています
 
 <!--// サブカテゴリー -->
 <{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}>
<dl id="subcat">
	<dt>サブカテゴリー</dt>
	<dd>


<{section name=num loop=$sub_group}>
		<div class="itemarea">
			<{if $sub_group[num].img_url != ""}><a href="<{$sub_group[num].link_url}>" /><img src="<{$sub_group[num].img_url}>" class="img_border" /></a><{/if}>
			
			<div class="caption">
				<a href="<{$sub_group[num].link_url}>" /><{$sub_group[num].name}></a>
			</div>
		</div>
		
		<!-- 4個で改行(最後は含まない) --><{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}><br class="clear" />
		<{/if}>
<{/section}>


		<br class="clear" />
	</dd>
</dl>
<{/if}>
<!--グループ-->
 
レース
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	
 		<!-- メイン(右部) -->
 		<td id="main" class="main_clr">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>

<div class="detail_title icon_ci">最近チェックした商品</div>
<table class="arrow" cellspacing="0" cellpadding="0" border="0">
	<tr><td class="arrow_l"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="w1 h1"></td><td class="arrow_c"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="w1 h1"></td><td class="arrow_r"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="w1 h1"></td></tr>
</table>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
					<div class="img">
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" class="border" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/16/now100.gif" class="border"  style="width:90px;height:90px;" alt="" /></a>
					<{/if}>
					</div>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 5個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 		</td>
 		<!--// メイン(右部) -->
 	</tr>
 	

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	border-top:1px <{$tb_bordercolor}> dotted;
 	border-bottom:1px <{$tb_bordercolor}> dotted;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.icon_ci {
	background: url("http://img.shop-pro.jp/tmpl_img/16/c_0/icon_tb.gif") no-repeat scroll left center transparent;
	margin-left: 24px;
	padding-left: 40px;
	margin-top:15px;
	}
 
.checkitem_list {
	margin:0 0 20px 0;
	float:left;
	padding:2px 10px 0;
	width: 100px;
	}

.checkitem .img img {
	width:90px;
	margin-bottom:3px;
	}

.checkitem .price_top {
	color:#1A2D4A;
	font-weight:border;
	}
 
 /* ------------------------------------- 
  *	商品詳細検索結果
  * ------------------------------------- */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
<!-- カテゴリ -->
 <div class="pankuzu">
 	<table width="100%" cellpadding="0" cellspacing="0" border="0">
 		<tr>
 			<td class="pankuzu_l"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h1" width="15"></td>
			<td class="pankuzu_c"><a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}></td>
			
			<td class="pankuzu_c"><a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<br />
<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
				<a href="./">ホーム</a>
		<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
		<{/section}>
<br />
	<{/section}></td>
 			<td class="pankuzu_r"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h1" width="25"></td>
 		</tr>
 	</table>
 </div>
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div class="pankuzu">
 	<table width="100%" cellpadding="0" cellspacing="0" border="0">
 		<tr>
 			<td class="pankuzu_l"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h1" width="15"></td>
<{if $smarty.get.mode != 'grp'}>
 			<td class="pankuzu_c"><a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}></td>
<{else}>
<td class="pankuzu_c"><a href="./">ホーム</a><{section name=num loop=$group_breadcrumb}>&gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a><{/section}>
<{/if}>
 			<td class="pankuzu_r"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h1" width="25"></td>
 
 		</tr>
 	</table>
 </div>
 <!--// パンくずナビ -->
[変更箇所2]下記の部分が変更されています
 	<div class="scbox_bottom"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h14"></div>
 </div>
 <{/if}>
 <!--// サブカテゴリ -->
<!-- サブグループ(ないときは表示されない) -->
<{if $subgroup_num != 0}>

<!-- カテゴリーネーム -->
<div>
<table class="catname" width="100%" cellspacing="0" border="0">
	<tr>
		<td class="catname_l"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="listimg_crown"></td>
		<td class="catname_r"><{if $bid_name != ""}><{$bid_name}><{/if}></td>
	</tr>
</table>
</div>
<!--// カテゴリーネーム -->

<div class="icon_scat scbox">
	<div class="scbox_top"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h14"></div>
	<div class="scbox_body">
		<div class="box_title"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" width="109" height="17" class="listimg_sub" alt="Sub Category" /></div>
		
		<{section name=num loop=$sub_group}>
		<div class="item_box">
			<div class="p5">
				<a href="<{$sub_group[num].link_url}>">
				<div class="center"><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" class="small border" /><{/if}></div>
				<{$sub_group[num].name}></a>
			</div>
		</div>
		<!-- 4個で改行 --><{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}><br class="clr" /><{/if}>
		
		<{/section}>
		<br class="clr">
		
	</div>
	<div class="scbox_bottom"><img src="http://img.shop-pro.jp/tmpl_img/16/sp.gif" class="h14"></div>
</div>
<{/if}>
<!--// サブグループ -->
 
ビューティー
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 			
 			<!-- メイン(右側) -->
 			<div id="main">
 				<{include file = $file_name}>
<!-- 最近チェックした商品 -->
<div style="margin:10px 0 0 10px;">
<{if $history_num != 0}>
	<img src="http://img.shop-pro.jp/tmpl_img/15/detail_title4.gif" class="detail_title" />

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
					
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/15/now100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 5個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
		
	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->
 			</div>
 			<!--// メイン(右側) -->
 			<br style="clear:both;">
 			

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	border-top:1px <{$tb_bordercolor}> solid;
 	border-bottom:1px <{$tb_bordercolor}> solid;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	margin:10px 0;
	float:left;
	padding: 0 6px 0 0;
	width: 100px;
	}
 
 
.ci_img {
	border: 1px dotted #999999;
	width:90px;
	margin-bottom:3px;
	}
 
 /* ------------------------------------- 
  *	特定商取引(SK)
  * ------------------------------------- */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
<!-- カテゴリ -->
 <div class="pankuzu">
 	<a href="./">ホーム</a>
 	<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
 	<{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<br />
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
	<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
<br />
<{/section}>
 </div>
 <!--// パンくずナビ -->
 
 
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 	<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
 	<{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
 	<{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 <!--// パンくずナビ -->
 
 
[変更箇所2]下記の部分が変更されています
 </table>
 <br />
 <{/if}>
 <!--// サブカテゴリー -->
<!--グループ-->
<!-- 該当するサブカテゴリーがないときは、表示しない -->
<{if $subgroup_num != 0}>

<table width="100%" cellspacing="0" cellpadding="0">
	<tr valign="bottom"><td class="round_top"><img src="http://img.shop-pro.jp/tmpl_img/15/title_subcat.gif" width="131" alt="サブカテゴリー" /></td></tr>
	<tr>
		<td class="round_bg">
			<{section name=num loop=$sub_group}>
			<div class="item_box">
				<a href="<{$sub_group[num].link_url}>"><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}><{$sub_group[num].name}></a>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}><br class="clear" /><{/if}>
			<{/section}>
		</td>
	</tr>
	<tr><td class="round_bottom"></td></tr>
</table>
<br />
<{/if}>
<!--グループ-->
 
ナチュラル
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		
 		<td width="570" valign="top">
 			
 			<!-- コンテンツのメインエリア(消さないでください) -->
			<div id="content_main"><{include file = $file_name}></div>
			<div id="content_main"><{include file = $file_name}>

<!-- 最近チェックした商品 -->
<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
				<div class="checkitem">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/1/now100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->

</div>

 		</td>
 		
 		</tr>
 		</table>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 .nodata {
 	font-size: 14px;
 	font-weight: bolder;
	padding:30px 0;
	text-align:center;
 }
 
 /* ************************************************ 
  *	パンくずリスト
[変更箇所2]下記の部分が変更されています
 #trackback .tb_state {
 	padding: 5px 10px 5px 10px;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
    margin: 0 20px 20px 15px;
}

#checkitem .ci_main_title {
	border-bottom: 5px solid #D4D49B;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	margin:10px 0;
	float:left;
	padding: 0 11px;
	width: 100px;
	text-align:center;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	}
 
 /* ************************************************ 
  *	特定商取引法・お支払い方法・配送設定について
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="navi_list">
 
 <a href="./">ホーム</a>
 
[変更箇所2]下記の部分が変更されています
 <{if $sid_name != ""}>
 	 > <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 
<{if $product_name != ""}>
	 > <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>

</div>
 
<!-- グループ -->
 
<{section name=cnt loop=$group_breadcrumb_list}>
<div>
<a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
<span class="txt-f10"> > </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</div>
<{/section}>
</div>
 <!-- Product(商品詳細) -->
 <div class="linktitle">商品詳細</div>
 
 <{ if $product.id != "" }>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
 
<{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
 	 > <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
 
[変更箇所2]下記の部分が変更されています
 
 <{if $product_name != ""}>
 	 > <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
 
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 > <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
[変更箇所3]下記の部分が変更されています
 			<{if $sub_category[num].img_url != "" }>
 				<img src="<{$sub_category[num].img_url}>" />
 			<{/if}>
 			<br /><{$sub_category[num].name}>
		</a>
	</div>
	<!-- 3個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}><br style="clear:both;"><div style="width:500px;height:5px"></div><{/if}>

<!-- 該当するサブカテゴリーがないときは、表示しない -->
<{if $subgroup_num != 0}>

<div class="linktitle">サブカテゴリー</div>

<{section name=num loop=$sub_group}>
	<div class="subcategory_list">
		<a href="<{$sub_group[num].link_url}>">
			<{if $sub_group[num].img_url != "" }>
				<img src="<{$sub_group[num].img_url}>" />
			<{/if}>
			<br /><{$sub_group[num].name}>
 		</a>
 	</div>
 	<!-- 3個で改行(最後は含まない) -->
 	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

エレガント
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 	<!-- Main area -->
 	<td id="main" >
 	<div id="title_size"><a href="./"><{ $logo }></a></div>
		<div style="padding:5px;"><{include file = $file_name}></div>
		<div style="padding:5px;"><{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/6/nowprinting_100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price" stylw="font-weight: bolder;">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->

</div>
 	</td>
 	</tr>
 	<!-- // Main area -->
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	}
 
 #trackback .tb_state {
 	padding: 5px 10px 5px 10px;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
    margin: 0 20px 20px 15px;
}

#checkitem .ci_main_title {
	border-bottom: 5px solid #9688AB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	margin:10px 0;
	float:left;
	padding: 0 11px 0 17px;
	width: 100px;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	border: 1px solid #670949;
 	}
 
 /* ************************************************ 
  *	商品一覧 レイアウト

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="footstamp">
 	<a href="./">ホーム</a>
 
 	<{if $bid_name != ""}>
[変更箇所2]下記の部分が変更されています
 
 	<{if $sid_name != ""}>
 		 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 	<{/if}>
	
<br />
 
	<{if $product_name != ""}>
		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
	<{/if}>
</div>
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
	<a href="./">ホーム</a>
 
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
 
		<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
 
	<{/section}>
<br />
<{/section}>

</div>
 
 <!-- Product(商品詳細) -->
 
 	<{ if $product.id != "" }>
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- ぱんくずリスト -->
 <div class="footstamp">
<!-- カテゴリー -->
 	<a href="./">ホーム</a>
 
<{if $smarty.get.mode != 'grp'}>
 	<{if $bid_name != ""}>
 		 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 
 	<{if $sid_name != ""}>
 		 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 	<{/if}>
 
	<{if $product_name != ""}>
		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
	<{/if}>
<{else}>
<!-- グループ -->
<{section name=num loop=$group_breadcrumb}>
		 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>

 </div>
 
<!-- // ぱんくずリスト -->
 
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
 
[変更箇所2]下記の部分が変更されています
 						<img src="http://img.shop-pro.jp/tmpl_img/6/sp_clear.gif" width="100" height="1" style="border-style:none;margin:0;padding:0;" />
 						<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" /></a>
 					<{/if}>
 					<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

		<br style="clear:both;">

		<div class="sp"></div>
	</div>

<{/if}>

<!-- 該当するサブグループがないときは、表示しない -->

<{if $subgroup_num != 0}>

	<div class="main_title">サブカテゴリー</div>

	<div class="subcat_box">
		<div class="sp"></div>
		<{section name=num loop=$sub_group}>
			<div class="subcat_list">
				<div class="subcat_item">
					<div style="width:100px">
					<{if $sub_group[num].img_url != "" }>
						<img src="http://img.shop-pro.jp/tmpl_img/6/sp_clear.gif" width="100" height="1" style="border-style:none;margin:0;padding:0;" />
						<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a>
					<{/if}>
					<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 					</div>
 				</div>
 			</div>
 			<!-- 4個で改行(最後は含まない) -->

フラワー
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  class="table_line" width="1" valign="top"><img src="http://img.shop-pro.jp/tmpl_img/2/sp_grn.gif" width="1px" height="6px" /></td>
 
 
 		<td width="438" valign="top" class="center_bk"><img
 src="http://img.shop-pro.jp/tmpl_img/2/center_top.gif" /><!-- コンテンツのメインエリア(消さないでください) --><div id="content_main" style="float:right"><{include file = $file_name}></div>
 src="http://img.shop-pro.jp/tmpl_img/2/center_top.gif" /><!-- コンテンツのメインエリア(消さないでください) --><div id="content_main" style="float:right"><{include file = $file_name}>

<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div class="base_area">
	<div class="linktitle">チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/2/now100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</span><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->
</div>
 
 			<br style="clear:both;">
 
 		</td>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 .nodata {
 	font-size: 14px;
 	font-weight: bolder;
	padding:30px 0;
	text-align:center;
 }
 
 /* ************************************************ 
  *	パンくずリスト
[変更箇所2]下記の部分が変更されています
 #trackback .tb_state {
 	padding: 5px 10px 5px 10px;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	margin:10px 0;
	float:left;
	padding: 0 0 0 10px;
	width: 99px;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	}
 
 /* ************************************************ 
  *	特定商取引法・お支払い方法・配送設定について
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="navi_list">
 
 <a href="./">ホーム</a>
 
[変更箇所2]下記の部分が変更されています
 <{if $sid_name != ""}>
 	 > <a href='<{$sid_link}>'><{$sid_name}></a>
 <{/if}>
 
<{if $product_name != ""}>
	 > <a href='<{$product_link}>'><{$product_name}></a>
<{/if}>
<br />
<!-- グループ -->
 
</div>
<{section name=cnt loop=$group_breadcrumb_list}>
 
<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10"> > </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
<br />
<{/section}>
 
</div>
 <!-- Product(商品詳細) -->
 
 <{ if $product.id != "" }>
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 
 <{if $bid_name != ""}>
 	 > <a href='<{$bid_link}>'><{$bid_name}></a>
 <{/if}>
[変更箇所2]下記の部分が変更されています
 
 <{if $product_name != ""}>
 	 > <a href='<{$product_link}>'><{$product_name}></a>
 <{/if}>
 
<{else}>
<{section name=num loop=$group_breadcrumb}>
	 > <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>	
 </div>
 
 
 
[変更箇所3]下記の部分が変更されています
 				<img src="<{$sub_category[num].img_url}>" />
 			<{/if}>
 			<br />
 			<{$sub_category[num].name}>
		</a>
	</div>
	<!-- 3個で改行(最後は含まない) -->
	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
		<br style="clear:both;" />
	<{/if}>
<{/section}>

<br style="clear:both;">


</div>

<{/if}>

<br />


<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>

<div class="base_area"><div class="linktitle">サブカテゴリー</div>



<{section name=num loop=$sub_group}>
	<div class="subcategory_list">
		<a href="<{$sub_group[num].link_url}>">
			<{if $sub_group[num].img_url != "" }>
				<img src="<{$sub_group[num].img_url}>" />
			<{/if}>
			<br />
			<{$sub_group[num].name}>
 		</a>
 	</div>
 	<!-- 3個で改行(最後は含まない) -->
 	<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

ペーパー
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  <div id="main">
 	
 	<div><img src="http://img.shop-pro.jp/tmpl_img/14/spacer.gif" width="525" height="1"></div>
 	<{include file = $file_name}>
 
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div class="top"><div class="title">最近チェックした商品</div></div>
<div class="middle">
<div><img width="1" height="1" src="http://img.shop-pro.jp/tmpl_img/14/spacer.gif"></div>
	<{section name=num loop=$history max=10}>
		<div class="checkitem_list">
		
			<div class="checkitem" align="center">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/14/now100.gif" class="ci_img" alt="" /></a>
				<{/if}>

				<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
				
				<div class="price">
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
					<{/if}>
					<!-- 販売価格 -->
					<p class="price_top"><{$history[num].price}></p>
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
					<{/if}>
					<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin-top:5px;">SOLD OUT</p><{/if}>
				</div>
			</div>
		</div>
		<!-- 4個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}><br class="clear"><br class="clear">
</div>
<div class="bottom"><img width="10" height="10" src="http://img.shop-pro.jp/tmpl_img/14/spacer.gif"></div>
<br style="clear:both;" />
<{/if}>

<!-- 最近チェックした商品 -->
 	
 	
 	<!-- 下部メニュー -->
 	<div class="menu2">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align:right;
 	margin-top:10px;
 	}
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:105px;
	margin: 5px 0 10px;
	padding: 0 5px;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	border: 5px solid #E7DECD;
	display: block;
	}
 
 /* ------------------------------------- 
  *	オプション
  * ------------------------------------- */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<div class="title"><{$product_name}></div>
 </div>
 
 <div class="middle">
 
<!-- パンくずリスト -->
<!-- カテゴリ -->
 	<div class="title2">
 		Category : <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> - <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<br />
<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
		Group : <a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10"> - </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
<br />
<{/section}>
 	</div>
 	
 
<!-- 商品詳細 -->
 	<form name="product_form" method="post" action="<{$cart_url}>">
 	<div class="detail">
 		<table width="100%" border="0" cellspacing="0" cellpadding="0">
 		<tr valign="top">
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div class="top">
	<div class="title">Category: <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> - <a href='<{$sid_link}>'><{$sid_name}></a><{/if}></div>
	<div class="title"><{if $smarty.get.mode != 'grp'}>Category: <{if $bid_name != ""}><a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> - <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<{else}>
Group: <{section name=num loop=$group_breadcrumb}>
<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{if !$smarty.section.num.last}>
 - 
<{/if}>
<{/section}>
<{/if}>
    </div>
 </div>
 
 <div class="middle">
 
[変更箇所2]下記の部分が変更されています
 		<div><!-- --></div>
 			<{section name=num loop=$sub_category}><div class="item_box">
 				<a href="<{$sub_category[num].link_url}>"><{if $sub_category[num].img_url != "" }><img src="<{$sub_category[num].img_url}>" /><{/if}>
 				<{$sub_category[num].name}></a>
			</div>

			<!-- 3個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
				<br class="clear" />
				<div class="item_line"><img src="http://img.shop-pro.jp/tmpl_img/14/spacer.gif" width="10" height="10" /></div>
			<{/if}>
			<{/section}>
			
		<br class="clear" />
		
		<div><!-- --></div>
	</div>
	<{/if}>

	<!-- 該当するグループがないときは、表示しない -->
	<{if $subgroup_num != 0}>
	<div class="subcat">
		<div class="title2">Sub Category</div>
		
		<div><!-- --></div>
			<{section name=num loop=$sub_group}><div class="item_box">
				<a href="<{$sub_group[num].link_url}>"><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
				<{$sub_group[num].name}></a>
 			</div>
 
 			<!-- 3個で改行(最後は含まない) -->
 			<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

ウッド
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </td>
 <!-- // side area -->
 
 <!-- Main area -->
<td width="564" valign="top"><{include file = $file_name}></td>
<td width="564" valign="top"><{include file = $file_name}>

<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/11/now_s.gif" style="width: 90px;height:60px;margin-bottom:3px;padding:4px;border-color: #D1D1D1 #989898 #989898 #D1D1D1;border-style: solid;border-width: 1px;" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:0 20px;font-size:10px;text-align:center;margin-top:0;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!-- 最近チェックした商品 -->

</td>
 <!-- // Main area -->
 
 </tr>
 </table>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .footstamp a:visited {color: <{$category_fontcolor}>;text-decoration: none;}
 .footstamp a:active  {color: <{$category_fontcolor}>;text-decoration: none;}
 .footstamp a:hover   {color: <{$category_linecolor}>;text-decoration: none;}
 
.footstamp .bg {
	background: url("http://img.shop-pro.jp/tmpl_img/11/footstamp_bg_checkitem.jpg") repeat-y scroll 0 0 transparent;
	width: 564px;
	}

.footstamp .bg .middle {
	background: url("http://img.shop-pro.jp/tmpl_img/11/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 1px;
	}

.footstamp .bottom {
	background: url("http://img.shop-pro.jp/tmpl_img/11/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:2px;
	}
 
 /* ------------------------------------- 
  *	商品が無い時の表示
  * ------------------------------------- */
 .nodata {
 	width: 90%;
 	padding-top: 20px;
 	text-align: center;
	margin:0 auto;
 	}
 
 /* 会員専用価格の表示 商品一覧用 */
 .regular_price_all {
[変更箇所3]下記の部分が変更されています
 	color:#ff0000;
 	font-weight:bold;
 }
 
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
	margin: 0 20px 20px 15px;
	}
 
#checkitem .ci_main_title {
	border-bottom: 5px solid #CC9966;
	font-weight: bolder;
	margin: 30px 0 20px 0;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	width:120px;
	margin:0 6px 10px 5px;
	float:left;
	}

.checkitem .price_top {
	margin-bottom:2px;
	}

.checkitem .ci_img {
	width:90px;
	border-color: #D1D1D1 #989898 #989898 #D1D1D1;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-bottom:3px;
	}
 
 /* ************************************************ 
  *	商品オプションページ
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table class="footstamp" cellpadding="0" cellspacing="0" border="0">
<tr><td><img src="http://img.shop-pro.jp/tmpl_img/11/sp.gif" width="15px" height="5px">
<a href="./">ホーム</a>
<{if $bid_name != ""}> > <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
<{if $sid_name != ""}> > <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
<{if $product_name != ""}> > <a href='<{$product_link}>'><{$product_name}></a><{/if}>
</td></tr>
</table>

<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
			</p>
	<!-- グループ -->
			<{section name=cnt loop=$group_breadcrumb_list}>
			<p class="pankuzuline">
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
						<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
				<{/section}>
			</p>
			<{/section}>
			<div class="bottom"></div>
		</div>
	</div>
</div>
 
 <!-- Product(商品詳細) -->
 <table class="main_title" cellpadding="0" cellspacing="0" border="0">
 <tr><td><img src="http://img.shop-pro.jp/tmpl_img/11/sp.gif" width="15px" height="5px">▼ <{$product.name}></td></tr>
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table class="footstamp" cellpadding="0" cellspacing="0" border="0">
<tr><td><img src="http://img.shop-pro.jp/tmpl_img/11/sp.gif" width="15px" height="5px">
	<a href="./">ホーム</a>
	<{if $bid_name != ""}> > <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
	<{if $sid_name != ""}> > <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{if $product_name != ""}> > <a href='<{$product_link}>'><{$product_name}></a><{/if}>
</td></tr>
</table>



<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
<{if $smarty.get.mode != 'grp'}>
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{else}>
	<!-- グループ -->
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
				<{/section}>
		
<{/if}>
			</p>
		</div>
		<div class="bottom"></div>
	</div>
</div>
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
 <{if $subcategory_num != 0}>
 
[変更箇所2]下記の部分が変更されています
 				<{if $sub_category[num].img_url != "" }>
 				<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" /></a>
 				<{/if}>
 				<div class="name"><a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a></div>
			</div>
		</div>
		<!-- 3個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}><br style="clear:both;" /><{/if}>
	<{/section}>

	<br style="clear:both;" />

<{/if}>


<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>

	<{section name=num loop=$sub_group}>
		<div class="product_list">
			<div class="product_item" align="center">
				
				<{if $sub_group[num].img_url != "" }>
				<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a>
				<{/if}>
				<div class="name"><a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a></div>
 			</div>
 		</div>
 		<!-- 3個で改行(最後は含まない) -->
 		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}><br style="clear:both;" /><{/if}>

ストライプ
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 
 
 <!-- Main area -->
<td width="570" class="border-right" style="background: #262626;"><div id="main" style="width:100%;"><{include file = $file_name}></div></td>
<td width="570" class="border-right" style="background: #262626;"><div id="main" style="width:100%;"><{include file = $file_name}>

<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div class="main_title_01">
		<img height="16" align="absmiddle" width="16" alt="最近チェックした商品" src="http://img.shop-pro.jp/tmpl_img/5/arrow.gif">最近チェックした商品</div>
<div class="main_box_01">
	<div class="sp"><img height="1" width="480" src="http://img.shop-pro.jp/tmpl_img/5/sp_clear.gif"></div>
		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/5/noimage.gif" class="ci_img" alt="" /></a>
					<{/if}>
					<div class="ci_name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</span><{/if}></div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>
	<br style="clear:both;" />
	<br style="clear:both;" />
	</div>
<{/if}>
<!-- 最近チェックした商品 -->

</div></td>
 <!-- // Main area -->
 
 
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	}
 
 #trackback .tb_state {
 	padding: 5px 10px 5px 10px;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.checkitem_list {
	float:left;
	margin: 10px 0;
	padding: 0 5px;
	width: 110px;
	}

.checkitem .ci_name {
	background:none;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
 	}
 
 /* ------------------------------------- 
  *	会員専用価格の表示 商品詳細用

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <div class="footstamp">
 	<a href="./">ホーム</a>
 
 	<{if $bid_name != ""}>
[変更箇所2]下記の部分が変更されています
 	<{if $sid_name != ""}>
 		 &gt; <a href='<{$sid_link}>'><{$sid_name}></a>
 	<{/if}>
 
	<{if $product_name != ""}>
		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
	<{/if}>
<br />
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>

	<a href="./">ホーム</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
		<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
<br />
<{/section}>
 </div>
 
 <!-- Product(商品詳細) -->
 
 <div class="main_title_04"><img src="http://img.shop-pro.jp/tmpl_img/5/arrow.gif" width="16" height="16" align="absmiddle" /><{$product_name}></div>
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div class="footstamp">
 	<a href="./">ホーム</a>
 
<{if $smarty.get.mode != 'grp'}>
 	<{if $bid_name != ""}>
 		 &gt; <a href='<{$bid_link}>'><{$bid_name}></a>
 	<{/if}>
 
[変更箇所2]下記の部分が変更されています
 
 	<{if $product_name != ""}>
 		 &gt; <a href='<{$product_link}>'><{$product_name}></a>
 	<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
		 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>

 </div>
 
 
 
[変更箇所3]下記の部分が変更されています
 					<{if $sub_category[num].img_url != "" }>
 						<img src="<{$sub_category[num].img_url}>" />
 					<{/if}>
 					<span><{$sub_category[num].name}></span>
					</a>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

		<br style="clear:both;">

		<div class="sp"></div>
	</div>

<{/if}>

<!-- 該当するサブグループがないときは、表示しない -->

<{if $subgroup_num != 0}>

	<div class="main_title_02">
		<img src="http://img.shop-pro.jp/tmpl_img/5/arrow.gif" width="16" height="16" alt="サブカテゴリー" align="absmiddle" />サブカテゴリー
	</div>

	<div class="subcat_box">
		<div class="sp"><img src="http://img.shop-pro.jp/tmpl_img/5/sp_clear.gif" width="480" height="1"></div>
		<{section name=num loop=$sub_group}>
			<div class="subcat_list">
				<div class="subcat_item">
					<a href="<{$sub_group[num].link_url}>">
					<{if $sub_group[num].img_url != "" }>
						<img src="<{$sub_group[num].img_url}>" />
					<{/if}>
					<span><{$sub_group[num].name}></span>
 					</a>
 				</div>
 			</div>
 			<!-- 4個で改行(最後は含まない) -->

2カラム(左メニュー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	※--の各ページが読み込まれます 
 	*************************************************************************** *}>
 	<div class="main">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<strong>|最近チェックした商品</strong><br />
<{if $history_num != 0}>
	<{section name=num loop=$history max=10}>
		<div style="float:left;">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" /></a><br />
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/21/now100.gif" alt="" /></a><br />
				<{/if}>
				<a href="<{$history[num].link_url}>"><{$history[num].name}></a><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<{$history[num].regular_price}><br />
					<{/if}>
					<!-- 販売価格 -->
					<{$history[num].price}><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<{$history[num].discount_rate}>OFF!!<br />
					<{/if}><br />
					<{if $history[num].soldout_flg == true}>SOLD OUT<{/if}>
		</div>
		<!-- 2個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 2 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

<br style="clear:both;" />
<{/if}>

<!-- 最近チェックした商品 -->


 	</div>
 	<!--*****// 右メイン部分 *****-->
 	
 	

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<!-- パンくずナビ -->
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<!-- カテゴリ -->
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<br />
	<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">TOP</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
	<br />
<{/section}>
	
 	<!--// パンくずナビ -->
 	<br />
 	<br />
 	<!-- Product(商品名) -->
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<a href="./">TOP</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 <!--// パンくずナビ -->
 
 <br />
 <br />
[変更箇所2]下記の部分が変更されています
 			<{if $sub_category[num].img_url != "" }>
 				<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" /></a><br />
 			<{/if}>
 			<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
		</div>
		
		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br class="clear" />
		<{/if}>
		
	<{/section}>
	<br class="clear" />
	
<{/if}>

<!-- サブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<strong>|サブカテゴリー</strong>
	<br />
	<{section name=num loop=$sub_group}>
		<div style="float:left;">
			<{if $sub_group[num].img_url != "" }>
				<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a><br />
			<{/if}>
			<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 		</div>
 		
 		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
 		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

2カラム(右メニュー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	※--の各ページが読み込まれます 
 	*************************************************************************** *}>
 	<div class="main">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<strong>|最近チェックした商品</strong><br />
<{if $history_num != 0}>
	<{section name=num loop=$history max=10}>
		<div style="float:left;">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" /></a><br />
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/22/now100.gif" alt="" /></a><br />
				<{/if}>
				<a href="<{$history[num].link_url}>"><{$history[num].name}></a><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<{$history[num].regular_price}><br />
					<{/if}>
					<!-- 販売価格 -->
					<{$history[num].price}><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<{$history[num].discount_rate}>OFF!!<br />
					<{/if}><br />
					<{if $history[num].soldout_flg == true}>SOLD OUT<{/if}>
		</div>
		<!-- 2個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 2 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

<br style="clear:both;" />
<{/if}>

<!-- 最近チェックした商品 -->

 	</div>
 	<!--*****// 左メイン部分 *****-->
 	
 	

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<!-- パンくずナビ -->
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<!-- カテゴリ -->
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<br />
	<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">TOP</a>
	<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
	<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
	<{/section}>
	<br />
<{/section}>
 	<!--// パンくずナビ -->
 	<br />
 	<br />
 	<!-- Product(商品名) -->

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<a href="./">TOP</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 <!--// パンくずナビ -->
 
 <br />
 <br />
[変更箇所2]下記の部分が変更されています
 			<{if $sub_category[num].img_url != "" }>
 				<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" /></a><br />
 			<{/if}>
 			<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
		</div>
		
		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br class="clear" />
		<{/if}>
		
	<{/section}>
	<br class="clear" />
	
<{/if}>

<!-- サブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<strong>|サブカテゴリー</strong>
	<br />
	<{section name=num loop=$sub_group}>
		<div style="float:left;">
			<{if $sub_group[num].img_url != "" }>
				<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a><br />
			<{/if}>
			<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 		</div>
 		
 		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
 		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

3カラム
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		※--の各ページが読み込まれます 
 		*************************************************************************** *}>
 		<div class="main">
 			<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<strong>|最近チェックした商品</strong><br />
<{if $history_num != 0}>
	<{section name=num loop=$history max=10}>
		<div style="float:left;">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" /></a><br />
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/23/now100.gif" alt="" /></a><br />
				<{/if}>
				<a href="<{$history[num].link_url}>"><{$history[num].name}></a><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<{$history[num].regular_price}><br />
					<{/if}>
					<!-- 販売価格 -->
					<{$history[num].price}><br />
					<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<{$history[num].discount_rate}>OFF!!<br />
					<{/if}><br />
					<{if $history[num].soldout_flg == true}>SOLD OUT<{/if}>
		</div>
		<!-- 2個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 2 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>

<br style="clear:both;" />
<{/if}>

<!-- 最近チェックした商品 -->

 		</div>
 		<!--*****// メイン部分 *****-->
 		
 		

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<!-- パンくずナビ -->
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<br />
	<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">TOP</a>
		<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
			<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
		<{/section}>
	<br />
	<{/section}>
 	<!--// パンくずナビ -->
 	<br />
 	<br />
 	<!-- Product(商品名) -->

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
<a href="./">TOP</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<a href="./">TOP</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 <!--// パンくずナビ -->
 
 <br />
 <br />
[変更箇所2]下記の部分が変更されています
 			<{if $sub_category[num].img_url != "" }>
 				<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" /></a><br />
 			<{/if}>
 			<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
		</div>
		
		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br class="clear" />
		<{/if}>
		
	<{/section}>
	<br class="clear" />
	
<{/if}>

<!-- サブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<strong>|サブカテゴリー</strong>
	<br />
	<{section name=num loop=$sub_group}>
		<div style="float:left;">
			<{if $sub_group[num].img_url != "" }>
				<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" /></a><br />
			<{/if}>
			<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 		</div>
 		
 		<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください-->
 		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>

ベビー
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 				<!-- ▼ベースエリア▼ -->
 				<td width="500" align="left" valign="top">
 					<div style="width:500px;">
 						<{include file = $file_name}>
						<!-- ▼最近チェックした商品▼ -->
						<{if $history_num != 0}>
							<table width="430" border="0" cellspacing="0" cellpadding="0" id="tb_area">
								<tr>
									<td align="left" valign="top" class="tb_title_ci">最近チェックした商品</td>
								</tr>
								<tr>
									<td>
										<div class="item_area">
								<{section name=num loop=$history max=10}>
											<div class="checkitem_list">
											
												<div class="checkitem">
													<{if $history[num].img_url != ""}>
														<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
													<{else}>
														<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/28/now_printing01.gif" class="ci_img" alt="" /></a>
													<{/if}>
													
													<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
													
													<div class="price">
														<{if $members_login_flg == true && $history[num].discount_flg == true}>
														<!-- 通常販売価格 -->
														<p class="regular_price_top"><{$history[num].regular_price}></p>
														<{/if}>
														<!-- 販売価格 -->
														<p class="price_top"><{$history[num].price}></p>
														<{if $members_login_flg == true && $history[num].discount_flg == true}>
														<!-- 割引率 -->
														<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
														<{/if}>
														<{if $history[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</div><{/if}>
													</div>
												</div>
											</div>

									<!-- 4個で改行(最後は含まない) -->
									<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
										<br style="clear:both;" />
									<{/if}>
							<{/section}>
						<{/if}>
									</td>
								</tr>
								</table>
						<!-- ▲最近チェックした商品▲ -->
 					</div>
 				</td>
 				<!-- ▲ベースエリア▲ -->
 			</tr>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	}
 
 .none {
 	padding-left:20px;
	margin:20px 10px 40px;
	text-align:center;
 	}
 
 /* ------------------
    インフォメーション
[変更箇所2]下記の部分が変更されています
 
 #tb_data .overflow {
 	width:410px;
 	overflow:hidden;
	}

/* --------
   最近チェックした商品
   -------- */

#tb_area .tb_title_ci {
	font-weight: bolder;
	}

.checkitem_list {
	width:100px;
	float:left;
	margin: 10px 0 10px 15px;
	font-size: 10px;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	border: 1px solid #CCCCCC;
 	}
 
 /* --------
    関連購入

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	</tr>
 </table>
 
 <!-- ▼ぱんくずリスト▼ -->
<!-- カテゴリ -->
 <div id="pankuzu_area">
 	<table width="475" border="0" cellspacing="0" cellpadding="0">
 		<tr>
 			<td align="left" valign="top">
				<img src="http://img.shop-pro.jp/tmpl_img/28/top_pankuzu_icon01.gif" alt="" align="absmiddle" style="margin-right:5px;" /><a href="./">ホーム</a>
				<img src="http://img.shop-pro.jp/tmpl_img/28/top_pankuzu_icon01.gif" alt="" align="absmiddle" style="margin:0 5px 2px 0;" /><a href="./">ホーム</a>
 				<{if $bid_name != ""}> 
 					> <a href='<{$bid_link}>'><{$bid_name}></a>
 				<{/if}>
 				<{if $sid_name != ""}> 
 					> <a href='<{$sid_link}>'><{$sid_name}></a>
 				<{/if}>
				<{if $product_name != ""}> 
					> <a href='<{$product_link}>'><{$product_name}></a>
				<{/if}>
 			</td>
 		</tr>
<!-- ▼グループ▼ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
		<tr>
			<td align="left" valign="top">
				<img src="http://img.shop-pro.jp/tmpl_img/28/top_pankuzu_icon01.gif" alt="" align="absmiddle" style="margin:0 5px 2px 0;" /><a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10"> > </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
			</td>
		</tr>
	<{/section}>
 	</table>
 </div>
 <!-- ▲ぱんくずリスト▲ -->
 
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<table width="475" border="0" cellspacing="0" cellpadding="0">
 		<tr>
 			<td align="left" valign="top">
 				<img src="http://img.shop-pro.jp/tmpl_img/28/top_pankuzu_icon01.gif" alt="" align="absmiddle" style="margin-right:5px;" /><a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 				<{if $bid_name != ""}> 
 					> <a href='<{$bid_link}>'><{$bid_name}></a>
 				<{/if}>
 				<{if $sid_name != ""}> 
[変更箇所2]下記の部分が変更されています
 				<{/if}>
 				<{if $product_name != ""}> 
 					> <a href='<{$product_link}>'><{$product_name}></a>
 				<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
					> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 			</td>
 		</tr>
 	</table>
 </div>
[変更箇所3]下記の部分が変更されています
 		<br clear="all" />
 	</div>
 <{/if}>
 <!-- ▲サブカテゴリー▲ -->
<!-- ▼サブグループ▼ -->
<{if $subgroup_num != 0}>
	<div id="subcategory_area">
		<table width="475" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td align="left" valign="top" class="title">サブカテゴリー</td>
			</tr>
			<tr>
				<td align="center" valign="top"><img src="http://img.shop-pro.jp/tmpl_img/28/top_subcategory_line01.gif" alt="" /></td>
			</tr>
		</table>
		<{section name=num loop=$sub_group}>
			<table width="100" border="0" cellspacing="0" cellpadding="0" class="frame">
				<tr>
					<td align="left" valign="top">
						<{if $sub_group[num].img_url != "" }>
							<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" class="image" /></a>
						<{/if}>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<div class="link">
							<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
						</div>
					</td>
				</tr>
			</table>
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br clear="all" />
			<{/if}>
		<{/section}>
		<br clear="all" />
	</div>
<{/if}>
<!-- ▲サブグループ▲ -->
 
 <{if $productlist_num != 0}>
 
 	<!-- ▼アイテムリスト▼ -->

レッドチェック
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		</td>
 		<!-- // side area -->
 
 		<!-- Main area -->
		<td width="565" valign="top"><{include file = $file_name}></td>
		<td width="565" valign="top"><{include file = $file_name}>

<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">■最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/29/now_s.gif" style="width: 90px;height:60px;margin-bottom:3px;padding:4px;border-color: #D1D1D1 #989898 #989898 #D1D1D1;border-style: solid;border-width: 1px;" alt="" /></a>
					<{/if}>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;margin-top:0;color:#C81414;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->


</td>
 		<!-- // Main area -->
 		
 	</tr>
 </table>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 
 .footstamp {
 	width:564px;
	height:28px;
 	background:transparent url(http://img.shop-pro.jp/tmpl_img/29/shared_bg01.gif) 0px 0px no-repeat;
 	color:<{$navi_list_bgcolor}>;
 	margin-bottom:15px;
 	}
[変更箇所2]下記の部分が変更されています
 	}
 
 .footstamp img {
 	vertical-align:middle;
	}

.footstamp .bg {
	background: url("http://img.shop-pro.jp/tmpl_img/29/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;
	width: 564px;
	}

.footstamp .bg .middle {
	background: url("http://img.shop-pro.jp/tmpl_img/29/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 1px;
	}

.footstamp .bottom {
	background: url("http://img.shop-pro.jp/tmpl_img/29/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:2px;
 	}
 
 /* ------------------------------------- 
  *	商品が無い時の表示
[変更箇所3]下記の部分が変更されています
 	}
 
 #trackback .tb_state {
 	padding:5px 10px 5px 10px;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
	margin: 0 20px 20px 15px;
	}

#checkitem .ci_main_title {
	border-bottom: 5px solid #C81414;
	font-weight: bolder;
	margin: 30px 0 20px 0 ;
	padding-bottom: 5px;
	text-align: left;
	color: #C81414;
	}

.checkitem_list {
	width:120px;
	padding-left:9px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .price_top {
	margin-bottom:2px;
	}

.checkitem .price {
	color: #C81414;
	}

.checkitem .ci_img {
	width:90px;
	border-color: #D1D1D1 #989898 #989898 #D1D1D1;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-bottom:3px;
 	}
 
 /* ************************************************ 
  *	商品オプションページ

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" border="0" class="footstamp">
	<tr>
		<td style="padding:0 15px;">
		<a href="./">ホーム</a>
		<{if $bid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
		<{/if}>
		<{if $sid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
		</td>
	</tr>
</table>

<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
			</p>
	<!-- グループ -->
			<{section name=cnt loop=$group_breadcrumb_list}>
			<p class="pankuzuline">
				<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
			</p>
			<{/section}>
			<div class="bottom"></div>
		</div>
	</div>
</div>
 <!-- Product(商品詳細) -->
 <table cellpadding="0" cellspacing="0" border="0" class="main_title">
 	<tr>
 		<td><{$product.name}></td>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" border="0" class="footstamp">
	<tr>
		<td style="padding:0 15px;">
		<a href="./">ホーム</a>
		<{if $bid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
		<{/if}>
		<{if $sid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
		</td>
	</tr>
</table>
<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
<{if $smarty.get.mode != 'grp'}>
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{else}>

	<!-- グループ -->
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
				<{/section}>
<{/if}>
			</p>
		</div>
		<div class="bottom"></div>
	</div>
</div>
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
 <{if $subcategory_num != 0}>
 	<{section name=num loop=$sub_category}>
 		<div class="product_list">
 			<div class="product_item">
 				<{if $sub_category[num].img_url != "" }>
					<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" alt="" /></a>
					<a href="<{$sub_category[num].ink_url}>"><img src="<{$sub_category[num].img_url}>" alt="" /></a>
 				<{/if}>
 				<div class="name" style="width:170px; overflow:hidden;">
 					<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
 				</div>
[変更箇所2]下記の部分が変更されています
 		<{/if}>
 	<{/section}>
 	<br style="clear:both;" />
 <{/if}>
<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<{section name=num loop=$sub_group}>
		<div class="product_list">
			<div class="product_item">
				<{if $sub_group[num].img_url != "" }>
					<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a>
				<{/if}>
				<div class="name" style="width:170px; overflow:hidden;">
					<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
				</div>
			</div>
		</div>
		<!-- 3個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	<br style="clear:both;" />
<{/if}>

 
 <!-- ProductList -->
 <table cellpadding="0" cellspacing="0" border="0" class="main_title" style="margin-bottom:1px;">
 	<tr>

リネン
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 			
 			<!-- ▼メインエリア▼ -->
 			<td width="510" valign="top">
 				<{include file = $file_name}>
		<!-- ▼最近チェックした商品▼ -->
			<table width="510" border="0" cellspacing="0" cellpadding="0" class="tb_ttl">
				<tr>
					<td><img src="http://img.shop-pro.jp/tmpl_img/30/top_tb_ttl02.gif" alt="最近チェックした商品" /></td>
				</tr>
			</table>
		<{if $history_num != 0}>
			<table width="510" border="0" cellspacing="0" cellpadding="0" class="detail_image">
				<tr>
					<td style="padding-bottom:10px;">
					<{section name=num loop=$history max=10}>
									<div class="checkitem_list">
									
										<div class="checkitem">
											<{if $history[num].img_url != ""}>
												<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
											<{else}>
												<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/30/now_s.gif" class="ci_img" alt="" /></a>
											<{/if}>
											<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
											
											<div class="price">
												<{if $members_login_flg == true && $history[num].discount_flg == true}>
												<!-- 通常販売価格 -->
												<p class="regular_price_top"><{$history[num].regular_price}></p>
												<{/if}>
												<!-- 販売価格 -->
												<p class="price_top"><{$history[num].price}></p>
												<{if $members_login_flg == true && $history[num].discount_flg == true}>
												<!-- 割引率 -->
												<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
												<{/if}>
												<{if $history[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;">SOLD OUT</div><{/if}>
											</div>
										</div>
									</div>
									
									<!-- 4個で改行(最後は含まない) -->
									<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
										<br style="clear:both;" />
									<{/if}>
							<{/section}>
						<{/if}>
					</td>
				</tr>
			</table>
		<!-- ▲最近チェックした商品▲ -->

 			</td>
 			<!-- ▲メインエリア▲ -->
 		</tr>
 	</table>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	}
 
 .tb_name {
 	padding-top:10px;
	}

/* ----------------------------
   最近チェックした商品
   ---------------------------- */

.checkitem_list {
	width:100px;
	margin: 0 0 10px;
	padding: 0 10px;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	border: 1px solid #D4D4D4;
	padding: 4px;
	}

.checkitem .price_top {
	margin:0;
 	}
 
 /* ------------------------
    特定商取引法に基づく表記

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div class="top">
 	<!-- ▼ぱんくずリスト▼ -->
	<!-- カテゴリ -->
 	<table width="510" border="0" cellspacing="0" cellpadding="0" class="footstamp" style="margin-bottom:10px;">
 		<tr>
 			<td style="padding-bottom:5px;">
 				<a href="./">ホーム</a>
[変更箇所2]下記の部分が変更されています
 				<{/if}>
 				<{if $sid_name != ""}> 
 					<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
 				<{/if}>
				<{if $product_name != ""}> 
					<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
				<{/if}>
 			</td>
 		</tr>
	<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
		<tr>
			<td style="padding-bottom:5px;">
				<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
			</td>
		</tr>
	<{/section}>
 	</table>
 	<!-- ▲ぱんくずリスト▲ -->
 	
 	<!-- ▼商品詳細▼ -->
[変更箇所3]下記の部分が変更されています
 									<td width="60" style="padding-bottom:20px;">購入数:</td>
 									<td width="100">
 										<table width="100"border="0" cellpadding="0" cellspacing="0">
 											<tr>
												<td width="50"><input type="text" name="product_num" value="<{$product.init_num}>" style="width:50px" /></td>
												<td width="50"><input type="text" name="product_num" value="<{$product.init_num}>" style="width:50px;height:1.5em;" /></td>
 												<td width="15">
 													<div class="detail_arrow">
 														<a href="<{$num_up_url}>"><img src="<{$num_up_img_url}>" alt="" /></a>
 														<a href="<{$num_dw_url}>"><img src="<{$num_dw_img_url}>" alt="" /></a>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<table width="510" border="0" cellspacing="0" cellpadding="0" class="footstamp">
 		<tr>
 			<td style="padding-bottom:5px;">
 				<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 				<{if $bid_name != ""}> 
 					> <a href='<{$bid_link}>'><{$bid_name}></a>
 				<{/if}>
 				<{if $sid_name != ""}> 
[変更箇所2]下記の部分が変更されています
 				<{/if}>
 				<{if $product_name != ""}> 
 					> <a href='<{$product_link}>'><{$product_name}></a>
 				<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
					> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 			</td>
 		</tr>
 	</table>
 	<!-- ▲ぱんくずリスト▲ -->
[変更箇所3]下記の部分が変更されています
 		<{/section}>
 		<br clear="all" />
 	<{/if}>
 	<!-- ▲サブカテゴリー▲ -->
	<!-- ▼サブグループ▼ -->
	<{if $subgroup_num != 0}>
		<table width="510" border="0" cellspacing="0" cellpadding="0" class="subcate_ttl">
			<tr>
				<td><img src="http://img.shop-pro.jp/tmpl_img/30/top_subcate_ttl01.gif" alt="サブカテゴリー" /></td>
			</tr>
		</table>
		<{section name=num loop=$sub_group}>
			<table width="100" border="0" cellspacing="0" cellpadding="0" class="sub_category">
				<tr>
					<td>
						<{if $sub_group[num].img_url != "" }>
							<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a><br />
						<{/if}>
						<div class="overflow_100px">
							<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
						</div>
					</td>
				</tr>
			</table>
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br clear="all" />
			<{/if}>
		<{/section}>
		<br clear="all" />
	<{/if}>
	<!-- ▲サブグループ▲ -->
 	
 	<{if $productlist_num != 0}>
 	
 		<!-- ▼並び順を変更▼ -->

モール1
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 		<!-- Main area -->
 		<td width="726" valign="top">
 			<{include file = $file_name}>
<!-- 最近チェックした商品 -->
<{if $history_num != 0}>
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
					<div class="img">
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/31/now_s.gif" class="ci_img" alt="" /></a>
					<{/if}>
					</div>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price" style=font-weight:bold;">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;margin:5px auto;font-weight:bold;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 6個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 6 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 			<table cellpadding="0" cellspacing="0" border="0" id="shop_info" width="726">
 				<tr>
 					<td style="vertical-align:top;">
 						<div class="tit"><img src="http://img.shop-pro.jp/tmpl_img/31/rs_pay.gif" /></div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 .nodata {
 	padding-top:20px;
 	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
 	}
 
 /* ************************************************ 
  *	商品詳細 レイアウト

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <table cellpadding="0" cellspacing="0" border="0" class="footstamp">
 	<tr>
		<td>
		<td style="padding-bottom: 3px;">
 		<a href="./">ホーム</a>
 		<{if $bid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
 		<{/if}>
 		<{if $sid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
 		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
 		</td>
 	</tr>
<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
	<tr>
		<td>
			<a href="./">ホーム</a>
		<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
		<{/section}>
		</td>
	</tr>
	<{/section}>
 </table>
 
 <!-- Product(商品詳細) -->
 <div class="product_name"><{$product.name}></div>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <table cellpadding="0" cellspacing="0" border="0" class="footstamp">
 	<tr>
 		<td>
 		<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 		<{if $bid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
 		<{/if}>
 		<{if $sid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
 		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
			<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 		</td>
 	</tr>
 </table>
 
[変更箇所2]下記の部分が変更されています
 					<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" alt="" /></a>
 				<{/if}>
 				<div class="name" style="width:157px; overflow:hidden;">
 					<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
				</div>
			</div>
		</div>
		<!-- 4個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	<br style="clear:both;" />
<{/if}>

<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<{section name=num loop=$sub_group}>
		<div class="product_list">
			<div class="product_item">
				<{if $sub_group[num].img_url != "" }>
					<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a>
				<{/if}>
				<div class="name" style="width:157px; overflow:hidden;">
					<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 				</div>
 			</div>
 		</div>
 		<!-- 4個で改行(最後は含まない) -->
[変更箇所3]下記の部分が変更されています
 					<{if $members_login_flg == true && $productlist[num].discount_flg == true}>
 						<!-- 割引率 -->
 						<p class="discount_rate_all"><{$productlist[num].discount_rate}>OFF!!</p>
 					<{/if}>
					<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				</div>
				<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				<{if $productlist[num].s_expl <> ""}>
 					<div class="expl">
 						<{$productlist[num].s_expl}>
 					</div>

▼【商品検索結果html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 					<{if $members_login_flg == true && $productlist[num].discount_flg == true}>
 						<!-- 割引率 -->
 						<p class="discount_rate_search"><{$productlist[num].discount_rate}>OFF!!</p>
 					<{/if}>
					<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				</div>
 
				<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				<{if $productlist[num].s_expl <> ""}>
 					<div class="expl">
 						<{$productlist[num].s_expl}>
 					</div>

モール2
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 		<!-- Main area -->
 		<td width="726" valign="top">
 			<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
	<div class="ci_main_title">最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
					<div class="img">
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/32/now_s.gif" class="ci_img" alt="" /></a>
					<{/if}>
					</div>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price" style=font-weight:bold;">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;text-align:center;margin:5px auto;font-weight:bold;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 6個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 6 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
<{/if}>

<!--//最近チェックした商品 -->

 			<table cellpadding="0" cellspacing="0" border="0" id="shop_info" width="726">
 				<tr>
 					<td style="vertical-align:top;">
 						<div class="tit"><img src="http://img.shop-pro.jp/tmpl_img/32/rs_pay.gif" /></div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 .nodata {
 	padding-top:20px;
 	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
 	}
 
 /* ************************************************ 
  *	商品詳細 レイアウト

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<!-- パンくずリスト -->
<!-- カテゴリ -->
 <table cellpadding="0" cellspacing="0" border="0" class="footstamp">
 	<tr>
		<td>
		<td style="padding-bottom: 3px;">
 		<a href="./">ホーム</a>
 		<{if $bid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
 		<{/if}>
 		<{if $sid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
 		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
 		</td>
 	</tr>
<!-- グループ -->
	<{section name=cnt loop=$group_breadcrumb_list}>
	<tr>
		<td>
			<a href="./">ホーム</a>
		<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
		<{/section}>
		</td>
	</tr>
	<{/section}>
 </table>
 
 <!-- Product(商品詳細) -->
 <div class="product_name"><{$product.name}></div>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <table cellpadding="0" cellspacing="0" border="0" class="footstamp">
 	<tr>
 		<td>
 		<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
 		<{if $bid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
 		<{/if}>
 		<{if $sid_name != ""}> 
 			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
 		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
			<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 		</td>
 	</tr>
 </table>
 
[変更箇所2]下記の部分が変更されています
 					<a href="<{$sub_category[num].link_url}>"><img src="<{$sub_category[num].img_url}>" alt="" /></a>
 				<{/if}>
 				<div class="name" style="width:157px; overflow:hidden;">
 					<a href="<{$sub_category[num].link_url}>"><{$sub_category[num].name}></a>
				</div>
			</div>
		</div>
		<!-- 4個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	<br style="clear:both;" />
<{/if}>

<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<{section name=num loop=$sub_group}>
		<div class="product_list">
			<div class="product_item">
				<{if $sub_group[num].img_url != "" }>
					<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a>
				<{/if}>
				<div class="name" style="width:157px; overflow:hidden;">
					<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
 				</div>
 			</div>
 		</div>
 		<!-- 4個で改行(最後は含まない) -->
[変更箇所3]下記の部分が変更されています
 					<{if $members_login_flg == true && $productlist[num].discount_flg == true}>
 						<!-- 割引率 -->
 						<p class="discount_rate_all"><{$productlist[num].discount_rate}>OFF!!</p>
 					<{/if}>
					<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				</div>
				<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				<{if $productlist[num].s_expl <> ""}>
 					<div class="expl">
 						<{$productlist[num].s_expl}>
 					</div>

▼【商品検索結果html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 					<{if $members_login_flg == true && $productlist[num].discount_flg == true}>
 						<!-- 割引率 -->
 						<p class="discount_rate_search"><{$productlist[num].discount_rate}>OFF!!</p>
 					<{/if}>
					<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				</div>
				<{if $productlist[num].soldout_flg == true}><div style="background:#ddd;padding:3px 20px 2px;font-size:10px;width:100px;margin:5px auto;">SOLD OUT</div><{/if}>
 				<{if $productlist[num].s_expl <> ""}>
 					<div class="expl">
 						<{$productlist[num].s_expl}>
 					</div>

ファッションサテライト(ブルー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div><{/if}>
 
</div>
<!--*****//最近チェックした商品//*****-->
 
<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
 </div>
</div>
<{/if}>
 
<!--*****//最近チェックした商品//*****-->

</div>
</div>
 <div id="footer">
 <p class="pagetop"><a href="#header">ページ先頭へ</a></p>
 <ul class="footernavi">
 <li><a href="<{$home_url}>">ホーム</a></li>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
 	background-image: none;
 }
 #contents ul.topicpass li a {
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {
 	margin-left: 5px;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
	}

#contents div.checkitem h3 {
	background: url("http://img.shop-pro.jp/tmpl_img/33/0101_icon_arrow.gif") no-repeat scroll 10px 6px transparent;
	border-bottom: 1px solid #277A95;
	border-left: 4px solid #277A95;
	clear: both;
	color: #277A95;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 15px 0;
	padding: 5px 16px 5px 25px;
	}

#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
	}

#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
	}

#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
	}

#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
	}

#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
	}

#contents div.checkitem ul.product li a {
	text-decoration:none;
	}

#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
	}
 
 #footer a {
 	color: #FFF;
 }

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li>
<a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
<li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li>
<{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

カスタム(オレンジ)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div><{/if}>
 
<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
 </div>
</div>
<{/if}>
 
</div>
 </div>
 
 <div id="footer">
 <p class="pagetop"><a href="#header"><img src="http://img.shop-pro.jp/tmpl_img/34/0201_footer_pagetop.gif" width="130" height="20" alt="ページ先頭へ" /></a></p>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background-image: none; 
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
	list-style-type:none;list-style-image:none;
	list-style-type:none;
	list-style-image:none;
 	clear: both;
 }
 #contents ul.product li {
 	margin: 0px 20px 20px 0px;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}

#contents div.checkitem h3 {
	background: url("http://img.shop-pro.jp/tmpl_img/34/0201_icon_arrow.gif") no-repeat scroll 5px 7px transparent;
	border-bottom: 3px solid #FF6600;
	clear: both;
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}

#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}

#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}

#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}

#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #FF9900;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}

#contents div.checkitem ul.product li a {
	text-decoration:none;
}

#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}></li>
</ul>
<{/section}>

<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><span><{$product_name}></span><img src="http://img.shop-pro.jp/tmpl_img/34/0201_contents_h2_btm.gif" width="730" height="6" /></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><span><{$sid_name}></span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0201_contents_h2_btm.gif" width="730" height="6" /></h2>
 <{elseif $bid_name != ""}><h2><span><{$bid_name}></span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0201_contents_h2_btm.gif" width="730" height="6" /></h2><{else}><h2><span>該当のカテゴリーがありません</span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0201_contents_h2_btm.gif" width="730" height="6" /></h2><{/if}>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

カスタム(ピンク)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </ul>
 </div><{/if}>
 
 </div><{/if}>
<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0px 0px 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
 	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;list-style-image:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}

#contents div.checkitem h3 {
	background: url("http://img.shop-pro.jp/tmpl_img/35/0202_icon_arrow.gif") no-repeat scroll 5px 7px transparent;
	border-bottom: 3px solid #FF3399;
	clear: both;
	color: #A91B74;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 15px 0;
	padding: 5px 16px 5px 25px;
}

#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}

#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}

#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}

#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}

#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #FF99CC;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}

#contents div.checkitem ul.product li a {
	text-decoration:none;
}

#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><span><{$product_name}></span><img src="http://img.shop-pro.jp/tmpl_img/35/0202_contents_h2_btm.gif" width="730" height="6" /></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><span><{$sid_name}></span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0202_contents_h2_btm.gif" width="730" height="6" /></h2>
 <{elseif $bid_name != ""}><h2><span><{$bid_name}></span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0202_contents_h2_btm.gif" width="730" height="6" /></h2><{else}><h2><span>該当のカテゴリーがありません</span><img src="http://img05.shop-pro.jp/PA01111/847/etc/0202_contents_h2_btm.gif" width="730" height="6" /></h2><{/if}>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ファッション(ピンク)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{/section}>
 </ul>
 </div><{/if}>
 
</div>
<{/if}>

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
 </div>
 <{/if}>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ファッション(オレンジ)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{/section}>
 </ul>
 </div><{/if}>
 
</div>
<{/if}>

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
 </div>
 <{/if}>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 }
 #contents p.sort {
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品詳細css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 #contents div.exp {
 	margin: 0px 10px 20px 0px;
 	line-height: 1.6em;
 }
 
 
▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ファッション(ホワイト)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
 <ul class="category">
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ファッション(ブルー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 }
 #contents p.sort {
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {
 	margin-left: 5px;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ジュエリー&ウォッチ(ブラック)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ジュエリー&ウォッチ(グレー)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 
 #footer a {
 	color: #FFF;
 }

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <{section name=num loop=$sub_category}>
 <li><a href="<{$sub_category[num].link_url}>">
 <{if $sub_category[num].img_url != "" }><img src="<{$sub_category[num].img_url}>" /><{/if}>
 <{$sub_category[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>

<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
 <{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
 <!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
 3.商品一覧.cssの該当箇所も変更してください-->
 </ul>
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ハリウッドヒルズ
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #FFA2AB;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

JIGGY
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

ComfortableTime
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
	border:1px solid #553315:
}

#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem div.btm-half ul.product li span.none {
	height: 68px;
	width: 68px;
	line-height: 68px;
	border:1px solid #553315;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #E0D69F;
	color: #553315;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

オフィススタンダード(BLUE)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div>
 
 </div>
 <{/if}>
</div>

<{if $history_num != 0}>

<div id="item_check">
<h3>最近チェックした商品</h3>
<ul class="checkitem">
 
<{section name=num loop=$history max=10}>
<li>
<{if $history[num].img_url != ""}>
<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" class="ci_img" /></a>
					<{else}>
<a href="<{$history[num].link_url}>"><span class="none">No Photo</span></a>
					<{/if}>
<a href="<{$history[num].link_url}>"><{$history[num].name}></a>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<!-- 8個で改行(最後は含まない) -->
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
<br style="clear:both;" />
<{/if}>
<{/section}>
</ul>
 </div>
<{/if}>
 
 </div>
 
 <div id="footer_bg">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin:0 5px 5px 7px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#item_check {
	width:740px;
	float:right;
}

#item_check div.checkitem {
	clear: both;
}
#item_check h3 {
	border-bottom: 1px solid #0082BE;
	border-left: 4px solid #0082BE;
	clear: both;
	font-size: 12px;
	color: #0082BE;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#item_check ul.checkitem li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#item_check ul.checkitem li img.ci_img {
	width:70px;
	border:none;
}
#item_check ul.checkitem {
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#item_check ul.checkitem li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#item_check ul.checkitem li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#item_check ul.checkitem li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#item_check ul.checkitem li span.price {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
}
#item_check ul.checkitem li a {
	text-decoration:none;
	line-height: 1.2em;
}

#item_check ul.checkitem li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #CCC;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
<{if $smarty.get.mode != 'grp'}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<{if $bid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

オフィススタンダード(BLACK)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div>
 <{/if}>
 
 </div>
<{if $history_num != 0}>

<div id="item_check">
<h3>最近チェックした商品</h3>
<ul class="checkitem">

<{section name=num loop=$history max=10}>
<li>
<{if $history[num].img_url != ""}>
<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" class="ci_img" /></a>
					<{else}>
<a href="<{$history[num].link_url}>"><span class="none">No Photo</span></a>
					<{/if}>
<a href="<{$history[num].link_url}>"><{$history[num].name}></a>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<!-- 8個で改行(最後は含まない) -->
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
<br style="clear:both;" />
<{/if}>
<{/section}>
</ul>
</div>
<{/if}>
 
 </div>
 
 <div id="footer_bg">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin:0 5px 5px 7px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#item_check {
	width:740px;
	float:right;
}
#item_check h3 {
	border-bottom: 1px solid #000000;
	border-left: 4px solid #000000;
	clear: both;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}

#item_check ul.checkitem li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
	}

#item_check ul.checkitem li img.ci_img {
	width:70px;
	border:none;
	}

#item_check ul.checkitem {
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
	}

#item_check ul.checkitem li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
	}

#item_check ul.checkitem li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	}

#item_check ul.checkitem li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
	}

#item_check ul.checkitem li span.price {
	color: #333333;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	}

#item_check ul.checkitem li a {
	text-decoration:none;
	line-height: 1.2em;
	}

#item_check ul.checkitem li a:hover {
	text-decoration:underline;
	}
 
 #footer a {
 	color: #FFF;
 }

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
<{if $smarty.get.mode != 'grp'}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<{if $bid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

オフィススタンダード(RED)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div>
 <{/if}>
 
 </div>
<{if $history_num != 0}>

<div id="item_check">
<h3>最近チェックした商品</h3>
<ul class="checkitem">

<{section name=num loop=$history max=10}>
<li>
<{if $history[num].img_url != ""}>
<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" alt="" class="ci_img" /></a>
					<{else}>
<a href="<{$history[num].link_url}>"><span class="none">No Photo</span></a>
					<{/if}>
<a href="<{$history[num].link_url}>"><{$history[num].name}></a>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<!-- 8個で改行(最後は含まない) -->
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
<br style="clear:both;" />
<{/if}>
<{/section}>
</ul>
</div>
<{/if}>
 
 </div>
 
 <div id="footer_bg">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin:0 5px 5px 7px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
#contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {

 	margin-left: 5px;
}
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#item_check {
	width:740px;
	float:right;
}
#item_check h3 {
	border-bottom: 1px solid #FF0000;
	border-left: 4px solid #FF0000;
	clear: both;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#item_check ul.checkitem li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#item_check ul.checkitem li img.ci_img {
	width:70px;
	border:none;
}
#item_check ul.checkitem {
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#item_check ul.checkitem li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#item_check ul.checkitem li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#item_check ul.checkitem li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#item_check ul.checkitem li span.price {
	color: #333333;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
}
#item_check ul.checkitem li a {
	text-decoration:none;
	line-height: 1.2em;
}
#item_check ul.checkitem li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
<{if $smarty.get.mode != 'grp'}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<{if $bid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

fluffy
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 #contents div.pickup div.btm-half ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
}

#contents h3.checkitem {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#contents div.btm-half ul.product_checkitem li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.btm-half ul.product_checkitem li img.checkitem {
	width:70px;
	height:70px;
	border:none;
}
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
 }
 
 #footer a {
 	color: #FFF;

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

JapanStyle
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 								<{/section}>
 							</ul>
 						</div>
 						<{/if}> </div>
					<{/if}> </div>
					<{/if}> 

					<{if $history_num != 0}>
					<div class="checkitem">
						<h3>最近チェックした商品</h3>
						<div class="btm-half">
							<ul class="product">
								<{section name=num loop=$history max=10}>
								<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
								<li>
									<a href="<{$history[num].link_url}>">
								<{if $history[num].img_url != ""}>
									<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
									<span class="none">No Photo</span>
								<{/if}>
								<{$history[num].name}></a>
								<{if $members_login_flg == true && $history[num].discount_flg == true}>
								<span class="regular">
								<{$history[num].regular_price}></span>
								<{/if}>
								<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
								<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
								</ul>
							<ul class="product"><{/if}>
								<{/if}>
								<{/section}>
							<br style="clear:both;" />
							</ul>
						</div>
					</div>
					<{/if}>
				</div>
 				<p class="pagetop"><a href="#header">ページ先頭へ</a></p>
 			</div>
 		</div>
 		<div id="footer">

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5;
	margin: 0;
	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}

#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 ##8E1919;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 	color: #FFF;
 }
 #footer p.copyright {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 				<div id="inn-box">
					<!--*****//ぱんくずリスト//*****-->
 					<ul class="topicpass">
 						<li><a href="./">ホーム</a></li>
 						<{if $bid_name != ""}>
						<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li>
							<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
 						<{/if}>
 						<{if $sid_name != ""}>
						<li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li>
						<{/if}>
						<{if $product_name != ""}>
						<li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li>
							<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
 						<{/if}>
 					</ul>
					<{section name=cnt loop=$group_breadcrumb_list}>
					<ul class="topicpass">
						<li><a href="./">ホーム</a>
						<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
						&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
						<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
						<{/section}>
						</li>
					</ul>
					<{/section}>
					<!--*****//ぱんくずリスト//*****-->
					
 					<{ if $product.id != "" }>
 					<form name="product_form" method="post" action="<{$cart_url}>">
 						<h2><{$product_name}></h2>
 						<!--*****商品画像*****-->

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>
 
 
 

Unknown(yellow)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 	color: #FFF;
 }
 #footer p.pagetop {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

Unknown(red)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin-left: 5px;
	margin:0;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
 	list-style-type:none;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 	color: #FFF;
 }
 #footer p.pagetop {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 </ul>
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

Unknown(green)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {
 	margin-left: 5px;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 	color: #FFF;
 }
 #footer p.pagetop {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 </ul>
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

Unknown(pink)
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 </div><{/if}>
 
 </div>
 <{/if}>
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
</div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 
 </div>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {
 	margin-left: 5px;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 16px 2px 20px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}

#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 	color: #FFF;
 }
 #footer p.pagetop {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
 
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
 <p class="sort">
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

Paper and Wood
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 
 </div>
 <{/if}>
 
<!--*****//最近チェックした商品//*****-->

<{if $history_num != 0}>
<div class="checkitem">
<h3>最近チェックした商品</h3>
<div class="btm-half">
<ul class="product">

<{section name=num loop=$history max=10}>
<{if ($smarty.section.num.iteration >= 1) and ($smarty.section.num.iteration <= 12)}>
<li>
<a href="<{$history[num].link_url}>">
<{if $history[num].img_url != ""}>
<img src="<{$history[num].img_url}>" class="ci_img" /><{else}>
<span class="none">No Photo</span>
<{/if}>
<{$history[num].name}></a>
<{if $members_login_flg == true && $history[num].discount_flg == true}>
<span class="regular">
<{$history[num].regular_price}></span>
<{/if}>
<{if $history[num].soldout_flg == true}><span class="soldout">SOLD OUT</span><{/if}></li>
<{if $smarty.section.num.iteration % 8 == 0 and $smarty.section.num.last == false}>
</ul>
<ul class="product"><{/if}>
<{/if}>
<{/section}>
<br style="clear:both;" />
</ul>
 </div>
</div>
<{/if}>

<!--*****//最近チェックした商品//*****-->
 
 </div>
 </div>
 

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	text-align: right;
 }
 
 #contents ul.topicpass {
	margin: 0px 0px 10px;
	margin: 0 0 5px;
 }
 #contents ul.topicpass li {
 	display: inline;
	margin: 0px 5px 0px 0px;
	margin: 0;
 	line-height: 1.5em;
 	padding: 0px;
	background: url(none);
	background-image: none;
 }
 #contents ul.topicpass li a {
	margin:0;
}
#contents ul.topicpass_product {
	margin: 0px;
}
#contents ul.topicpass_product li {
	display: inline;
	margin: 0px 5px 0px 0px;
	line-height: 1.5em;
	padding: 0px;
	background-image: none;
}
#contents ul.topicpass_product li a {
 	margin-left: 5px;
 }
 #contents ul.product {
 	margin: 0px 0px 0px 30px;
[変更箇所2]下記の部分が変更されています
 }
 #contents div.pickup h2.none {
 	display: none;
 }
#contents div.pickup div.btm-half ul.product li {
#contents div.pickup div.checkitem ul.product li {
 	margin: 0px 15px 20px 0px;
 	float: left;
 	width: 70px;
 	text-align: center;
 	line-height: 0;
 	padding: 0px;
 	background: url(none);
 }
#contents div.pickup div.btm-half ul.product li a img {
#contents div.pickup div.checkitem ul.product li a img {
 	display: block;
 	margin: 0px auto 3px;
 	border-style: none;
 	width: 70px;
 }
#contents div.pickup div.btm-half ul.product li span.none {
#contents div.pickup div.checkitem ul.product li span.none {
 	height: 68px;
 	width: 68px;
 	line-height: 68px;
 }
#contents div.checkitem {
	clear: both;
}
#contents div.checkitem h3 {
	background: url("http://img.shop-pro.jp/tmpl_img/54/1601_contents_h3.gif") repeat scroll left center transparent;
	clear: both;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	letter-spacing: 0.1em;
	line-height: 40px;
	margin: 0 0 15px 30px;
	padding-left: 25px;
	width: 680px;
	}
#contents div.checkitem div.btm-half ul.product li {
	width:70px;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 10px 20px 0;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img {
	width:70px;
	border:none;
}
#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}
#contents div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}
#contents div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-family: Verdana,Geneva,sans-serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a {
	text-decoration:none;
}
#contents div.checkitem ul.product li a:hover {
	text-decoration:underline;
}

 #footer a   {
 
 }
 #footer p.pagetop {

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
<!--*****//ぱんくずリスト//*****-->
 <ul class="topicpass">
 <li><a href="./">ホーム</a></li>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li>
<{/if}>
<{if $sid_name != ""}>
<li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li>
<{/if}>
 </ul>
<{section name=cnt loop=$group_breadcrumb_list}>
<ul class="topicpass">
<li><a href="./">ホーム</a>
<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>">
<{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
<{/section}>
</li>
</ul>
<{/section}>
<!--*****//ぱんくずリスト//*****-->
 
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 <h2><{$product_name}></h2>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <div id="inn-box">
 <ul class="topicpass">
<li><a href="./">ホーム</a></li>
<li><a href="./">ホーム</a></li><{if $smarty.get.mode != 'grp'}>
 <{if $bid_name != ""}>
<li>&gt;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&gt;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{if $product_name != ""}><li>&gt;<a href="<{$product_link}>"><{$product_name}></a></li><{/if}>
<li>&nbsp;&gt;&nbsp;<a href="<{$bid_link}>"><{$bid_name}></a></li><{/if}>
<{if $sid_name != ""}><li>&nbsp;&gt;&nbsp;<a href="<{$sid_link}>"><{$sid_name}></a></li><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}><li>&nbsp;&gt;&nbsp;<a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a></li><{/section}>
<{/if}>
 </ul>
 
 <{if $sid_name != ""}><h2><{$sid_name}></h2><{elseif $bid_name != ""}><h2><{$bid_name}></h2><{else}><h2>該当のカテゴリーがありません</h2><{/if}>
 <{if $subcategory_num != 0}><h3>カテゴリー一覧</h3>
[変更箇所2]下記の部分が変更されています
 </ul>
 <ul class="category"><{/if}>
 <{/section}>
 </ul><{/if}>
<!--グループ-->
<{if $subgroup_num != 0}><h3>グループ一覧</h3>
<ul class="category">
<{section name=num loop=$sub_group}>
<li><a href="<{$sub_group[num].link_url}>">
<{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" /><{/if}>
<{$sub_group[num].name}></a></li>
<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
<!-- 3個で改行(最後は含まない) ※4個で改行にする場合は " % 3 " を " % 4 " に変更してください
3.商品一覧.cssの該当箇所も変更してください-->
</ul>
<ul class="category"><{/if}>
<{/section}>
</ul><{/if}>
<!--//グループ-->
 
 
 <{if $productlist_num != 0}>
 <h3>商品一覧</h3>
[変更箇所3]下記の部分が変更されています
 <{/if}>
 <{/section}>
 <{if $productlist_next_page != ""}><li><a href="<{$productlist_next_page}>">&gt;</a></li><{else}><li><span>&gt;</span></li><{/if}>
 </ul>
<{else}><{if $subcategory_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
<{else}><{if $subcategory_num == 0 && $subgroup_num == 0}><p class="none">該当する商品がありません</p><{/if}><{/if}>
 </div>

メモリー
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		<!-- メインエリア -->
 		<div id="main">
 		
 			<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<dl id="checkitem">
	<dt>最近チェックした商品</dt>
	<dd>
		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/20/noimg100.gif" class="ci_img" alt="" /></a>
					<{/if}>
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;padding:3px 20px 2px;font-size:10px;margin-top:5px;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</dd>
</dl>
<{/if}>

<!--//最近チェックした商品 -->
 
 		</div>
 		<!--// メインエリア -->
 		

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  *	各ページ共通/ パンくずナビ
  * ------------------------------------- */
 #pankuzu {
 	background:transparent url(http://img.shop-pro.jp/tmpl_img/20/border3.gif) no-repeat left bottom;/* ボーダーパターン3 */
	height:25px;
	padding-bottom: 10px;
 	margin-bottom:25px;
 }
 
 
 /* ------------------------------------- 
  *	各ページ共通/ タイトル画像
  * ------------------------------------- */
[変更箇所2]下記の部分が変更されています
  * ------------------------------------- */
 
 dl#sell {
 	width:540px;
	margin-bottom:50px;
	margin-bottom:25px;
 }
 #sell dt {
 	background-image:url(http://img.shop-pro.jp/tmpl_img/20/title_sell.gif);
 }
[変更箇所3]下記の部分が変更されています
 	padding:0 0px 0px 5px;
 	color:#ff0000;
 }
 
/* ------------------------------------- 
 *	トップページ/ 最近チェックした商品
 * ------------------------------------- */
#checkitem dt {
	background-image:url(http://img.shop-pro.jp/tmpl_img/20/title_ci.gif);
	}
 
#checkitem dt {
	background-repeat: no-repeat;
	font-size: 0.1em;
	height: 16px;
	margin-bottom: 20px;
	text-indent: -10000px;
	}

.checkitem_list {
	margin:0 15px 15px 15px;
	float:left;
	padding: 0 5px 0 0;
	width: 100px;
	}
 
.checkitem .ci_img {
	width:90px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
	}
 
 /* ------------------------------------- 
  *	詳細ページ
  * ------------------------------------- */
[変更箇所4]下記の部分が変更されています
  * ------------------------------------- */
 
 dl#tb {
 	width:540px;
	margin-top:20px;
	margin:20px 0;
 }
 #tb dt.tb_title {
 	background-image:url(http://img.shop-pro.jp/tmpl_img/20/title_tb.gif);
 }

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <{ if $product.id != "" }>
 <form name="product_form" method="post" action="<{$cart_url}>">
 
 <!-- パンくずナビ -->
<!-- カテゴリー -->
 <div id="pankuzu">
	<a href="./">ホーム</a>
	<p>
		<a href="./">ホーム</a>
 	
 	<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
 	
 	<{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	
	<{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	
<!-- グループ -->
<{section name=cnt loop=$group_breadcrumb_list}>
	<p>
		<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
	</p>
	<{/section}>
	</p>
 </div>
 <!--// パンくずナビ -->
 
 
 
 <div id="detail">
 

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 	<a href="./">ホーム</a>
 
	<{if $smarty.get.mode != 'grp'}>

 	<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
 	
 	<{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
 	
 	<{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
 
<{else}>
<{section name=num loop=$group_breadcrumb}>
 	&gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>	
 </div>
 <!--// パンくずナビ -->
 
 
[変更箇所2]下記の部分が変更されています
 </dl>
 <div><img src="http://img.shop-pro.jp/tmpl_img/20/border1.gif" width="533" height="7" alt="" style="margin-top:25px;" /></div>
 <{/if}>
 <!--// サブカテゴリー -->
<!-- サブグループ -->
<{if $subgroup_num != 0}>
<dl id="subcat">
	<dt>お探しのカテゴリーには [<{$subgroup_num}>] つのサブカテゴリーがあります</dt>
	<dd>
	
		<{section name=num loop=$sub_group}>
	
		<div class="itembox" style="float:left; ">
		<div class="top">
		<div class="bottom">
		
			<a href="<{$sub_group[num].link_url}>">
				<{if $sub_group[num].img_url != ""}><img src="<{$sub_group[num].img_url}>" /><{/if}>
				
				<div class="item_title"><{$sub_group[num].name}></div>
			</a>
		</div>
		</div>
		</div>
		
		<!-- 3個で改行(最後は含まない) --><{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}><br class="clear" />
		<{/if}>
		
		<{/section}>
		<br class="clear" />
	</dd>
</dl>
<div><img src="http://img.shop-pro.jp/tmpl_img/20/border1.gif" width="533" height="7" alt="" style="margin-top:25px;" /></div>
<{/if}>
<!--// サブグループ -->
 
[変更箇所3]下記の部分が変更されています
 
 
 
 <{else}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<{/if}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<br /><br /><br /><{/if}>
 <{/if}>

オレンジノート
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		
 		<!-- main -->
 		<div id="main">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>

<div class="ci">
	<div class="title">最近チェックした商品</div>
</div>
	<table class="checkitem_table"><tr><td>
	<{section name=num loop=$history max=10}>
		<div class="checkitem" align="center">
		<div class="img">
			<{if $history[num].img_url != ""}>
				<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
			<{else}>
				<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/17/noimg.gif" class="ci_img" alt="" /></a>
			<{/if}>		
		</div>
		<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
		<div class="price">
			<{if $members_login_flg == true && $history[num].discount_flg == true}>
				<!-- 通常販売価格 -->
				<p class="regular_price_top"><{$history[num].regular_price}></p>
			<{/if}>
			<!-- 販売価格 -->
			<p class="price_top"><{$history[num].price}></p>
			<{if $members_login_flg == true && $history[num].discount_flg == true}>
				<!-- 割引率 -->
				<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
			<{/if}>
			<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}>
		</div>
		</div>
		<!-- 5個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
			</td></tr><tr><td>
		<{/if}>
		<{/section}>
	</td></tr></table>
<{/if}>

<!--//最近チェックした商品 -->

 		</div>
 		<!--// main -->
 		<br class="clear" />
 		

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .discount_rate_all {
 	padding:2px 0px 0px;
 	color:#ff0000;
 }
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("http://img.shop-pro.jp/tmpl_img/17/arrow.gif") no-repeat scroll left center transparent;
	border-bottom: 2px dotted #8F826C;
	color: #8F826C;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
	}

div.checkitem {
	margin:0 0 10px 0;
	float:left;
	padding: 0 15px 0 2px;
	width: 100px;
	}

div.checkitem .ci_img {
	width:90px;
	border: 1px solid #CCCCCC;
	}
 
 /* ************************************************ 
  *	商品詳細ページ
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <form name="product_form" method="post" action="<{$cart_url}>">
 	
 	<!-- パンくずナビ -->
 	<div class="pankuzu">
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
		<br />
	<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
		<br />
		<{/section}>
 	</div>
 	<!--// パンくずナビ -->
 	
 	<div class="category_title"><{$product_name}></div>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
 <div class="pankuzu">
	<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 <!--// パンくずナビ -->
 
 
[変更箇所2]下記の部分が変更されています
 	<div class="itemarea">
 		<a href="<{$sub_category[num].link_url}>" />
 		<div><{if $sub_category[num].img_url != "" }><img src="<{$sub_category[num].img_url}>" class="border" /><{/if}></div>
 		<{$sub_category[num].name}></a>
	</div>
	<!-- 5個で改行 --><{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}><br class="clear" />
	<{/if}>
	<{/section}>

	</td></tr>
	</table>
	
<{/if}>
<!--// サブカテゴリー -->

<!-- サブグループ -->
<{if $subgroup_num != 0}>

	<div class="main_title">
		<div class="point"><img src="http://img.shop-pro.jp/tmpl_img/17/sp.gif"></div>
		<div class="title"><img src="http://img.shop-pro.jp/tmpl_img/17/h_subcat.gif" width="109" height="16"></div>
	</div>

	<table class="box" cellpadding="0" cellspacing="0" border="0">
	<tr><td>

	<{section name=num loop=$sub_group}>
	<div class="itemarea">
		<a href="<{$sub_group[num].link_url}>" />
		<div><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" class="border" /><{/if}></div>
		<{$sub_group[num].name}></a>
 	</div>
 	<!-- 5個で改行 --><{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}><br class="clear" />
 	<{/if}>
 	<{/section}>
[変更箇所3]下記の部分が変更されています
 	</table>
 	
 	
 <{else}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<{/if}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<br /><br /><br /><{/if}>
 <{/if}>
 
 

スカイノート
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		
 		<!-- main -->
 		<div id="main">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>

<div class="ci">
	<div class="title">最近チェックした商品</div>
</div>
	<table class="checkitem_table"><tr><td>
	<{section name=num loop=$history max=10}>
		<div class="checkitem" align="center">
			<div class="img">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/24/noimg.gif" class="ci_img" alt="" /></a>
				<{/if}>
			</div>
			<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
			<div class="price">
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
				<{/if}>
				<!-- 販売価格 -->
				<p class="price_top"><{$history[num].price}></p>
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
				<{/if}>
				<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}>
			</div>
		</div>
		<!-- 5個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
			</td></tr><tr><td>
		<{/if}>
	<{/section}>
	</td></tr></table>
<{/if}>

<!--//最近チェックした商品 -->

 		</div>
 		<!--// main -->
 		<br class="clear" />
 		

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .discount_rate_all {
 	padding:2px 0px 0px;
 	color:#ff0000;
 }
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("http://img.shop-pro.jp/tmpl_img/24/arrow.gif") no-repeat scroll left center transparent;
	border-bottom: 2px dotted #6C798F;
	color: #6C798F;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
	}

div.checkitem {
	margin:0 0 10px 0;
	float:left;
	padding: 0 15px 0 2px;
	width: 100px;
	}

div.checkitem .ci_img {
	width:90px;
	border: 1px solid #CCCCCC;
	}
 
 /* ************************************************ 
  *	商品詳細ページ
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <form name="product_form" method="post" action="<{$cart_url}>">
 	
 	<!-- パンくずナビ -->
 	<div class="pankuzu">
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
		<br />
	<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
		<br />
		<{/section}>
 	</div>
 	<!--// パンくずナビ -->
 	
 	<div class="category_title"><{$product_name}></div>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
 <div class="pankuzu">
	<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 <!--// パンくずナビ -->
 
 
[変更箇所2]下記の部分が変更されています
 	</table>
 	
 <{/if}>
 <!--// サブカテゴリー -->
<!-- グループ -->
<{if $subgroup_num != 0}>

	<div class="main_title">
		<div class="point"><img src="http://img.shop-pro.jp/tmpl_img/24/sp.gif"></div>
		<div class="title"><img src="http://img.shop-pro.jp/tmpl_img/24/h_subcat.gif" width="109" height="16"></div>
	</div>

	<table class="box" cellpadding="0" cellspacing="0" border="0">
	<tr><td>

	<{section name=num loop=$sub_group}>
	<div class="itemarea">
		<a href="<{$sub_group[num].link_url}>" />
		<div><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" class="border" /><{/if}></div>
		<{$sub_group[num].name}></a>
	</div>
	<!-- 5個で改行 --><{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}><br class="clear" />
	<{/if}>
	<{/section}>

	</td></tr>
	</table>
	
<{/if}>
<!--// グループ -->
 
 <{if $productlist_num != 0}>
 	
 	
[変更箇所3]下記の部分が変更されています
 	</table>
 	
 	
 <{else}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<{/if}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<br /><br /><br /><{/if}>
 <{/if}>
 
 

レタスノート
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		
 		<!-- main -->
 		<div id="main">
 		<{include file = $file_name}>
<!-- 最近チェックした商品 -->

<{if $history_num != 0}>

<div class="ci">
		<div class="title">最近チェックした商品</div>
</div>
<table class="checkitem_table"><tr><td>
	<{section name=num loop=$history max=10}>
		<div class="checkitem" align="center">
			<div class="img">
				<{if $history[num].img_url != ""}>
					<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
				<{else}>
					<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/25/noimg.gif" class="ci_img" alt="" /></a>
				<{/if}>
			</div>
			<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
			<div class="price">
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 通常販売価格 -->
					<p class="regular_price_top"><{$history[num].regular_price}></p>
				<{/if}>
				<!-- 販売価格 -->
				<p class="price_top"><{$history[num].price}></p>
				<{if $members_login_flg == true && $history[num].discount_flg == true}>
					<!-- 割引率 -->
					<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
				<{/if}>
				<{if $history[num].soldout_flg == true}><span style="background:#ddd;padding:3px 20px 2px;font-size:10px;">SOLD OUT</span><{/if}>
			</div>
		</div>
		<!-- 5個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}>
			</td></tr><tr><td>
		<{/if}>
	<{/section}>
	</td></tr></table>
<{/if}>

<!--//最近チェックした商品 -->

 		</div>
 		<!--// main -->
 		<br class="clear" />
 		

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 .discount_rate_all {
 	padding:2px 0px 0px;
 	color:#ff0000;
 }
/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("http://img.shop-pro.jp/tmpl_img/25/arrow.gif") no-repeat scroll left center transparent;
	border-bottom: 2px dotted #7C8972;
	color: #7C8972;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
	}

div.checkitem {
	margin:0 0 10px 0;
	float:left;
	padding: 0 15px 0 2px;
	width: 100px;
	}

div.checkitem .ci_img {
	width:90px;
	border: 1px solid #CCCCCC;
	}
 
 /* ************************************************ 
  *	商品詳細ページ
  * ************************************************ */

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <form name="product_form" method="post" action="<{$cart_url}>">
 	
 	<!-- パンくずナビ -->
 	<div class="pankuzu">
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
		<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
		<br />
	<{section name=cnt loop=$group_breadcrumb_list}>
		<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
				<span class="txt-f10"> &gt; </span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
		<br />
		<{/section}>
 	</div>
 	<!--// パンくずナビ -->
 	
 	<div class="category_title"><{$product_name}></div>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 <!-- パンくずナビ -->
 <div class="pankuzu">
	<a href="./">ホーム</a><{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
	<a href="./">ホーム</a>
<{if $smarty.get.mode != 'grp'}>
<{if $bid_name != ""}> &gt; <a href='<{$bid_link}>'><{$bid_name}></a><{/if}><{if $sid_name != ""}> &gt; <a href='<{$sid_link}>'><{$sid_name}></a><{/if}><{if $product_name != ""}> &gt; <a href='<{$product_link}>'><{$product_name}></a><{/if}>
<{else}>
<{section name=num loop=$group_breadcrumb}>
 &gt; <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
<{/section}>
<{/if}>
 </div>
 <!--// パンくずナビ -->
 
 
[変更箇所2]下記の部分が変更されています
 	</table>
 	
 <{/if}>
 <!--// サブカテゴリー -->
<!-- サブグループ -->
<{if $subgroup_num != 0}>

	<div class="main_title">
		<div class="point"><img src="http://img.shop-pro.jp/tmpl_img/25/sp.gif"></div>
		<div class="title"><img src="http://img.shop-pro.jp/tmpl_img/25/h_subcat.gif" width="109" height="16"></div>
	</div>

	<table class="box" cellpadding="0" cellspacing="0" border="0">
	<tr><td>

	<{section name=num loop=$sub_group}>
	<div class="itemarea">
		<a href="<{$sub_group[num].link_url}>" />
		<div><{if $sub_group[num].img_url != "" }><img src="<{$sub_group[num].img_url}>" class="border" /><{/if}></div>
		<{$sub_group[num].name}></a>
	</div>
	<!-- 5個で改行 --><{if $smarty.section.num.iteration % 5 == 0 and $smarty.section.num.last == false}><br class="clear" />
	<{/if}>
	<{/section}>

	</td></tr>
	</table>
	
<{/if}>
<!--// サブグループ -->
 
 <{if $productlist_num != 0}>
 	
 	
[変更箇所3]下記の部分が変更されています
 	</table>
 	
 	
 <{else}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<{/if}>
	<!-- 該当商品がないとき --><{if $subcategory_num == 0}>該当する商品がありません<br /><br /><br /><{/if}>
 <{/if}>
 
 

ブルーチェック
▼【共通html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
 		</td>
 		<!-- // side area -->
 
 		<!-- Main area -->
		<td width="565" valign="top"><{include file = $file_name}></td>
		<td width="565" valign="top"><{include file = $file_name}>

<!-- 最近チェックした商品 -->

<{if $history_num != 0}>
<div id="checkitem">
	<div class="ci_main_title">■最近チェックした商品</div>

		<{section name=num loop=$history max=10}>
			<div class="checkitem_list">
			
				<div class="checkitem" align="center">
					<{if $history[num].img_url != ""}>
						<a href="<{$history[num].link_url}>"><img src="<{$history[num].img_url}>" class="ci_img" alt="" /></a>
					<{else}>
						<a href="<{$history[num].link_url}>"><img src="http://img.shop-pro.jp/tmpl_img/27/now_s.gif" style="width: 90px;height:60px;margin-bottom:3px;padding:4px;border-color: #D1D1D1 #989898 #989898 #D1D1D1;border-style: solid;border-width: 1px;" alt="" /></a>
					<{/if}>
					
					<div class="name"><a href="<{$history[num].link_url}>"><{$history[num].name}></a></div>
					
					<div class="price">
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 通常販売価格 -->
						<p class="regular_price_top"><{$history[num].regular_price}></p>
						<{/if}>
						<!-- 販売価格 -->
						<p class="price_top"><{$history[num].price}></p>
						<{if $members_login_flg == true && $history[num].discount_flg == true}>
						<!-- 割引率 -->
						<p class="discount_rate_top"><{$history[num].discount_rate}>OFF!!</p>
						<{/if}>
						<{if $history[num].soldout_flg == true}><p style="background:#ddd;color: #1E4C80;padding:3px 20px 2px;font-size:10px;text-align:center;margin-top:0;">SOLD OUT</p><{/if}>
					</div>
				</div>
			</div>
			<!-- 4個で改行(最後は含まない) -->
			<{if $smarty.section.num.iteration % 4 == 0 and $smarty.section.num.last == false}>
				<br style="clear:both;" />
			<{/if}>
		<{/section}>

	<br style="clear:both;" />
	</div>
<{/if}>

<!--//最近チェックした商品 -->

</td>
 		<!-- // Main area -->
 		
 	</tr>
 </table>

▼【共通css】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
  * ------------------------------------- */
 
 .footstamp {
 	width:564px;
	height:28px;
 	background:transparent url(http://img.shop-pro.jp/tmpl_img/27/shared_bg01.gif) 0px 0px no-repeat;
 	color:<{$navi_list_bgcolor}>;
 	margin-bottom:15px;
 	}
[変更箇所2]下記の部分が変更されています
 	}
 
 .footstamp img {
 	vertical-align:middle;
	}

.footstamp .bg {
	background: url("http://img.shop-pro.jp/tmpl_img/27/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;
	width: 564px;
	}

.footstamp .bg .middle {
	background: url("http://img.shop-pro.jp/tmpl_img/27/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 1px;
	}

.footstamp .bottom {
	background: url("http://img.shop-pro.jp/tmpl_img/27/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:2px;
 	}
 
 /* ------------------------------------- 
  *	商品が無い時の表示
[変更箇所3]下記の部分が変更されています
 	}
 
 #trackback .tb_state {
 	padding:5px 10px 5px 10px;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
 #checkitem {
	margin: 0 20px 20px 15px;
	}

#checkitem .ci_main_title {
	border-bottom: 5px solid #244D7C;
	font-weight: bolder;
	margin: 30px 0 20px 0 ;
	padding-bottom: 5px;
	text-align: left;
	color: #244D7C;
	}

.checkitem_list {
	width:120px;
	padding-left:9px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .price_top {
	margin-bottom:2px;
	}

.checkitem .ci_img {
	width:90px;
	border-color: #D1D1D1 #989898 #989898 #D1D1D1;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-bottom:3px;
 	}
 
 /* ************************************************ 
  *	商品オプションページ

▼【商品詳細html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" border="0" class="footstamp">
	<tr>
		<td style="padding:0 15px;">
		<a href="./">ホーム</a>
		<{if $bid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
		<{/if}>
		<{if $sid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
		</td>
	</tr>
</table>
<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
			</p>
	<!-- グループ -->
			<{section name=cnt loop=$group_breadcrumb_list}>
			<p class="pankuzuline">
				<a href="./">ホーム</a>
			<{section name=num loop=$group_breadcrumb_list[cnt].group_breadcrumb}>
					<span class="txt-f10">></span> <a href="<{$group_breadcrumb_list[cnt].group_breadcrumb[num].link_url}>"><{$group_breadcrumb_list[cnt].group_breadcrumb[num].name}></a>
			<{/section}>
			</p>
			<{/section}>
			<div class="bottom"></div>
		</div>
	</div>
</div>


 
 <!-- Product(商品詳細) -->
 <table cellpadding="0" cellspacing="0" border="0" class="main_title">
 	<tr>

▼【商品一覧html】

あいうえお … 削除箇所   … 追加箇所

[変更箇所1]下記の部分が変更されています
<table cellpadding="0" cellspacing="0" border="0" class="footstamp">
	<tr>
		<td style="padding:0 15px;">
		<a href="./">ホーム</a>
		<{if $bid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a>
		<{/if}>
		<{if $sid_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a>
		<{/if}>
		<{if $product_name != ""}> 
			<span class="txt-f10">></span> <a href='<{$product_link}>'><{$product_name}></a>
		<{/if}>
		</td>
	</tr>
</table>
<!-- ぱんくずリスト -->
<div class="footstamp">
	<div class="bg">
	<!-- カテゴリー -->
		<div class="middle">
			<p class="pankuzuline">
<{if $smarty.get.mode != 'grp'}>
				<a href="./">ホーム</a>
				<{if $bid_name != ""}> <span class="txt-f10">></span> <a href='<{$bid_link}>'><{$bid_name}></a><{/if}>
				<{if $sid_name != ""}> <span class="txt-f10">></span> <a href='<{$sid_link}>'><{$sid_name}></a><{/if}>
	<{else}>
	<!-- グループ -->
				<a href="./">ホーム</a>
				<{section name=num loop=$group_breadcrumb}>
				<span class="txt-f10">></span> <a href="<{$group_breadcrumb[num].link_url}>"><{$group_breadcrumb[num].name}></a>
				<{/section}>
<{/if}>
				</p>
			<div class="bottom"></div>
		</div>
	</div>
</div>
 
 <!-- 該当するサブカテゴリーがないときは、表示しない -->
 <{if $subcategory_num != 0}>
 	<{section name=num loop=$sub_category}>
[変更箇所2]下記の部分が変更されています
 		<{/if}>
 	<{/section}>
 	<br style="clear:both;" />
 <{/if}>
<!-- 該当するサブグループがないときは、表示しない -->
<{if $subgroup_num != 0}>
	<{section name=num loop=$sub_group}>
		<div class="product_list">
			<div class="product_item">
				<{if $sub_group[num].img_url != "" }>
					<a href="<{$sub_group[num].link_url}>"><img src="<{$sub_group[num].img_url}>" alt="" /></a>
				<{/if}>
				<div class="name" style="width:170px; overflow:hidden;">
					<a href="<{$sub_group[num].link_url}>"><{$sub_group[num].name}></a>
				</div>
			</div>
		</div>
		<!-- 3個で改行(最後は含まない) -->
		<{if $smarty.section.num.iteration % 3 == 0 and $smarty.section.num.last == false}>
			<br style="clear:both;" />
		<{/if}>
	<{/section}>
	<br style="clear:both;" />
<{/if}>

 
 <!-- ProductList -->
 <table cellpadding="0" cellspacing="0" border="0" class="main_title" style="margin-bottom:1px;">
 	<tr>

以上で挿入作業は完了です。
この記事は役に立ちましたか?
  • はい (5)
  • いいえ (0)
2020.08.20