﻿/**
 * LP(SKU)共通のCSSです。
 */
 
/* PC - パンくずを非表示  [data-browse-mode="P"] .pane-topic-path { display: none !important;} */
/* PC - タイトルを非表示 [data-browse-mode="P"] .block-goods-name { display: none !important;} */
/* PC - あなたへのおすすめ商品を非表示 */ [data-browse-mode="P"] .block-goodsdetail-recommend { display: none !important;}
/* SP - パンくずを非表示  [data-browse-mode="S"] .page-goods .block-topic-path { display: none !important;}	*/
/* SP - タイトルを非表示 [data-browse-mode="S"] .block-goods-name { display: none !important;} */
/* SP - あなたへのおすすめ商品を非表示 */ [data-browse-mode="S"] .block-goodsdetail-recommend { display: none !important;}

/* --------------------------------------
order_btn(hover)
-------------------------------------- */
#content_wrap .order_btn a {
	transition: all 300ms 0s ease;
  }
  #content_wrap .order_btn a:hover {
	opacity: 0.6;
}