﻿


#itemImageSlider{
     margin-top: 180px; /* ①商品ページのコンテンツを下にズラす */
     }
 
.ctgTtl{
     margin-top: 180px; /* ②カテゴリーページのコンテンツを下にズラす */
     }
 
.natasp_heder_banner{
     position: absolute; /* ③sampleクラスのdivボックスやiframeパーツをページ全体から相対位置指定 */
     top: 150px; /* ④店舗独自ヘッダーの画面トップからの距離を指定 */
     left: 0;
     width: 100%; /* iframeの場合横幅をwidthで指定すれば不要 */
     }
.natasp_heder_banner2{
     position: absolute; /* ③sampleクラスのdivボックスやiframeパーツをページ全体から相対位置指定 */
     top: 270px; /* ④店舗独自ヘッダーの画面トップからの距離を指定 */
     left: 0;
     width: 100%; /* iframeの場合横幅をwidthで指定すれば不要 */
     }
 
.itemtitle,.ctgTtl1,#campaignText,#itemFestival{
     display: none; /* ⑤通常商品ページと定期購入ページの店名、商品変倍表示、楽天スーパーDEALの表示を非表示に */
     }
	 


/* 下部固定バナースタイルシート */	
#natasp_footer_btn {	
position: fixed;
bottom: 75px; 
left: 0px;
z-index: 10000;
}
#natasp_footer_btn a {	
position: fixed;
bottom: 75px; 
left: 0px;
z-index: 10000;
}
.natasp_footer_btn img{
  width:100%;
}
	
	
/* ページ上部のトップへ・カートへ */
#contents_ToTop {	
position: fixed;
bottom: 60px; 
right: 20px;
z-index: 10000;
}
#contents_ToTop a {	
position: fixed;
bottom: 60px; 
left: 20px;
z-index: 10000;
}
.contents_ToTop img{

}
	