/*=========================================================
CSS基本設定
FutureShop2 system_DesignSettings.css
=========================================================*/

/*　デフォルトリセット　*/
* {
  margin:0;
  padding:0;
}

/*　リンク画像の枠線削除　*/
a img { border:0px none;}

/*　フォームパーツ共通設定　*/
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
  border-top:1px solid #eae5d9;
  border-right:0px solid #eae5d9;
  border-bottom:0px solid #eae5d9;
  border-left:1px solid #eae5d9;
  -webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  background: #f7f7f7;
  height: 25px;
  font-size: 115%;
  margin:3px 0;
}
select {
  border:1px solid #ded9cc;
  -webkit-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  -moz-box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  box-shadow:2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  background: #f7f7f7;
  padding:5px 0;
  font-size: 90%;
}
input[type=radio] { margin-right:3px;}
input[type=submit] { padding:3px; outline:none; cursor:pointer;}

:root .system_content input[type=image]:hover {
  opacity:0.65;
  filter:alpha(opacity=65);
  -ms-filter:alpha( opacity=65);
}



/*　背景画像設定　*/

/*　通常　ゴールド　*/
/*body .layout_body { background:#EAE4CC url("/shop/item/lindt/design/img01/bg_layout_body_gold.png") repeat-x 0 115px;}*/
/*body .layout_table { background:url("/shop/item/lindt/design/img01/bg_layout_table_gold.png") no-repeat 50% 21px;}*/

/*　一覧　ゴールド　*/
/*.FS2_body_Goods_newyear .layout_body,
.FS2_body_Goods_whiteday .layout_body,
.FS2_body_Goods_lindor .layout_body,
.FS2_body_Goods_excellence .layout_body,
.FS2_body_Goods_truffles .layout_body
{
  background-position:0 431px;*/
/*}
.FS2_body_Goods_newyear .layout_table,
.FS2_body_Goods_whiteday .layout_table,
.FS2_body_Goods_lindor .layout_table,
.FS2_body_Goods_excellence .layout_table,
.FS2_body_Goods_truffles .layout_table
{
  background-position:50% 339px;
}*/
/*　一覧　レッド　*/
/*.FS2_body_Goods_christmas .layout_body,
.FS2_body_Goods_valentines .layout_body
{
  background:#EAE4CC url("/shop/item/lindt/design/img01/bg_layout_body_red.png") repeat-x 0 431px;
}*/
/*.FS2_body_Goods_christmas .layout_table,
.FS2_body_Goods_valentines .layout_table
{
  background:url("/shop/item/lindt/design/img01/bg_layout_table_red.png") no-repeat 50% 339px;
}*/
/*　一覧　グリーン　*/
/*.FS2_body_Goods_easter .layout_body {
  background:#EAE4CC url("/shop/item/lindt/design/img01/bg_layout_body_green.png") repeat-x 0 431px;
}*/
/*.FS2_body_Goods_easter .layout_table {
  background:url("/shop/item/lindt/design/img01/bg_layout_table_green.png") no-repeat 50% 339px;
}*/


/*　body直下テキスト　*/
.FS2_body_text_area {}
.FS2_body_text {}


/*=========================================================
ページレイアウト
=========================================================*/

/*　ページレイアウト　*/
.layout_body {
  text-align:left;
}

/*　ページレイアウト：左メニュー　*/
td.layout_menu {
  margin:0px;
  padding:0px;
  vertical-align:top;
}

/*　ページレイアウト：コンテンツエリア　*/
table.layout_table {
  position:relative;
  z-index:9;
}
td.layout_content {
  margin:0px;
  padding:0px 0 0 0;
  vertical-align:top;
}
/* @media(min-width: 1px) and (max-width: 980px) {
  td.layout_content {
    width: 70%;
    overflow-x: hidden;
  }
} */
#FS2_body_Goods td.layout_content {}

/*　ページレイアウト：右メニュー　*/
td.layout_right {
  margin:0px;
  padding:0px;
  vertical-align:top;
}





/*=========================================================
ユーザーメニューエリア
=========================================================*/

/*　ユーザーメニューエリア　*/
.utility {
  margin:0 0 5px 0;
}

.utility table {}

.utility td {}

/*　ユーザーメニューエリア：いらっしゃいませゲストさん　*/
.FS2_welcome_area {
  border-bottom:1px dotted #ddd;
}

.welcome {
  margin-left:0.5em;
  line-height:1.1;
}

/*　ユーザーメニューエリア：マイページ・ログイン・パスワード　*/
.FS2_login_area {
  padding:0 0 0 10px;
  text-align:right;
}

ul.login {
  border-bottom:1px dotted #ddd;
}

.login li {
  padding:0 5px 0 15px;
  display:inline;
}


/*　ユーザーメニューエリア：マイページ　*/
.FS2_icon_mypage {}

/*　ユーザーメニューエリア：ログイン　*/
.FS2_icon_login {}

/*　ユーザーメニューエリア：ログアウト　*/
.FS2_icon_logout {}

/*　ユーザーメニューエリア：パスワードをお忘れですか？　*/
.FS2_FS2_icon_password {}


/*　ユーザーメニューエリア：送料・個人情報・特商　*/
ul.item {
  border-bottom:2px solid #ddd;
  padding:2px 0 0 0;
  margin:5px 0 0 0;
  text-align:right;
}

.item li {
  padding:0 5px 0 15px;
  display:inline;
}

/*　ユーザーメニューエリア：送料とお支払い方法について　*/
.FS2_postagesettlelist {}

/*　ユーザーメニューエリア：個人情報の取り扱いについて　*/
.FS2_privacypolicy {}

/*　ユーザーメニューエリア：特定商取引法に基づく表示　*/
.FS2_businessdeal {}


/*=========================================================
システムコンテンツ
=========================================================*/

/*　システムコンテンツ　*/
.system_content {
width:740px;
}
.FS2_body_Cart_ShoppingCart .system_content {
  background:none;
}
.FS2_body_Goods_GoodsDetail .system_content br {
  display:none;
}
@media(min-width: 1px) and (max-width: 980px) {
  .system_content {
  width:98%;
  margin: auto;
  }
  #fs_MyPageTop .pageTitle {
    width: 755px!important;
    margin: 0!important;
  }
}


/*　システムコンテンツ：ページ切り替え（○件中○件表示）　*/
#FS2_body_Goods .pager {
  width:465px;
  margin:-50px 0 0 0;
  padding:0 0 30px 0;
  color:#4A3A26;
  font:normal 10px/18px Verdana ,Arial, Helvetica, sans-serif;
  z-index:2;
}
#FS2_body_Goods .pager a { color:#4A3A26;}
#FS2_body_Goods .pager a:hover {
  color:#A78A44;
  text-decoration:none;
}
#FS2_body_Goods .pager a img { vertical-align:middle;}
#FS2_body_Goods .pager a:hover img {
  opacity:0.4;
  filter:alpha(opacity=40);
  -ms-filter:alpha( opacity=40);
}

.FS2_GroupList .pager { display:none;}


.FS2_pager_text { padding:3px 0;}
.FS2_pager_link_first { padding:2px 3px;}
.FS2_pager_link_prev { padding:2px 3px;}
.FS2_pager_link { padding:2px 3px;}
.FS2_pager_stay {
  padding:2px 3px;
  background-color:#483926;
  color:#FFF;
}
.FS2_pager_link_next { padding:2px 3px;}
.FS2_pager_link_last { padding:2px 3px;}


/*　システムコンテンツ：並び替え（並び替え｜価格が安い｜価格が高い｜新着順｜）　*/
/*　システムコンテンツ：並び替え：コンテナ　*/
.FS2_sort_menu_bg {
  width:740px;
  margin:45px auto 0 auto;
  padding:0 0 30px 0;
  color:#4A3A26;
  font:normal 10px/18px Verdana ,Arial, Helvetica, sans-serif;
  z-index:1;
}
.FS2_sort_menu_bg ul {
  margin:0 0 0 465px;
  text-align:right;
}
.FS2_sort_menu_bg li {
  padding:0 8px 0 5px;
  display:inline;
  border-right:1px solid #333333;
}

/*　システムコンテンツ：並び替え：コンテナ　*/
#FS2_sort_menu,
#FS2_sort_menu a {
  color:#4A3A26;
  font:normal 10px/18px Verdana ,Arial, Helvetica, sans-serif;
}
#FS2_sort_menu a:hover {
  color:#A78A44;
  text-decoration:none;
}

/*　システムコンテンツ：並び替え：並び替え　*/
.FS2_sort_menu_title {}

/*　システムコンテンツ：並び替え：価格が安い　*/
.FS2_sort_menu_sortPriceLowLink {}

/*　システムコンテンツ：並び替え：価格が高い　*/
.FS2_sort_menu_sortPriceHighLink {}

/*　システムコンテンツ：並び替え：新着順　*/
.FS2_sort_menu_sortNewLink {}

/*　システムコンテンツ：並び替え：登録順　*/
.FS2_sort_menu_sortOldLink {}

/*　システムコンテンツ：並び替え：優先度順　*/
.FS2_sort_menu_sortPriorityLink {}

/*　システムコンテンツ：並び替え：レビュー順　*/
.FS2_sort_menu_sortReviewLink {}

/*　システムコンテンツ：並び替え：キーワードヒット順　*/
.FS2_sort_menu_sortKeywordLink {}

/* 商品を閲覧するにはログインが必要です */
.FS2_memberOnly {}
.FS2_memberOnlyText {}
.FS2_memberOnlyLoginLink {}


/*=========================================================
ページ共通設定：見出し
=========================================================*/
.pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url(../bg_2ndcts_h1.png) repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}

.FS2_body_Goods_GoodsGroupList_1 .ttl_search  /* 商品検索結果一覧 */
{
  width: 980px;
  margin: 0px auto;
  padding: 32px 0 8px 0px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}

.CrossHead {}

.Definition {
  margin:20px 0 5px 0;
  border-bottom:2px dotted #ddd;
}


/*=========================================================
ページ共通設定：テーブル
=========================================================*/
.inputTableArea {}

.userTable_01 {
  width:100%;
  margin-bottom:10px;
  border-left:1px solid #C6B684;
  border-top:1px solid #C6B684;
}

.userTable_01 caption {
  padding:5px;
  background:#BA9D67;
  text-align:center;
  color:#FFF;
}

.userTable_01 th {
  padding:3px 5px;
  background:#F7F7E7;
  border-bottom:1px solid #C6B684;
  color: #8C6A37;
  vertical-align:middle;
  white-space:nowrap;
  font-weight:normal;
}

.userTable_01 th.FS2_Delivery_table_caution{
  white-space:normal;
}

.userTable_01 td {
  padding:5px 5px;
  border-right:1px solid #C6B684;
  border-bottom:1px solid #C6B684;
}

.userTable_02 {
  width:100%;
  margin-bottom:10px;
  border-top:1px solid #C6B684;
  border-left:1px solid #C6B684;
}

.userTable_02 caption {
  padding:5px;
  background:#BA9D67;
  text-align:center;
  color:#FFF;
}

.userTable_02 th {
  font-weight:normal;
  background:#F7F7E7;
  border-bottom:1px solid #C6B684;
  border-right:1px solid #C6B684;
  padding:3px 5px;
  color: #8C6A37;
}

.userTable_02 td {
  padding:3px 5px;
  border-right:1px solid #C6B684;
  border-bottom:1px solid #C6B684;
}


/*=========================================================
ページ共通設定：個人情報保護方針
=========================================================*/
.FS2_privacyPageLink_container {
  text-align:center;
  margin:5px 0;
  border:1px solid #ddd;
  padding:5px;
}

.FS2_privacyPageLink_container input {
  position:relative;
  top:3px;
}

.FS_privacyPageLink {}


/*=========================================================
商品ページ
=========================================================*/

/*　商品ページ共通　*/
#FS2_body_Goods {}

.FS2_body_Goods_GoodsGroupList_0,/*商品グループ一覧*/
.FS2_body_Goods_GoodsGroupList_1,/*グループ一覧（第1階層）*/
.FS2_body_Goods_GoodsGroupList_2,/*グループ一覧（第2階層）*/
.FS2_body_Goods_GoodsGroupList_3,/*グループ一覧（第3階層）*/
.FS2_body_Goods_GoodsGroupList_4,/*グループ一覧（第4階層）*/
.FS2_body_Goods_GoodsGroupList_5 /*グループ一覧（第5階層）*/
{}

.FS2_body_Goods_GoodsGroupList_0 .system_content,/*商品グループ一覧*/
.FS2_body_Goods_GoodsGroupList_1 .system_content,/*グループ一覧（第1階層）*/
.FS2_body_Goods_GoodsGroupList_2 .system_content,/*グループ一覧（第2階層）*/
.FS2_body_Goods_GoodsGroupList_3 .system_content,/*グループ一覧（第3階層）*/
.FS2_body_Goods_GoodsGroupList_4 .system_content,/*グループ一覧（第4階層）*/
.FS2_body_Goods_GoodsGroupList_5 .system_content,/*グループ一覧（第5階層）*/
.FS2_body_Goods_GoodsSearchList .system_content /*商品検索一覧*/
{
/*  background: url("/shop/item/lindt/design/img01/bg_system_content.png") repeat-x 0 100%;
  border-bottom:1px solid #AAA287;*/
}

/*　商品グループ名　*/
.FS2_GroupList .itemGroup {
  display:none;
}


/*=========================================================
商品画面：商品カテゴリ一覧ページ
=========================================================*/

/*一覧ページメイン画像ありの場合の設置*/
.FS2_body_Goods_christmas .FS2_upper_comment,
.FS2_body_Goods_newyear .FS2_upper_comment,
.FS2_body_Goods_valentines .FS2_upper_comment,
.FS2_body_Goods_whiteday .FS2_upper_comment,
.FS2_body_Goods_easter .FS2_upper_comment,
.FS2_body_Goods_mothersday .FS2_upper_comment,
.FS2_body_Goods_fathersday .FS2_upper_comment,
.FS2_body_Goods_summergift .FS2_upper_comment,
.FS2_body_Goods_halloween .FS2_upper_comment,
.FS2_body_Goods_excellence .FS2_upper_comment,
.FS2_body_Goods_truffles .FS2_upper_comment,
.FS2_body_Goods_icecream .FS2_upper_comment,
.FS2_body_Goods_wedding .FS2_upper_comment,
.FS2_body_Goods_GateauxdeVoyage .FS2_upper_comment,
.FS2_body_Goods_pickandmix .FS2_upper_comment,
.FS2_body_Goods_switzerlandday .FS2_upper_comment,
.FS2_body_Goods_creation .FS2_upper_comment
{
  padding-bottom:10px;
  background:url("/shop/item/lindt/design/img02/list_fs2uppercomment_bg.png") no-repeat 50% 100%;
}

.FS2_body_Goods_wrapping .FS2_upper_comment{
  padding-bottom:10px;
  background:url("/shop/item/lindt/design/img02/list_fs2uppercomment_bg.png") no-repeat 50% 100%;
  width: 740px;
}


.FS2_body_Goods_lindor .FS2_upper_comment
{
  padding-bottom:0px;
  background:url("/shop/item/lindt/design/img02/list_fs2uppercomment_bg.png") no-repeat 50% 257px;
}


.FS2_body_Goods_christmas .FS2_upper_comment h1,
.FS2_body_Goods_newyear .FS2_upper_comment h1,
.FS2_body_Goods_valentines .FS2_upper_comment h1,
.FS2_body_Goods_whiteday .FS2_upper_comment h1,
.FS2_body_Goods_easter .FS2_upper_comment h1,
.FS2_body_Goods_mothersday .FS2_upper_comment h1,
.FS2_body_Goods_fathersday .FS2_upper_comment h1,
.FS2_body_Goods_summergift .FS2_upper_comment h1,
.FS2_body_Goods_halloween .FS2_upper_comment h1,
.FS2_body_Goods_lindor .FS2_upper_comment h1,


.FS2_body_Goods_excellence .FS2_upper_comment h1,
.FS2_body_Goods_truffles .FS2_upper_comment h1,
.FS2_body_Goods_icecream .FS2_upper_comment h1,
.FS2_body_Goods_GateauxdeVoyage .FS2_upper_comment h1,
.FS2_body_Goods_wrapping .FS2_upper_comment h1,
.FS2_body_Goods_pickandmix .FS2_upper_comment h1,
.FS2_body_Goods_switzerlandday .FS2_upper_comment h1,
.FS2_body_Goods_creation .FS2_upper_comment h1
{
  height:198px;
}

/*.FS2_body_Goods_summergift .FS2_upper_comment h1{ height:336px;}*/

/*============バナー2つ並びを入れる場合===============*/
/*.FS2_body_Goods_summergift .FS2_upper_comment h1 {
  height:507px;
  position: relative;
}
.FS2_body_Goods_summergift .FS2_upper_comment h1 ul {
  position: relative;
  width: 996px;
  height: 210px;
  margin: 0 auto;
  position: relative;
  top: 257px;
}
.FS2_body_Goods_summergift .FS2_upper_comment h1 ul li {
  float: left;
  width: 50%;
  height: 210px;
  text-align: center;
  list-style: none;
}*/

.FS2_body_Goods_wedding .FS2_upper_comment h1
{
  height:336px;
}
.FS2_body_Goods_christmas .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_christmas.jpg") no-repeat 50% 50%; background-size: 120%;}
.FS2_body_Goods_newyear .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_newyear.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_valentines .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img03/list_h1_bg_valentines.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_whiteday .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_whiteday.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_easter .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_easter.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_mothersday .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_mothersday.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_fathersday .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/gift_main.jpg") no-repeat 50% 50%; background-size: 100%;}

/*.FS2_body_Goods_fathersday .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_fathersday.jpg") no-repeat 70% -11px; background-size: 120%;}*/
/*.FS2_body_Goods_summergift .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_summergift_c.jpg") no-repeat 50% 50%; background-size: 110%;}*/
/*.FS2_body_Goods_halloween .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_halloween.jpg") no-repeat 50% 50%; background-size: 110%;}*/
.FS2_body_Goods_halloween .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_halloween_B.jpg") no-repeat 50% top;  background-size: 120%;}
.fs-body-category-lindor .category-text-01 h1 { background:url("../fs2/img02/list_h1_bg_lindor.jpg") no-repeat -150px -25px; background-size: 155%; height:250px !important;}
.FS2_body_Goods_excellence .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_excellence.jpg") no-repeat 100% 70%; background-size: 110%;}
.FS2_body_Goods_truffles .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_truffles.jpg") no-repeat 50% 50%; background-size: 110%;}
.FS2_body_Goods_icecream .FS2_upper_comment h1 { background:url("/cate_images/list_h1_bg_icecream_a.jpg") no-repeat 50% top; background-size: 100%;}
/*.FS2_body_Goods_icecream .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_icecream_b.jpg") no-repeat 50% 50%; background-size: 110%;}*/
.FS2_body_Goods_GateauxdeVoyage .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/baked_main.jpg") no-repeat 50% 50%; background-size: 100%;}
.FS2_body_Goods_wrapping .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img03/list_h1_bg_wrapping.jpg") no-repeat 50% 50%; width:740px; background-size: 920px;}
.FS2_body_Goods_wedding .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_wedding.jpg") no-repeat 50% 50%; background-size: 110%;}
.fs-body-category-pickandmix .category-text-01 h1 { background:url("../fs2/img02/bg_pickandmix_cate.jpg") no-repeat 50% 50%; background-size: 120%;}
.FS2_body_Goods_summergift .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/gift_main.jpg") no-repeat 50% 50%; background-size: 100%;}
.FS2_body_Goods_switzerlandday .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/list_h1_bg_celebrating.jpg") no-repeat 0px 50%; background-size: 110%;}
.FS2_body_Goods_creation .FS2_upper_comment h1 { background:url("/shop/item/lindt/design/img02/creation_main.jpg") no-repeat 50% 50%; background-size: 100%;}

.FS2_body_Goods_christmas .FS2_upper_comment h1 span,
.FS2_body_Goods_newyear .FS2_upper_comment h1 span,
.FS2_body_Goods_valentines .FS2_upper_comment h1 span,
.FS2_body_Goods_whiteday .FS2_upper_comment h1 span,
.FS2_body_Goods_easter .FS2_upper_comment h1 span,
.FS2_body_Goods_mothersday .FS2_upper_comment h1 span,
.FS2_body_Goods_fathersday .FS2_upper_comment h1 span,
.FS2_body_Goods_summergift .FS2_upper_comment h1 span,
.FS2_body_Goods_halloween .FS2_upper_comment h1 span,
.FS2_body_Goods_lindor .FS2_upper_comment h1 span,
.FS2_body_Goods_excellence .FS2_upper_comment h1 span,
.FS2_body_Goods_truffles .FS2_upper_comment h1 span,
.FS2_body_Goods_icecream .FS2_upper_comment h1 span,
.FS2_body_Goods_wedding .FS2_upper_comment h1 span,
.FS2_body_Goods_pickandmix .FS2_upper_comment h1 span,
.FS2_body_Goods_switzerlandday .FS2_upper_comment h1 span
{
  display:none;
}


/*　一覧ページ　大見出し　*/
.FS2_upper_comment h1 {
  clear:both;
  margin:0px auto;
}
.FS2_upper_comment h1 span {
  display:block;
  width:740px;
  margin:0px auto;
  padding:32px 0 8px 0px;
  border-bottom:1px dotted #C4B36F;
  color:#785F3F;
  font:normal 26px MolengoRegular;
}

/*　一覧ページ　大見出し下テキスト　*/
.FS2_upper_comment p.visualtxt {
  width:620px;
  margin:0px auto;
}
.FS2_upper_comment p.visualtxt span {
    display: block;
    width: 400px;
    height: 110px;
    margin: -150px 0 0 5px;
    color: #EAE4CC;
    font: normal 12px MolengoRegular;
    line-height: 1.75em;
    padding: 40px 0 0 0;
}
.FS2_body_Goods_truffles .FS2_upper_comment p.visualtxt span { color:#996633;margin:-150px 0 0 0; position: relative; top:0px; left: -30px;}
.FS2_body_Goods_easter .FS2_upper_comment p.visualtxt span { color:#666600; position: relative; top:20px; left: 10px;}
.FS2_body_Goods_whiteday .FS2_upper_comment p.visualtxt span { color:#990033; position: relative; top:20px; left: 28px;}
.FS2_body_Goods_christmas .FS2_upper_comment p.visualtxt span { color:#fff; position: relative; top:20px; left: 10px;}
.FS2_body_Goods_mothersday .FS2_upper_comment p.visualtxt span { color:#CC6666;}
.FS2_body_Goods_fathersday .FS2_upper_comment p.visualtxt span { color:#FFFFFF;  position: relative; top:-27px; left: -26px;}
.FS2_body_Goods_summergift .FS2_upper_comment p.visualtxt span { color:#FFFFFF;}
.FS2_body_Goods_pickandmix .FS2_upper_comment p.visualtxt span { color:#333;}
.FS2_body_Goods_switzerlandday .FS2_upper_comment p.visualtxt span { color:#FFFFFF; margin:-150px 0 0 0; position: relative; top:40px; left: 70px;}
.FS2_body_Goods_excellence .FS2_upper_comment p.visualtxt_exe span { color:#FFFFFF; margin:-150px 0 0 0; position: relative; top:40px; left: 170px;}




.FS2_body_Goods_valentines .FS2_upper_comment p.visualtxt span {
    display: block;
    width: 400px;
    height: 110px;
    margin: -150px 0 0 5px;
    font: normal 12px MolengoRegular;
    line-height: 1.75em;
    padding: 40px 0 0 0;
}



.FS2_body_Goods_mothersday .FS2_upper_comment p.visualtxt span {
    display: block !important;
    width: 400px !important;
    height: 40px !important;
    margin: -110px 0 0 30px !important;
    font: normal 12px MolengoRegular !important;
    line-height: 1.75em !important;
    padding: 50px 0 0 0;
}




/*　一覧ページ　商品ゼロ時のコメント　*/

#FS2_body_Goods .system_content .cmt_pzero {
  width: 740px;
  margin: 0px auto;
  padding:20px 0 200px 0;
  font:normal 12px MolengoRegular;
  line-height:1.5em;
}


/*　商品画面：商品グループ：子グループのコンテナ　*/
.FS2_GroupList {
  clear:both;
  width:740px;
  margin:0 auto;
  padding-top:50px;
}
.FS2_GroupList br {
  display:none;
}

/*　商品画面：商品グループ：商品一覧のコンテナ　*/
.FS2_GroupLayout {
  clear:both;
  width:740px;
  margin:0 auto;
}

/*　商品画面：商品グループ：商品グループのコンテナ　*/
.FS2_GroupLayout .groupLayout {
  overflow:hidden;
  padding-bottom:30px;
}

/*　商品画面：商品グループ：商品のコンテナ　*/
.FS2_body_Goods_GoodsGroupList_0 .groupLayout .gl_Item,/*商品グループ一覧*/
.FS2_body_Goods_GoodsGroupList_1 .groupLayout .gl_Item,/*グループ一覧（第1階層）*/
.FS2_body_Goods_GoodsGroupList_2 .groupLayout .gl_Item,/*グループ一覧（第2階層）*/
.FS2_body_Goods_GoodsGroupList_3 .groupLayout .gl_Item,/*グループ一覧（第3階層）*/
.FS2_body_Goods_GoodsGroupList_4 .groupLayout .gl_Item,/*グループ一覧（第4階層）*/
.FS2_body_Goods_GoodsGroupList_5 .groupLayout .gl_Item,/*グループ一覧（第5階層）*/
.FS2_body_Goods_GoodsSearchList .groupLayout .gl_Item /*商品検索一覧*/
{
  position:relative;
  float:left;
  display:inline;
}
.FS2_GroupLayout .gl_Item {
  padding-bottom:40px;
}


/*　商品画面：商品グループ：サムネイル　*/
.groupLayout .FS2_thumbnail_container a {
  display:block;
  padding:0 0 10px 0;
}
 /*　商品画像
:root .FS2_thumbnail_container a:hover img {
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter:alpha( opacity=50);
}　*/
 /*　商品グループ画像　*/
.FS2_GroupList .FS2_thumbnail_container a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:alpha( opacity=70);
}

/*　商品画面：商品グループ名　*/
/*　商品グループ名　*/
.FS2_GroupList .itemGroup {
  display:none;
}
/*　商品名　*/
.FS2_GroupLayout .itemGroup {
  margin-bottom:8px;
  padding:0px 0 8px 0;
  background:url("/shop/item/lindt/design/img01/bg_itemgroup.png") no-repeat 50% 100%;
  font-family:Verdana;
  font-size:11px;
}
.FS2_GroupLayout .itemGroup a {
  color:#A78A44;
  text-decoration:none;
}
.FS2_GroupLayout .itemGroup a:hover {
  color:#7B6632;
}

/*　商品画面：商品グループ：商品一言説明　*/
#FS2_itemlayout_C .FS2_ItemShortComment {
  position:absolute;
    display:none;
  width:100%;
}
#FS2_itemlayout_C .FS2_ItemShortComment a {
  text-decoration:none;
}
#FS2_itemlayout_C .FS2_ItemShortComment span.cmttop {
  display:block;
  padding-top:6px;
  background:url("/shop/item/lindt/design/img02/list_cmt_bg_top.png") no-repeat 50% 0;
}
#FS2_itemlayout_C .FS2_ItemShortComment span.cmtmiddle {
  display:block;
  padding:15px 15px 15px 20px;
  background:url("/shop/item/lindt/design/img02/list_cmt_bg_middle.png") no-repeat 50% 100%;
  color:#7B6632;
  line-height:1.5em;
  text-align:left;
  text-decoration:none;
}
#FS2_itemlayout_C .FS2_ItemShortComment span.cmtbottom {
  display:block;
  padding-top:15px;
  background:url("/shop/item/lindt/design/img02/list_cmt_bg_bottom.png") no-repeat 50% 0;
}



/*　商品画面：商品一覧：アイコン　*/
.FS2_GroupLayout .FS2_original_icons {

}

/*　商品画面：商品一覧：定価　*/
.FS2_GroupLayout .FS2_itemPrice_text {
  color:#4D3D22;
  font-weight:normal;
  font-family:MolengoRegular;
  font-size:11px;
}

/*　商品画面：商品一覧：在庫　*/
.FS2_GroupLayout .itemStock {
  color:#333399;
}


/*=========================================================
商品画面：商品一覧ページ
=========================================================*/

/*　商品詳細ページ共通　*/
.FS2_body_Goods_GoodsGroupList_1 {}
.FS2_body_Goods_gr1 {}


/*=========================================================
商品画面：商品一覧
=========================================================*/






/*=========================================================
商品画面：商品グループ・商品一覧　レイアウトスタイル
=========================================================*/

/*　商品グループレイアウト1×1から
　　商品レイアウト横幅指定　*/
.alignItem_01 .gl_Item {
  width:98%;
  margin-left:1%;
}

.alignItem_02 .gl_Item {
  width:48.5%;
  margin-left:1%;
}

.alignItem_03 .gl_Item {
  width:32.2%;
  margin-left:1%;
}

.alignItem_04 .gl_Item {
  width:23.8%;
  margin-left:1%;
}

.alignItem_05 .gl_Item {
    width: 17%;
    padding: 0 2.5%;
}



.alignItem_06 .gl_Item {
  width:16.1%;
  margin-left:0.5%;
}

.alignItem_07 .gl_Item {
  width:13.7%;
  margin-left:0.5%;
}

.alignItem_08 .gl_Item {
  width:11.9%;
  margin-left:0.5%;
}

.alignItem_09 .gl_Item {
  width:10.6%;
  margin-left:0.5%;
}

.alignItem_10 .gl_Item {
  width:9.4%;
  margin-left:0.5%;
}


/*=========================================================
商品画面：所属する子グループのレイアウトスタイル
=========================================================*/

/*　商品画面：所属する子グループのレイアウトスタイル：パターンA　*/
#FS2_itemlayout_list_A {}

/*　商品画面：所属する子グループのレイアウトスタイル：パターンB　*/
#FS2_itemlayout_list_B {}

/*　商品画面：所属する子グループのレイアウトスタイル：パターンC　*/
#FS2_itemlayout_list_C {}

/*　商品画面：所属する子グループのレイアウトスタイル：パターンD　*/
#FS2_itemlayout_list_D {}

/* r_system_preset.css */
#FS2_itemlayout_list_D td{
vertical-align:top;
  padding:2px;
}

/* r_system_preset.css */
#FS2_itemlayout_list_D .itemGroup{
  font-weight:normal;
  font-size:80%;
  padding:0px;
  margin:0px;
}

/* r_system_preset.css */
#FS2_itemlayout_list_D .itemGroup .FS2_itemlayout_list_D_arrow{
  font-weight:bold;
  color:red;
}

/* r_system_preset.css */
.FS2_itemlayout_list_D_icon{
  width:3px;
}

/* r_system_preset.css */
.alignItem_01 .FS2_itemlayout_list_D_name{
  width:99%;
}

/* r_system_preset.css */
.alignItem_02 .FS2_itemlayout_list_D_name{
  width:49%;
}

/* r_system_preset.css */
.alignItem_03 .FS2_itemlayout_list_D_name{
  width:33%;
}

/* r_system_preset.css */
.alignItem_04 .FS2_itemlayout_list_D_name{
  width:24%;
}

/* r_system_preset.css */
.alignItem_05 .FS2_itemlayout_list_D_name{
  width:19%;
}

/* r_system_preset.css */
.alignItem_06 .FS2_itemlayout_list_D_name{
  width:16%;
}

/* r_system_preset.css */
.alignItem_07 .FS2_itemlayout_list_D_name{
  width:14%;
}

/* r_system_preset.css */
.alignItem_08 .FS2_itemlayout_list_D_name{
  width:12%;
}

/* r_system_preset.css */
.alignItem_09 .FS2_itemlayout_list_D_name{
  width:11%;
}

/* r_system_preset.css */
.alignItem_10 .FS2_itemlayout_list_D_name{
  width:9%;
}

/*=========================================================
商品画面：所属する商品のレイアウトスタイル一覧
=========================================================*/

/*　商品画面：所属する商品のレイアウトスタイル：
　　サムネイル一覧　→　商品詳細ページに遷移するタイプ　*/

/*　パターンA　*/
#FS2_itemlayout_A {}

/*　パターンB　*/
#FS2_itemlayout_B {}

/*　パターンC　*/
#FS2_itemlayout_C {
      font-size: 11px;
}


#FS2_itemlayout_C .itemGroup a{color:#A78A44; text-decoration: none;}


/*　商品画面：所属する商品のレイアウトスタイル：
　　同一ページ内に複数の商品詳細情報を並べるタイプ　*/

/*　パターンE　*/
#FS2_itemlayout_E {
/*  background:url("/shop/item/lindt/design/img01/bg_system_content.png") repeat-x 0 100%;
*/  padding-bottom:40px;
width:740px;
}

/*　パターンF　*/
#FS2_itemlayout_F {}

/*　パターンG　*/
#FS2_itemlayout_G {}

/*　パターンH　*/
#FS2_itemlayout_H {}

/*　パターンI　*/
#FS2_itemlayout_I {}

/*　パターンJ　*/
#FS2_itemlayout_J {}



/*=========================================================
商品画面：商品詳細ページ
=========================================================*/

.FS2_eye_catch_icon {
    margin: 0 ;
    padding-bottom: 8px;
}

/*　商品詳細ページ共通　*/
.FS2_body_Goods_GoodsDetail {}
.FS2_body_Goods_GoodsDetail td.layout_content br {
  display:none;
}


/*=========================================================
商品画面：商品詳細
=========================================================*/

/*　商品画面：商品詳細：コンテナ　*/
.gl_Item {}

.gl_Item table {
  margin:10px 0;
}

/*　商品画面：商品詳細：上部・下部コメント　*/
.user_inner_content {}

/*　商品画面：商品詳細：コンテナ：レイアウト左側　*/
.FS2_body_Goods_GoodsDetail .system_content .FS2_itemlayout_td_Left {
  width:380px;
  padding-top:50px;
  vertical-align:top;
}
.FS2_body_Goods_GoodsDetail .system_content #FS2_ReccomendGoods .FS2_itemlayout_td_Left {
  padding-top:0;
  text-align: left;
}

/*　商品画面：商品詳細：画像コンテナ　*/
.FS2_thumbnail_container {
  vertical-align:top;
}

/*　商品画面：商品詳細：画像　*/
.FS2_body_Goods_GoodsDetail .system_content .FS2_itemlayout_td_Left .thumbnail {
  max-width:380px;
  max-height:380px;
  -ms-interpolation-mode:bicubic;
}

/*　商品画面：下部コメント（画像切り替え）　*/
.FS2_body_Goods_GoodsDetail .FS2_lower_comment {
}
.FS2_body_Goods_GoodsDetail .FS2_lower_comment .thumbox {
  width:380px;
  margin:20px 0 0 0;
  text-align:center;
}
.FS2_body_Goods_GoodsDetail .FS2_lower_comment .thumbox img {
  max-width:50px;
  max-height:50px;
  -ms-interpolation-mode:bicubic;
}
:root .FS2_body_Goods_GoodsDetail .FS2_lower_comment .thumbox img:hover {
  opacity:0.65;
  filter:alpha(opacity=65);
  -ms-filter:alpha( opacity=65);
}

.FS2_body_Goods_GoodsDetail .FS2_lower_comment .Card_btn{width: 380px; padding-top: 30px;}


.FS2_body_Goods_GoodsDetail .FS2_lower_comment img.wdbtn{width: 380px;}

/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せのレイアウト　*/
#FS2_itemlayout_list_B .thumbnail {margin:0px;}/*商品グループ*/
#FS2_itemlayout_list_C .thumbnail {margin:0px;}/*商品グループ*/
#FS2_itemlayout_B .thumbnail {}
#FS2_itemlayout_C .thumbnail {}
#FS2_Recommend_itemlayout_B .thumbnail {}/*おすすめ商品*/
#FS2_Recommend_itemlayout_C .thumbnail {
  max-width:125px;
  max-height:125px;
  -ms-interpolation-mode:bicubic;
}/*おすすめ商品*/

/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せ以外のレイアウト　*/
#FS2_itemlayout_list_A .thumbnail {}/*商品グループ*/
#FS2_itemlayout_A .thumbnail {}
#FS2_itemlayout_D .thumbnail {}
#FS2_itemlayout_E .thumbnail {}
#FS2_itemlayout_F .thumbnail {}
#FS2_itemlayout_G .thumbnail {}
#FS2_itemlayout_I .thumbnail {}
#FS2_itemlayout_J .thumbnail {}
#FS2_Recommend_itemlayout_A .thumbnail {margin:0 10px 5px 0;}/*おすすめ商品*/

/*　商品画面：商品詳細：コンテナ：レイアウト右側　*/
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right {
  width:330px;
  padding-top:20px;
  vertical-align:top;
  padding-left: 30px;
}
:root .FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right a:hover img {
  opacity:0.65;
  filter:alpha(opacity=65);
  -ms-filter:alpha( opacity=65);
}

/*　商品画面：商品詳細：商品名　*/
.FS2_body_Goods_GoodsDetail h1.itemTitle {
  margin:40px 0 15px 0px;
  padding-bottom:10px;
  background:url("/shop/item/lindt/design/img01/bg_detail_h1.png") no-repeat 0 100%;
  color:#675237;
  font-family:MolengoRegular;
  font-size:26px;
  font-weight:normal;
  line-height:1.2;
}
.FS2_body_Goods_GoodsDetail h1.itemTitle span {
  display:block;
  margin-bottom:10px;
  color:#18306B;
  font-size:16px;
  font-weight:bold;
}

/*　商品画面：商品詳細：アイキャッチアイコン　*/
.catch {}
.FS2_body_Goods_GoodsDetail .FS2_original_icons,
.FS2_body_Goods_GoodsDetail .FS2_Preorder_icon {
  margin:0;
  /*padding-bottom:5px;*/
}
/*　商品画面：商品詳細：アイキャッチアイコン　*/
.catch {}
.FS2_body_Goods_GoodsDetail .FS2_original_icons li {margin: 0 5px 2px 0!important;  }


.catch {}
/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せのレイアウト　*/
#FS2_itemlayout_list_B .catch {margin:0 1px;}/*商品グループ*/
#FS2_itemlayout_list_C .catch {margin:0 1px;}/*商品グループ*/
#FS2_itemlayout_B .catch {margin:0 1px;}
#FS2_itemlayout_C .catch {margin:0 1px;}

/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せ以外のレイアウト　*/
#FS2_itemlayout_list_A .catch {margin:0 2px 0 0;}/*商品グループ*/
#FS2_itemlayout_A .catch {margin:0 2px 0 0;}
#FS2_itemlayout_D .catch {margin:0 2px 0 0;}
#FS2_itemlayout_E .catch {margin:0 2px 0 0;}
#FS2_itemlayout_F .catch {margin:0 2px 0 0;}
#FS2_itemlayout_G .catch {margin:0 2px 0 0;}
#FS2_itemlayout_I .catch {margin:0 2px 0 0;}
#FS2_itemlayout_J .catch {margin:0 2px 0 0;}


/*　商品画面：商品詳細：商品番号　*/
.FS2_body_Goods_GoodsDetail .itemNumber {
  margin:5px 0;
  clear: both;
}

/*　商品画面：商品詳細：価格コンテナ　*/
.FS2_itemPrice_area {}

/*　商品画面：商品詳細：商品価格上部コメント　*/
.itemComment {}

/*　商品画面：商品詳細：定価　*/
.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text {
  margin:0 0 0 0px;
  color:#624D33;
  font-weight:bold;
  font-family:MolengoRegular;
  font-size:20px;
}
.FS2_body_Goods_GoodsDetail td.layout_content .FS2_itemPrice_text br {
  display:block;
}

.FS2_body_Goods_GoodsDetail .FS2_itemPrice_addition {
  font-weight:normal;
  font-size:12px;
}

/*　商品画面：商品詳細：定期購入定価　*/
.FS2_FixedPeriodItemPrice_text {
  margin:0 0 15px 0;
}

/*　商品画面：商品詳細：定価取消し線　*/
.useBorder {
  padding-right:0.5em;
  color:#B8965C;
  text-decoration:line-through;
}

/*　商品画面：商品詳細：当店特別価格　*/
.FS2_body_Goods_GoodsDetail .FS2_special_price {
  display:block;
  margin-right:0.5em;
  padding:0px;
  font-size:90%;
  font-weight:bold;
}

/*　商品画面：商品詳細：価格　*/
.itemPrice {}

/*　商品画面：商品詳細：価格：(本体価格：××円)(消費税込：××円)(税込)　*/
.FS2_itemPrice_addition {}


/*　商品画面：商品詳細：特別会員価格あり　*/
.FS2_members_contents {}

/*　商品画面：商品詳細：特別会員価格ありアイコン　*/
.FS2_memberPriceImage {
  margin:0 0 5px 0;
}

/*　商品画面：商品詳細：特別会員価格：コンテナ　*/
.FS2_special_members_price {
}

/*　商品画面：商品詳細：特別会員価格：テキスト　*/
.FS2_special_members_price_text {
  margin-right:0.5em;
}

/*　商品画面：商品詳細：特別会員価格　*/
.FS2_special_members_price .itemPrice {
  color:#FF0000;
}

/*　商品画面：商品詳細：ポイント　*/
.FS2_point {
  margin:0 0px;
  font-size:10px;
}

/*　商品画面：商品詳細：会員価格で購入するにはログインが必要です　*/
.FS2_members_login_link {
  text-align:right;
}

.FS2_members_login_link a {
  text-decoration:none;
}

.FS2_members_login_link a:hover {
  text-decoration:underline;
}


/*　商品画面：商品詳細：送料　*/
.FS2_postage {
  margin:0 0 20px 20px;
}

/*　商品画面：商品詳細：販売開始前です。　*/
/*　商品画面：商品詳細：販売を終了いたしました。　*/
.error_item {
  border:1px dotted #FF3300;
  color:#FF3300;
  background:#FFF1EE;
  text-align:center;
  padding:0px;
  margin:0 0 10px 0;
}

/*　商品画面：商品詳細：販売期間　*/
.sellTerms {
  margin:10px 0px;
  padding:5px;
  background:#F6F6F6;
  text-align:center;
}

/*　商品画面：商品詳細：エラー　*/
.error_content {}

/*　商品画面：商品詳細：項目選択肢コンテナ　*/
.FS2_inputSelection {
  margin:10px 0 5px 0;
}
/*　商品画面：商品詳細：項目選択肢テーブル　*/
.FS2_inputSelection_table {
  width:100%;
  font-size:12px;
}
.FS2_inputSelection_table th {
  font-weight:normal;
  padding:10px;
  background:#EAE4CC;
  width:50%;
  text-align:center;
  border: 1px solid #ccc4b1;
}
.FS2_inputSelection_table td {
  font-weight:normal;
  padding:0px 10px;
  width:50%;
  text-align:left;
  border: 1px solid #ccc4b1;
}
*:first-child+html .FS2_inputSelection_table td { /*　IE7　*/
  width:70%;
}
.FS2_inputSelection_table td select {
  width:100%;
}

table.FS2_inputSelection_table select{width:100%;}

/*　商品画面：商品詳細：バリエーションコンテナ　*/
.FS2_tableVariation {}

/*　商品画面：商品詳細：バリエーションのテーブル　*/
.GoodsSelectionTable {
  /*position:relative !important;*/
  /*top:-70px !important;*/
  /*left:100px !important;*/
  font-size:12px;
  margin:10px 0 ;
}


.GoodsSelectionTable th {
  font-weight:normal;
  padding:8px 14px;
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  background:#fff;
  border-top:1px solid #ddd;
}
.GoodsSelectionTable th:first-child{

}

/*　商品画面：商品詳細：バリエーションのテーブル：縦／横　*/
.thStrong {}

.GoodsSelectionTable td {
  padding:2px 8px;
  text-align:center;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  background:#f7f7f7;
}

/*　商品画面：商品詳細：申し訳ございません。ただいま在庫がございません。　*/
.FS2_body_Goods_GoodsDetail .itemStock {
  position:relative;
/*  top:-140px;
  left:215px;*/
  top:0;
  left: 0;
  /*width:250px;*/
  padding:5px;
  background:#18306B;
  color:#FFF;
  text-align:center;
}

/*　商品画面：商品詳細：在庫数　*/
.FS2_Stock {}

/*　商品画面：商品詳細：残りわずか　*/
.FS2_FewText {}

/*　商品画面：商品詳細：在庫がありません　*/
.FS2_noStockText {}


/*　商品画面：商品詳細：△：残りわずか　*/
.FS2_ItemStockSample_area {
  margin:0 0 10px 0;
}

/*　商品画面：商品詳細：残りわずか　*/
.FS2_fewStockSample {}

/*　商品画面：商品詳細：在庫がなくなりました　*/
.FS2_noStockSample {}


/*　商品画面：商品詳細：在庫がない場合の時の着色をリセット　*/
.FS2_ItemStockSample_area .itemStock {
  border:none;
  color:#000000;
}


/*　商品画面：商品詳細：数量コンテナ　*/
.FS2_body_Goods_GoodsDetail .FS2_figure {}

/*　商品画面：商品詳細：数量テーブル　*/
.FS2_body_Goods_GoodsDetail .FS2_figure_table {
  margin:10px 0 0 0px;
  padding:0;
}

/*　商品画面：商品詳細：数量　*/
.FS2_figure_table_td_figure {}

/*　商品画面：商品詳細：数量入力テキストフォーム　*/
.FS2_body_Goods_GoodsDetail .FS2_figure_table_td_input_cnt {}
.FS2_body_Goods_GoodsDetail .FS2_figure_table_td_input_cnt input {
  width:35px;
  padding:5px;

  background:#EAE4CC;
  border:medium none;
  color:#7B5939;
  font:20px MolengoRegular;
  font-weight:bold;
  text-align:right;
}

/*　商品画面：商品詳細：数量↑↓ボタン　*/
.FS2_figure_table_td_updn_btn {}
.FS2_body_Goods_GoodsDetail td.layout_content .FS2_figure_table_td_updn_btn br {
  display:block;
}

/*　商品画面：商品詳細：カートヘ入れるボタン　*/
.FS2_body_Goods_GoodsDetail .FS2_figure_table_td_cart_btn {
  padding:0 0 0 5px;
}

:root .FS2_body_Goods_GoodsDetail .FS2_figure_table_td_cart_btn:hover input {
  opacity:0.65;
  filter:alpha(opacity=65);
  -ms-filter:alpha( opacity=65);
}


/*　商品画面：商品詳細：詳しく見るボタン　*/
.FS2_figure_table_td_detail_btn {}

/*　商品画面：商品詳細：クール便コンテナ　*/
.FS2_body_Goods_GoodsDetail .FS2_CoolButton_area {
  margin:0 0 5px 0px;
}

/*　商品画面：商品詳細：Tweet & Facebook　*/
.FS2_body_Goods_GoodsDetail .FS2_TweetButton_area {
  margin:20px 0 5px 0px;
}

/*　商品画面：商品詳細：入荷お知らせメール　*/
.FS2_body_Goods_GoodsDetail .FS2_ArrivalInformationButton_area {
  float:left;
  margin:0 0 0 0px;
}

/*　商品画面：商品詳細：商品についてのお問合せ　*/
.FS2_body_Goods_GoodsDetail .FS2_InquiryButton_area {
  float:left;
  margin:0;
}
.FS2_body_Goods_GoodsDetail_819001 .FS2_InquiryButton_area,
.FS2_body_Goods_GoodsDetail_819002 .FS2_InquiryButton_area {
  margin:0 0 0 0px;
}

/*　商品画面：商品詳細：友達にメールで知らせる　*/
.FS2_body_Goods_GoodsDetail .FS2_MailRecommendButton_area {
  float:left;
  margin:0;
}
/*　商品画面：商品詳細：お気に入りに登録　*/
.FS2_body_Goods_GoodsDetail .FS2_WishListButton_area {
  float:left;
  margin:0;
}


/*　商品画面：商品詳細：レビューを書くボタン　*/
.FS2_ReviewEditButton_area {}

/*　商品画面：商品詳細：レビューを見るボタン　*/

.FS2_ReviewButton_area a {
  text-decoration:none;
}

/*　商品画面：商品詳細：この商品の平均評価　*/
.FS2_ReviewEditAverage img {
  position:relative;
  top:-2px;
}

/*　商品画面：商品詳細：レビュー一覧　*/
.FS2_Review_Detail_container_td table {
  width:100%;
  border:none;
}

#FS2_body_Goods .userTable_01 {
  border-left:none;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
}

#FS2_body_Goods .userTable_01 td {
  padding:0px;
  border-right:none;
  border-bottom:none;
}

#FS2_body_Goods .userTable_01 .FS2_Review_Detail_container_td td {
  border:none;
  padding:3px;
}

/*　商品画面：商品詳細：レビュー一覧：背景色　*/
.FS2_Review_Detail_td {
  background:#F6F6F6;
}

/*　商品画面：商品詳細：レビュー一覧：投稿者名　*/
.FS2_Review_Detail_name {}

/*　商品画面：商品詳細：レビュー一覧：購入者　*/
.FS2_Review_User_Status {
  background:#FF6600;
  color:#FFFFFF;
  padding:1px 0px 0px 2px;
  line-height:1.2;
  border:1px solid #FFFFFF;
  font-size:11px;
  margin-left:5px;
}

/*　商品画面：商品詳細：レビュー一覧：投稿者詳細・投稿日　*/
.FS2_Review_Detail_Prof_Date {
  padding:0px;
  margin:0px;
  text-align:right;
}

/*　商品画面：商品詳細：レビュー一覧：おすすめ度　*/
.FS2_MyReviewStatus {
  color:#5BA633;
  float:left;
  font-size:85%;
  margin:5px;
}

.FS2_MyReviewStatus img {
  position:relative;
  top:-2px;
}

.FS2_MyReviewStatus_text {
  line-height:2;
  color:#000000;
}

/*　商品画面：商品詳細：レビュー一覧：投稿内容　*/
.FS2_MyReviewList_Text {
  padding:0px;
  margin:0 5px 5px 5px;
  width:98%;
}

/*　商品画面：商品詳細：レビュー一覧：全てのレビューを見る　*/
.FS2_ReviewTextLink_area {
  text-align:right;
}

/*　商品画面：商品詳細：TrustMark　*/
.FS2_TrustMark {
  margin-bottom:10px;
}

/*　商品画面：商品詳細：商品説明　*/
.FS2_body_Goods_GoodsDetail .FS2_ItemComment {
  clear:both;
  margin:0;
  padding:20px 0 0 0;
  /*color:#1F497D;*/
  font-size:90%;
  line-height:1.8em;
}
.FS2_body_Goods_GoodsDetail td.layout_content .FS2_ItemComment br {
  display:block;
}
.FS2_body_Goods_GoodsDetail td.layout_content .FS2_ItemComment span {
  display:block;
  padding:20px  0 0;
  /*color:#675237;*/
  font-size:10px;
  line-height:1.5em;
}

.FS2_body_Goods_GoodsDetail .addthis_toolbox addthis_default_style {
  margin:20 0 0 20px;
}


/*　商品詳細：定期購入・頒布会：価格表　*/
/*　商品詳細：定期購入・頒布会：価格表：コンテナ　*/
.FS2_FixedPeriod {
  margin-bottom:10px;
}

/*　商品詳細：定期購入・頒布会：価格表：上部コメント　*/
.FS2_FixedPeriod_comment {
  margin:0px 0px 5px 0px;
}

/*　商品詳細：定期購入・頒布会：価格表：テーブル　*/
.FS2_GoodsFixedPeriodTable{
  margin:0 0 5px 0;
  width:100%;
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
}

.FS2_GoodsFixedPeriodTable th {
  font-weight:normal;
  padding:2px 8px;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  background:#F6F6F6;
  text-align:left;
}

.FS2_GoodsFixedPeriodTable td {
  padding:2px 8px;
  text-align:center;
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  text-align:right;
}

/*　商品詳細：定期購入・頒布会：価格表：初回　*/
.FS2_FixedPeriod_title_tr_init {}

/*　商品詳細：定期購入・頒布会：価格表：その他の回　*/
.FS2_FixedPeriod_title_tr {}

/*　商品詳細：定期購入・頒布会：価格表：最終回　*/
.FS2_FixedPeriod_title_tr_final {}


/*　商品詳細：定期購入・頒布会：価格表：当店特別価格　*/
.FS2_GoodsFixedPeriodTable.FS2_special_price {}

/*　商品詳細：定期購入・頒布会：価格表：価格　*/
.FS2_GoodsFixedPeriodTable.itemPrice {}

/*　商品詳細：定期購入・頒布会：価格表：(本体価格：××円)(消費税込：××円)(税込)　*/
.FS2_GoodsFixedPeriodTable.FS2_itemPrice_addition {}

/*　商品詳細：定期購入：一回のみ注文する　*/
.FS2_figure_InCartOnly {
  border:5px solid #F0F0F0;
  padding:10px;
  margin:0px;
}

.FS2_figure_InCartOnly p {
  margin:0px;
  padding:0px;
}

/*　商品詳細：定期購入：一回のみ注文する：テーブル　*/
.FS2_figure_table_InCartOnly {}

/*　商品詳細：定期購入：一回のみ注文する：在庫　*/
.FS2_figure_InCartOnly .FS2_Stock {}

/*　商品詳細：定期購入：一回のみ注文する：一番左の空白セル（レイアウト調整用）　*/
.FS2_figure_InCartOnly .FS2_figure_table_InCartOnly .FS2_FixedPeriod_td {
  width:px;/*　上下のボタン位置を調整したい場合、任意の数値に要変更　*/
}

/*　商品詳細：定期購入：一回のみ注文する：数量　*/
.FS2_figure_InCartOnly .FS2_figure_table_InCartOnly .FS2_figure_table_td_figure {}

/*　商品詳細：定期購入：一回のみ注文する：数量入力テキストフォーム　*/
.FS2_figure_InCartOnly .FS2_figure_table_InCartOnly .FS2_figure_table_td_input_cnt {}

/*　商品詳細：定期購入：一回のみ注文する：数量↑↓ボタン　*/
.FS2_figure_InCartOnly .FS2_figure_table_InCartOnly .FS2_figure_table_td_updn_btn {}

/*　商品詳細：定期購入：一回のみ注文する：カートヘ入れるボタン　*/
.FS2_figure_InCartOnly .FS2_figure_table_InCartOnly .FS2_figure_table_td_cart_btn {}

/*　商品詳細：定期購入：定期購入する　*/
.FS2_figure_FixedPeriod {
  border:5px solid #F0F0F0;
  padding:10px;
  margin:0px 0px 10px 0px;
}

.FS2_figure_FixedPeriod p {
  margin:0px;
  padding:0px;
}

/*　商品詳細：定期購入：定期購入する：テーブル　*/
.FS2_FixedPeriod_table {}

/*　商品詳細：定期購入：定期購入する：在庫　*/
.FS2_figure_FixedPeriod .FS2_Stock {}

/*　商品詳細：定期購入：定期購入する：一番左の空白セル（レイアウト調整用）　*/
.FS2_figure_FixedPeriod .FS2_FixedPeriod_table .FS2_FixedPeriod_td {}

/*　商品詳細：定期購入：定期購入する：数量　*/
.FS2_figure_FixedPeriod .FS2_FixedPeriod_table .FS2_figure_table_td_figure {}

/*　商品詳細：定期購入：定期購入する：数量入力テキストフォーム　*/
.FS2_figure_FixedPeriod .FS2_FixedPeriod_table .FS2_figure_table_td_input_cnt {}

/*　商品詳細：定期購入：定期購入する：数量↑↓ボタン　*/
.FS2_figure_FixedPeriod .FS2_FixedPeriod_table .FS2_figure_table_td_updn_btn {}

/*　商品詳細：定期購入：定期購入する：カートヘ入れるボタン　*/
.FS2_figure_FixedPeriod .FS2_FixedPeriod_table .FS2_figure_table_td_cart_btn {}




/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する　*/
.FS2_figure_FixedPeriodUnion {
  border:5px solid #F0F0F0;
  border-top:none;
  padding:10px;
  margin:0px 0px 10px 0px;
}

.FS2_figure_FixedPeriodUnion p {
  margin:0px;
  padding:0px;
}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：テーブル　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：在庫　*/
.FS2_figure_FixedPeriodUnion .FS2_Stock {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：在庫切れメッセージ　*/
p.FS2_noStockText_forFixedPeriod {
  color:#8c8c8c;
  display:block;
  background:#f0f0f0;
  padding:5px 10px;
}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：一番左の空白セル（レイアウト調整用）　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table .FS2_FixedPeriod_td {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：数量　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table .FS2_figure_table_td_figure {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：数量入力テキストフォーム　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table .FS2_figure_table_td_input_cnt {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：数量↑↓ボタン　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table .FS2_figure_table_td_updn_btn {}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：カートヘ入れるボタン　*/
.FS2_figure_FixedPeriodUnion .FS2_FixedPeriod_table .FS2_figure_table_td_cart_btn {}

  /*　ショッピング続けるボタン　*/
.fs-c-button--standard{
  border: none;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 0px #fff;
  background: url(../ContinueButton.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 29px;
  font-size: 0;
}
.fs-c-button__label {
  font-size: 0;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font-size: 1.8rem;
  margin: 30px 0 10px;
}



/*　商品詳細：頒布会：商品別価格一覧　*/
/*　商品詳細：頒布会：商品別価格一覧：コンテナ　*/
.FS2_Distribution {
  margin:10px 0;
}

.FS2_Distribution_title{
margin-bottom:2px;
}
/*　商品詳細：頒布会：商品別価格一覧：テーブル　*/
.FS2_GoodsDistributionTable{
  margin:0 0 5px 0;
  width:100%;
  border-left:1px solid #B8B8B8;
  border-top:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;
}
.FS2_GoodsDistributionTable th{
  font-weight:normal;
  padding:2px 8px;
  border-bottom:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;
  background:#e0e0e0;
  text-align:left;
}
.FS2_GoodsDistributionTable td {
  font-weight:normal;
  padding:2px 8px;
  border-bottom:1px solid #B8B8B8;
  text-align:left;
}

/*　商品詳細：頒布会：頒布会購入するボタン　*/
.FS2_figure_Distribution {
  border:5px solid #F0F0F0;
  padding:10px;
  margin:0px 0px 10px 0px;
}

.FS2_figure_Distribution p {
  margin:0px;
  padding:0px;
}


/*　商品詳細：頒布会：頒布会購入するボタン：テーブル　*/
.FS2_figure_Distribution .FS2_Distribution_table {}

/*　商品詳細：頒布会：頒布会購入するボタン：在庫　*/
.FS2_figure_Distribution .FS2_Stock {}

/*　商品詳細：頒布会：頒布会購入するボタン：在庫切れメッセージ　*/
p.FS2_noStockText_forDistribution {
  color:#8c8c8c;
  display:block;
  background:#f0f0f0;
  padding:5px 10px;
}

/*　商品詳細：頒布会：頒布会購入するボタン：一番左の空白セル（レイアウト調整用）　*/
.FS2_figure_Distribution .FS2_Distribution_table .FS2_FixedPeriod_td {}

/*　商品詳細：頒布会：頒布会購入するボタン：数量　*/
.FS2_figure_Distribution .FS2_Distribution_table .FS2_figure_table_td_figure {}

/*　商品詳細：頒布会：頒布会購入するボタン：数量入力テキストフォーム　*/
.FS2_figure_Distribution .FS2_Distribution_table .FS2_figure_table_td_input_cnt {}

/*　商品詳細：頒布会：頒布会購入するボタン：数量↑↓ボタン　*/
.FS2_figure_Distribution .FS2_Distribution_table .FS2_figure_table_td_updn_btn {}

/*　商品詳細：頒布会：頒布会購入するボタン：カートヘ入れるボタン　*/
.FS2_figure_Distribution .FS2_Distribution_table .FS2_figure_table_td_cart_btn {}


/*　商品詳細：返品特約　*/
/*　商品詳細：返品特約：コンテナ　*/
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract {
  margin:0 0 5px 0px;
}

/*　商品詳細：返品特約：リンクテキスト　*/
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_link,
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_text {
  margin:5px 20px 0 0;
  text-align:right;
}
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_link a,
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_text a {
  padding:0 0 0 12px;
  background:url("/shop/item/lindt/design/img01/icon_link_arrow.gif") no-repeat 0 50%;
  color:#4A3A26;
}
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_link a:hover,
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_text a:hover {
  color:#7B6632;
  text-decoration:none;
}

.FS2_ReturnedSpecialContract_text p {}


/*　商品詳細：返品特約：テキスト　
.FS2_ReturnedSpecialContract_text {
  margin:10px 0 30px 0;
  border:5px solid #f0f0f0;
  padding:10px;
}*/



/*=========================================================
送料とお支払い方法について
=========================================================*/
/*　送料　*/
.FS2_Config_Postage {}
/*　お支払方法　*/
.FS2_Config_Settle {}

/*　お支払方法について　*/
.FS2_Config_Settle_about {}

/*　消費税について　*/
.FS2_Config_Settle_tax {}



/*=========================================================
入荷お知らせメールお申し込み
=========================================================*/
.FS2_arrival_information_table {

  max-width: 980px;
  min-width: 740px;
  margin: 40px auto 0 auto;
  padding:20px;
  background: #F7F7E7;
  border:1px solid #C6B684;
  font-size: 12px;
  line-height: 1.5em;
}
.FS2_arrival_information_table  .FS2_arrival_information_td01 img {
  margin-right:20px;
}
:root .FS2_arrival_information_table  .FS2_arrival_information_td01 a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:alpha( opacity=70);
}
.FS2_arrival_information_table  .FS2_arrival_information_td02 h1 {
  margin-bottom:5px;
  font-size: 16px;
  font-weight:bold;
}
.FS2_arrival_information_table  .FS2_arrival_information_td02 h1 a {
  color:#A78A44;
  text-decoration:none;
}
.FS2_arrival_information_table  .FS2_arrival_information_td02 h1 a:hover {
  color:#7B6632;
  text-decoration:underline;
}

#FS2_body_ArrivalInfomation #entryForm,
#FS2_body_ArrivalInfomation #stopForm {
  max-width: 980px;
  min-width: 740px;
  margin: 0px auto;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#FS2_body_ArrivalInfomation .CrossHead {
  display: block;
  max-width: 980px;
  min-width: 740px;
  margin:0px auto 20px auto;
  padding: 42px 0px 8px 2px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}

#FS2_body_ArrivalInfomation .userTable_01 {
  margin-top: 10px;
}
#FS2_body_ArrivalInfomation .userTable_01 input#name,
#FS2_body_ArrivalInfomation .userTable_01 input#entryMailAddress,
#FS2_body_ArrivalInfomation .userTable_01 input#entryMailAddressConfirm,
#FS2_body_ArrivalInfomation .userTable_01 input#stopMailAddress {
  width:300px;
}
#FS2_body_ArrivalInfomation .userTable_01 td {
  font-size:10px;
}
#FS2_body_ArrivalInfomation .FS2_bottom_btn_center_1 input {
  margin-top: 10px;
}
#FS2_body_ArrivalInfomation  .FS2_bottom_btn_left_2 {
  width: 980px;
  margin:20px auto 0 auto;
  padding-bottom:70px;
}

/*　■完了ページ　*/
#FS2_body_ArrivalInfomation .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
#FS2_body_ArrivalInfomation .system_content p.cmt {
  display:block;
  width: 980px;
  margin: 0px auto;
  padding:20px 0;

  font-size: 12px;
  line-height: 1.5em;
}
#FS2_body_ArrivalInfomation .FS2_bottom_btn_info {
  width: 980px;
  margin: 0px auto;
  padding:20px 0 70px 0;
}

/*　■完了ページ（停止）　*/
#FS2_body_ArrivalInfomation .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
#FS2_body_ArrivalInfomation .system_content p.cmt {
  display:block;
  width: 980px;
  margin: 0px auto;
  padding:20px 0;
  font-size: 12px;
  line-height: 1.5em;
}
#FS2_body_ArrivalInfomation .FS2_bottom_btn_info {
  width: 980px;
  margin: 0px auto;
  padding:20px 0 70px 0;
}



/*=========================================================
商品についてのお問い合わせ
=========================================================*/

#FS2_body_Inquiry #form {
  max-width: 980px;
  min-width: 740px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#FS2_body_Inquiry #form .pageTitle {
  display: block;
  max-width: 980px;
  min-width: 740px;
  margin: 0px auto 20px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
#FS2_body_Inquiry #form .FS2_inqury_table {
  max-width: 980px;
  min-width: 740px;
  margin: 20px auto;
  padding:20px;
  background: #F7F7E7;
  border:1px solid #C6B684;
  font-size: 12px;
  line-height: 1.5em;
}
#FS2_body_Inquiry #form .FS2_inqury_table .FS2_inqury_td01 img {
  margin-right:20px;
}
:root #FS2_body_Inquiry #form .FS2_inqury_table .FS2_inqury_td01 a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:alpha( opacity=70);
}
#FS2_body_Inquiry #form .FS2_inqury_table .FS2_inqury_td02 h1 {
  margin-bottom:5px;
  font-size: 16px;
  font-weight:bold;
}
#FS2_body_Inquiry #form .FS2_inqury_table .FS2_inqury_td02 h1 a {
  color:#A78A44;
  text-decoration:none;
}
#FS2_body_Inquiry #form .FS2_inqury_table .FS2_inqury_td02 h1 a:hover {
  color:#7B6632;
  text-decoration:underline;
}
#FS2_body_Inquiry #form .userTable_01 input {
  width:300px;

}
#FS2_body_Inquiry #form .userTable_01 textarea {
  width:400px;
  padding:3px;
}
#FS2_body_Inquiry #form .FS2_bottom_btn_left_2 {
  padding-top:20px;
}

/*　■完了ページ　*/
.FS2_body_Common_Information  .system_content .cmt,
.FS2_body_Common_Information  .system_content strong {
  display:block;
  width: 980px;
  margin: 0px auto;
  padding:0 0 20px 0;
  font-size: 12px;
  font-weight:normal;
  line-height: 1.5em;
}

.FS2_body_Common_Information  .system_content span.cmt,
.FS2_body_Common_Information  .system_content strong {
  padding:20px 0;
}
.FS2_body_Common_Information .FS2_bottom_btn_info {
  width: 980px;
  margin: 0px auto;
  padding:20px 0 70px 0;
}


/*=========================================================
友達にメールで知らせる
=========================================================*/

#FS2_body_Friend #form {
  max-width: 980px;
  min-width: 740px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#FS2_body_Friend #form .pageTitle {
  display: block;
  max-width: 980px;
  min-width: 740px;
  margin: 0px auto 20px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
#FS2_body_Friend #form .FS2_inqury_table {
  max-width: 980px;
  min-width: 740px;
  margin: 20px auto;
  padding:20px;
  background: #F7F7E7;
  border:1px solid #C6B684;
  font-size: 12px;
  line-height: 1.5em;
}
#FS2_body_Friend #form .FS2_inqury_table .FS2_inqury_td01 img {
  margin-right:20px;
}
:root #FS2_body_Friend #form .FS2_inqury_table .FS2_inqury_td01 a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:alpha( opacity=70);
}
#FS2_body_Friend #form .FS2_inqury_table .FS2_inqury_td02 h1 {
  margin-bottom:5px;
  font-size: 16px;
  font-weight:bold;
}
#FS2_body_Friend #form .FS2_inqury_table .FS2_inqury_td02 h1 a {
  color:#A78A44;
  text-decoration:none;
}
#FS2_body_Friend #form .FS2_inqury_table .FS2_inqury_td02 h1 a:hover {
  color:#7B6632;
  text-decoration:underline;
}
#FS2_body_Friend #form .userTable_01 input {
  width:200px;
}
#FS2_body_Friend #form .userTable_01 textarea {
  width:400px;
  padding:3px;
}
#FS2_body_Friend #form .userTable_01 span.caution {
  color:#444;
  font-size:10px;
}
#FS2_body_Friend #form .FS2_bottom_btn_left_2 {
  padding-top:20px;
}


/*=========================================================
レビュー一覧画面
=========================================================*/
#FS2_body_Review .userTable_01 td {
  border-right:none;
  border-bottom:none;
  padding:0px;
}

#FS2_body_Review .userTable_01 {
  border-left:none;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
}

/*　レビュー一覧画面：商品ごとのレビュー一覧　*/
.FS2_ReviewImage_table td {
  vertical-align:top;
  padding-right:10px;
}

#FS2_body_Review .userTable_01 .FS2_Review_Detail_td {
  padding:5px;
}

#FS2_body_Review .caution {
  position:relative;
  top:3px;
}

.FS2_Review_Detail_text {
  padding:0px;
  margin:5px;
}


/*　レビュー一覧画面：投稿者ごとのレビュー一覧　*/
.FS2_body_ReviewListCustomer .FS2_Review_Detail_Prof_Date {
  margin:5px;
}

.FS2_body_ReviewListCustomer .userTable_01 th {
  white-space:nowrap;border:none;
  padding:2px 5px;
}


.FS2_body_ReviewListCustomer .userTable_01 .FS2_Review_Detail_td td {
  border:none;
  padding:2px 5px;
}



/*　レビュー一覧画面：投稿された全てのレビュー一覧　*/
/*　レビュー一覧画面：投稿された全てのレビュー一覧：テーブル　*/
.FS2_body_ReviewList .userTable_01 {
  margin-bottom:15px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿内容　*/
.FS2_body_ReviewList td.FS2_Review_Detail_td {
  font-size:100%;
  border-bottom:1px solid #ddd;
  padding:5px 5px 0 5px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：本文背景色　*/
.FS2_body_ReviewList .FS2_MyReviewList_Detail_td {
  background:none;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿者名　*/
.FS2_body_ReviewList .FS2_Review_Detail_name {
  font-weight:bold;
  margin-left:5px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿者詳細・投稿日　*/
.FS2_body_ReviewList .FS2_Review_Detail_Prof_Date {
  margin-top:7px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：商品名リンク　*/
.FS2_Review_Detail_itemname {
  font-size:85%;
  margin-left:5px;
}


/*=========================================================
カート画面
=========================================================*/

/*　カート画面共通　*/
#fs_ShoppingCart a { /*color: #4A3A26;*/}
#fs_ShoppingCart a:hover { /*color: #A78A44;*/}
.FS2_body_Cart_ShoppingCart {} /*カート画面：ショッピングカートTOPページ*/
.FS2_body_Cart_GuestLogin {} /*カート画面：ゲストログインページ*/
.FS2_body_Cart_DeliveryEdit {} /*カート画面：お届け先指定ページ*/
.FS2_body_Cart_SettleEdit {} /*カート画面：お支払方法選択ページ*/
.FS2_body_Cart_OrderConfirm {} /*カート画面：注文確認ページ*/
.FS2_body_Cart_OrderComplete {}/*カート画面：注文完了ページ*/

.FS2_body_Cart_GuestLogin .system_content,
.FS2_body_Cart_DeliveryEdit .system_content,
.FS2_body_Cart_SettleEdit .system_content,
.FS2_body_Cart_OrderConfirm .system_content {
  background:none;
}
#fs_ShoppingCart #form,
.FS2_body_Cart_OrderComplete .system_content {
  /*padding-bottom: 70px;
  background: url(/shop/item/lindt/design/img01/bg_GroupLayout.png) 0px 100% repeat-x;*/
}

/*　大見出し　*/
#fs_ShoppingCart .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("../bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
.FS2_body_Cart_GuestEntry .pageTitle,
.FS2_body_Cart_DeliveryEdit .pageTitle,
.FS2_body_Cart_SettleEdit .pageTitle,
.FS2_body_Cart_OrderConfirm .pageTitle{
  padding-top: 20px;
}

/*　中見出し　*/
#fs_ShoppingCart .CrossHead {
  margin: 30px auto 10px auto;
  padding: 0 0 8px 2px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: bold 16px MolengoRegular;
}
.FS2_body_Cart_ShoppingCart .CrossHead,
.FS2_body_Cart_GuestEntry .CrossHead,
.FS2_body_Cart_DeliveryEdit .CrossHead,
.FS2_body_Cart_SettleEdit .CrossHead,
.FS2_body_Cart_OrderConfirm .CrossHead,
.FS2_body_Cart_OrderComplete .CrossHead {
  width: 980px;
}

#fs_ShoppingCart #form .inputTableArea {
  margin: 0px auto;
  font-size: 12px;
  line-height: 1.5em;
}
.FS2_body_Cart_ShoppingCart .inputTableArea,
.FS2_body_Cart_GuestEntry .inputTableArea,
.FS2_body_Cart_DeliveryEdit .inputTableArea,
.FS2_body_Cart_SettleEdit .inputTableArea,
.FS2_body_Cart_OrderConfirm .inputTableArea,
.FS2_body_Cart_OrderComplete .inputTableArea {
  width: 980px;
}

/*　カート画面：ショッピングカートTOPページ　*/
.FS2_body_Cart_ShoppingCart #form p {
  width: 980px;
  margin: 20px auto;
  font-size: 12px;
  line-height: 1.5em;
}

.FS2_body_Cart_ShoppingCart .itemRight {
  display:block;
  float:none;
  width: 980px;
  margin: 0px auto;
  text-align:right;
}
.FS2_body_Cart_ShoppingCart .FS2_bottom_btn_right_and_left_2 {
  width: 980px;
  margin: 0 auto;
}

/*　カート画面テーブル　*/
.cartTable {
    width: 100%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-left: 1px solid #C6B684;
    border-top: 1px solid #C6B684;
    font-size: 12px;
}
.cartTable caption {
  background:#BA9D67;
  padding:5px;
  color: #FFF;
}
.cartTable th {
  background:#F7F7E7;
  border-right:1px solid #C6B684;
  border-bottom:1px solid #C6B684;
  padding:3px;
  color: #8C6A37;
  font-weight:normal;
}
.cartTable td {
  border-right:1px solid #C6B684;
  border-bottom:1px solid #C6B684;
  padding:3px;
}
.cartTable td a {
  color:#785F3F;
  text-decoration:none;
}
.cartTable td a:hover { text-decoration:underline;}
:root .cartTable td a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:alpha( opacity=70);
}
/*　カート画面：STEP1～4　商品合計テーブル*/
.FS2_body_Cart_ShoppingCart .itemRight50 .cartTable,
.FS2_body_Cart_GuestEntry .itemRight50 .cartTable,
.FS2_body_Cart_DeliveryEdit .itemRight50 .cartTable,
.FS2_body_Cart_SettleEdit .itemRight50 .cartTable,
.FS2_body_Cart_OrderConfirm .itemRight50 .cartTable {
  float:right;
  width:450px;
}

.FS2_GoodsImage_td {
  width:1px;
  vertical-align:top;
}
.FS2_GoodsImage_td img {
  margin:5px;
}
/*　カート画面：合計金額コンテナ　*/
.FS2_total_area table {}
.FS2_total_area td {}
/*　カート画面：合計金額　*/
.summary {
  font-weight:bold;
}
/* 手数料、値引き等の表の「総合計」行の見せ方 */
.cartTable tr.summary th,
.cartTable tr.summary td{
  border-top-width:3px;
  border-top-style:double;
}

/*　カート画面：STEP1～STEP5　*/
.orderFlow {
  margin:0 0 20px 0;
  padding:30px 0 0 0;
  text-align:center;
}
/*　カート画面：TadeSafe　*/
/*　system_preset.css　*/
.FS2_TradeSafe div{
  margin:auto;
}

/*　カート画面：お支払いに関する注意事項　*/
.FS2_settleNotice {}

.FS2_body_Cart_GuestEntry .system_content p {
  width:930px;
  margin:auto;
  font-size:12px;
  padding-bottom:5px;
}
.FS2_body_Cart_GuestEntry .system_content p.pan { width:100%;}


/*　カート：STEP0 ショッピングカートの中　*/
.FS2_body_Cart_ShoppingCart .FS2_bottom_btn_right_and_left_1 input,
.FS2_body_Cart_ShoppingCart .FS2_bottom_btn_right_and_left_2 input {
  margin-top:20px;
}

/*　カート：定期購入：STEP2（body）　*/
.FS2_body_FixedPeriodDeliveryEdit {}

/*　カート：定期購入：STEP3（body）　*/
.FS2_body_FixedPeriodDeliveryCycleEdit {}

.FS2_FixedPeriodDelivery_CycleEdit_container_01 {}

.FS2_FixedPeriodDelivery_CycleEdit_container_02 {
  margin-top:0.3em;
  margin-left:1.5em;
  margin-bottom:1.5em;
}

/*　カート画面：ゲストログインページ　*/
.FS2_body_Cart_GuestLogin .FS2_login_layout_table {
  width: 980px;
  margin: 0px auto;
}

/*　カート画面：STEP5 注文完了　*/
.FS2_body_Cart_OrderComplete blockquote {
  width: 980px;
  margin: 0px auto;
  padding:20px 0 70px 0;
  font-size: 12px;
  line-height: 1.5em;
}


.FS2_FixedPeriodDeliveryCycle_Confirm_container{
  margin:0 auto;
  width:65%;
}

.FS2_body_FixedPeriodDeliveryCycleEdit .inputTableArea th{
  text-align:left;
}



/*　楽天銀行注意書き　*/
.FS2_rakuten_bank_caution{
  font-size:85%;
}

/*　カート：定期購入：お届け日確認一覧　*/
.FS2_FixedPeriodDeliveryCycle_Confirm {
  border:5px solid #ddd;
  padding:10px;
}


.FS2_FixedPeriodDeliveryCycle_Confirm span {
  display:-moz-inline-box;
  display:inline-block;
  width:10em;
}


.FS2_FixedPeriodDeliveryCycle_Confirm input {}

/*　カート：定期購入：お届け日確認一覧：省略の…　*/
.FS2_FixedPeriodDeliveryCycle_Confirm_abbr {
  padding-left:16em;
}

/*　カート：定期購入：STEP4（body）　*/
.FS2_body_FixedPeriodSettleEdit {}

/*　カート：定期購入：STEP5（body）　*/
.FS2_body_FixedPeriodOrderConfirm {}

/*　カート：定期購入：STEP5：合計金額（th）　*/
.FS2_total_area .cartTable th.FS2_FixedPeriod_summary {
  font-weight:bold;
}

/*　カート：定期購入：STEP5：合計金額（td）　*/
.FS2_total_area .cartTable td.FS2_FixedPeriod_summary {
  font-weight:bold;
}



/*　カート：返品特約　*/
.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_text {
  margin:10px 0 30px 0;
  border:none;
  padding:0px;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_text p {
  padding:0px;
  margin:0px 0px 10px 0px ;
}

/*　メール便　*/
.FS2_DeliveryMethod_table p{
  margin-top:0px;
}

.FS2_DeliveryMethod_table td th{
  white-space:nowrap;
}

.FS2_DeliveryMethod_table_input_th{
  text-align:left;
  vertical-align:top;
}

.FS2_Delivery_table01 th{
}

.FS2_Delivery_table02 th{
}

.FS2_Delivery_table03{
  width:inherit;
  margin-left:1.5em;
}

.FS2_Delivery_table04{

}


/*=========================================================
商品画面：おすすめ商品
=========================================================*/

/*　おすすめ商品：コンテナ　*/
#FS2_Recommend_List {
    width: 750px;
    overflow: hidden;
}
.FS2_body_Cart_ShoppingCart #FS2_Recommend_List {
  border-top:none;
}

/*　おすすめ商品：コンテナ2　*/
#FS2_Recommend_List #rmdbox {
  overflow:hidden;
  width:980px;
  margin:0 auto;
  padding:30px 0 50px 0;
}

/*　おすすめ商品：見出し　*/
#FS2_Recommend_List .CrossHead {
  margin: 0 auto 20px auto;
padding: 0;
border-bottom: none;
color: #cd9c10;
font-size: 15px;
font-weight: bold;
}




#FS2_Recommend_List .gl_Item {
  float:left;
  display:inline;
  width: 15%;
  padding: 0 2%;
  border-left: 1px solid #e9ebeb;
  min-height: 260px;
}

#FS2_Recommend_List #rmdbox .gl_Item:last-child{
  border-right: 1px solid #e9ebeb;
}

/*　おすすめ商品：パターンA　*/
#FS2_Recommend_itemlayout_A {}
/*　おすすめ商品：パターンB　*/
#FS2_Recommend_itemlayout_B .gl_Item {}
/*　おすすめ商品：パターンC　*/
#FS2_Recommend_itemlayout_C {
  /*　background:url("/shop/item/lindt/design/img01/bg_rmd_line.png") no-repeat 0 15px;　*/
}

/*　おすすめ商品：レイアウトテーブル　*/
.FS2_recommendgoods_table {
  margin:0 auto;
}
/*　おすすめ商品：商品画像　*/
:root #FS2_Recommend_List .FS2_thumbnail_container a:hover img {
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter:alpha( opacity=50);
}
/*　おすすめ商品：商品名　*/
#FS2_Recommend_List .itemTitle {
  font-size:100%;
  line-height: 130%;
  margin-top:20px;
}
#FS2_Recommend_List .itemTitle a {
  color:rgb(169, 139, 64);
  text-decoration:none;
}
#FS2_Recommend_List .itemTitle a:hover {
  color:#7B6632;
}

/*　おすすめ商品：定価　*/
#FS2_Recommend_List .FS2_itemPrice_text {
  font-size: 90%;
font-weight: normal;
color: #000;
}

#FS2_Recommend_List .FS2_itemPrice_text .itemPrice{
  font-size: 90% !important;
font-weight: normal !important;
color: #000 !important;
}

#FS2_Recommend_List .FS2_memberPriceImage {}


/*=========================================================
ログイン画面
=========================================================*/

#fs_Login #form {
  width: 980px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#fs_Login .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("../bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
/*　中見出し　*/
#fs_Login #form .CrossHead {
  margin: 32px auto;
  padding: 0 0 8px 2px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: bold 16px MolengoRegular;
}
.fs-body-login .fs-c-subSection__title {
  margin: 32px auto;
  padding: 0 0 8px 2px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: bold 16px MolengoRegular;
}

/*　ログイン画面：レイアウト用テーブル　*/
.FS2_login_layout_table {
  margin:0 0 10px 0;
  width:100%;
}

/*　ログイン画面：ご購入手続き 見出しマージン　*/
.FS2_body_Cart_GuestLogin #form {
  padding-top:20px;
}

/*　ログイン画面：中見出し　*/
.fs-body-login .CrossHead,
.FS2_body_Cart_GuestLogin .CrossHead {
  /*width:445px;*/
}

/*　ログイン画面：左側　*/
.fs-c-registeredUsers {}
.fs-body-login .fs-c-registeredUsers,
.FS2_body_Cart_GuestLogin .fs-c-registeredUsers {
  width:50%;
  padding-right:20px;
}
#fs_Login .userTable_01 td input,
.FS2_body_Cart_GuestLogin .userTable_01 td input {
  width:200px;
}

.fs-body-login .fs-c-registeredUsers a,
.FS2_body_Cart_GuestLogin .fs-c-registeredUsers a {
  color:#4A3A26;
}
.fs-body-login .fs-c-registeredUsers a:hover,
.FS2_body_Cart_GuestLogin .fs-c-registeredUsers a:hover {
  color:#A78A44;
}

.fs-body-login .inputTableArea
.fs-c-registeredUsers .inputTableArea {
  margin-right:15px;
}

.fs-c-registeredUsers .CrossHead {
  /*width:445px;*/
}
.fs-body-login .fs-c-inputInformation__field {

}

/*　ログイン画面：右側　*/
.fs-c-newUsers {}
.fs-body-login .fs-c-newUsers,
.FS2_body_Cart_GuestLogin .fs-c-newUsers {
  width:50%;
  padding-left:20px;
  font-size: 12px;
  line-height: 1.5em;
}
.fs-c-newUsers .fs-c-newUsers__message{
  height: 460px;
  background: url(../membership_benefit_01.jpg) center top;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
}

.FS2_Login_comment_area {}

/*　ログイン画面　*/

.FS2_Login_btn_position{text-align:center;}

.fs-body-login .fs-c-newUsers .FS2_Login_btn_position {
  /*height:400px;*/
  height:460px; /*300ポイント付与時*/
  background: url("/shop/item/lindt/design/img02/membership_benefit_01.jpg") center top;
  background-repeat:no-repeat;
  text-align:center;
}
.fs-body-login .fs-c-newUsers .FS2_Login_btn_position input {
  /*margin-top:360px;*/
  margin-top:410px; /*300ポイント付与時*/
}
/*　ログイン画面：会員登録後（せず）に購入ボタン　*/
.FS2_body_Cart_GuestLogin .fs-c-newUsers .FS2_Login_btn_position {
  /*height:380px;*/
  height:430px; /*300ポイント付与時*/
  position:relative;
  background: url("/shop/item/lindt/design/img02/membership_benefit_01.jpg") no-repeat center 70px;
}
.FS2_body_Cart_GuestLogin .fs-c-newUsers a img {
  position:absolute;
  top:10px;
  left:240px;
}
.FS2_body_Cart_GuestLogin .fs-c-newUsers a:hover img {
  opacity:0.65;
  filter:alpha(opacity=65);
  -ms-filter:alpha( opacity=65);
}
.FS2_body_Cart_GuestLogin .fs-c-newUsers input {
  position:absolute;
  top:10px;
  left:60px;
}


/*=========================================================
ログイン画面（お気に入り登録からの遷移）
=========================================================*/

.FS2_body_WishListLogin_Login .FS2_login_layout_table {
  margin-top:10px;
}
.FS2_body_WishListLogin_Login .fs-c-registeredUsers {
  padding-right:20px;
}
.FS2_body_WishListLogin_Login .fs-c-registeredUsers a {
  color:#4A3A26;
}
.FS2_body_WishListLogin_Login .fs-c-registeredUsers a:hover {
  color:#A78A44;
}
.FS2_body_WishListLogin_Login .fs-c-newUsers {
  padding-left:20px;
}
.FS2_body_WishListLogin_Login .fs-c-newUsers h4 {
  margin:0;
  padding:0 0 10px 0;
  border-width:0;
  text-align:center;
}


/*=========================================================
会員登録画面
=========================================================*/
#FS2_body_Member{}
.FS2_body_Member_MemberAgreement{}

#FS2_body_Member #form {
  width: 980px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#FS2_body_Member .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
.FS2_body_Member_MemberEntryEdit .inputTableArea {
  /*padding-right:345px;*/
  padding-right:360px; /*300ポイント付与時*/

  background: url("/shop/item/lindt/design/img02/membership_benefit_02.jpg") no-repeat 100% 0;
}

/* STEP1～2：テーブル上部コメント　*/
.FS2_body_Member_MemberEntryEdit #form p,
.FS2_body_Member_MemberEntryConfirm #form p {
  padding:20px 0;
}

/* ■STEP3：会員登録完了　等　*/

.FS2_body_Common_Information #form {
  width: 980px;

  margin: 0px auto;
  padding-bottom: 70px;
}
.FS2_body_Common_Information .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
.FS2_body_Common_Information .system_content p.cmt {
  width: 980px;
  margin: 0px auto;
  padding:20px 0;
  font-size: 12px;
  line-height: 1.5em;
}

/*　会員登録画面：会員規約　*/
.frameArea{
  height:300px;
  margin:10px auto;
  overflow:scroll;
}


/*=========================================================
会員画面（マイページ）
=========================================================*/
/*　会員画面共通　*/
#fs_MyPageTop {}

/*　大見出し　*/
#fs_MyPageTop .pageTitle {
  display: block;
  width: 980px;
  margin:0px auto 20px auto;
  padding: 32px 0px 8px 0px;
  background: url("../bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
#fs_MyPageTop #form {
  width: 980px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*
#fs_MyPageTop a { color:#4A3A26;}
#fs_MyPageTop a:hover { color:#A78A44;}
*/

/*　会員画面：注文履歴詳細ページ　*/
#fs_MyPageTop .GoodsSelectionTable th {
  border-bottom:1px solid #C6B684;
  background:#F7F7E7;
}
#fs_MyPageTop .GoodsSelectionTable td {
  border-bottom:1px solid #C6B684;
}
#fs_MyPageTop .FS2_bottom_btn_left_1 input {
  margin-top:20px;
}


/*=========================================================
会員画面（マイページ）　トップページ
=========================================================*/
.fs-body-my-top  .FS2_mypagetop_list { margin-left: 130px;}
.fs-body-my-top  .FS2_mypage_top_table { width:100%;}
.fs-body-my-top .FS2_mypage_top_table h3 {
  margin-top:20px;
  font-size:16px;
}
.fs-body-my-top .FS2_mypage_top_table h3 a {
  padding: 0px 0px 0px 15px;
  background: url(../icon_link_arrow.gif) 0px 50% no-repeat;
}
.fs-body-my-top .FS2_mypage_top_table p {
  padding:10px 15px 15px 15px;
  border-bottom: 1px dotted #C4B36F;
}

/*　会員画面：マイページのトップページ：レイアウトテーブル　*/
.FS2_mypage_container_LookOrderHistory {}/*注文履歴を見るコンテナ*/
.FS2_mypage_container_AddressList {}/*アドレス帳コンテナ*/
.FS2_mypage_container_PasswordEdit {}/*パスワードの変更コンテナ*/
.FS2_mypage_container_PointHistory {}/*ポイント履歴を見るコンテナ*/
.FS2_mypage_container_EntryInfoEdit {}/*登録内容の変更・解除コンテナ*/
.FS2_mypage_container_ReviewHistory {}/*レビューコンテナ*/

/*　会員画面：マイページ共通：表示するボタン　*/
.FS2_pagerTable_area_input {
  position:relative;
  top:3px;
  left:3px;
}


/*=========================================================
会員画面（マイページ）　注文履歴ページ
=========================================================*/
/*　会員画面：注文履歴一覧ページ　*/
.FS2_body_MyPage_OrderHistoryList {}/*注文履歴*/
/*　会員画面：注文履歴ページ：今年の注文　*/
.FS2_mypage_Entry_table .GoodsSelectionTable th {
  border-right:none;
}
.FS2_mypage_Entry_table .GoodsSelectionTable td {
  border-right:none;
}
.FS2_body_MyPage_OrderHistoryList .FS2_pagerTable_area {
  padding-top:10px;
}
/*　会員画面：注文履歴ページ：ページ切り替え（○件中○件表示）　*/
.FS2_body_MyPage_PointHistory .pager {
  border:none;
  margin:0px;
  padding:0px;
}

.FS2_body_MyPage_OrderDetail .cartTable {
  width:100%;
}
/*ご注文明細*/
.FS2_body_MyPage_OrderDetail .CrossHead {
  padding: 20px 0 8px 2px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: bold 16px MolengoRegular;
}
/*　会員画面：注文履歴ページ：ご注文明細：お届け先タイトル　*/
.OD_CrossHead {
  margin:10px 0 5px 0;
  color: #785F3F;
}

/*　会員画面：注文履歴ページ：ご注文明細：お届け先テキスト　*/
.OD_color {}
.ODTable {
  width:100%;
  border-collapse: collapse;
  border-left: 1px solid #C6B684;
  border-top: 1px solid #C6B684;
  margin:0 0 5px 0;
}

.ODTable th {
  background: #F7F7E7;
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
  padding: 3px;
  color: #8C6A37;
  font-weight: normal;
}

.ODTable td {
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
  padding: 3px;
}

.ODTable2 {
  width:100%;
  border-collapse: collapse;
  border-left: 1px solid #C6B684;
  border-top: 1px solid #C6B684;
  margin:0 0 5px
}

.ODTable2 th {
  background: #F7F7E7;
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
  padding: 3px;
  color: #8C6A37;
  font-weight: normal;
}

.ODTable2 td {
  border-right: 1px solid #C6B684;
  border-bottom: 1px solid #C6B684;
  padding: 3px;
}


/*=========================================================
会員画面（マイページ）　アドレス帳
=========================================================*/
.FS2_body_MyPage_AddressList {}/*アドレス帳*/
/*　アドレス帳　*/
.FS2_Address_list_btn input {
  margin-right:20px;
}

/*　会員画面：アドレス帳新規登録ページ　*/
.FS2_body_MyPage_AddressEntry .system_content p.cmt,
.FS2_body_MyPage_AddressEdit .system_content p.cmt {
  width:930px;
  margin:0px auto;
  padding-bottom:20px;
  font-size:12px;
  line-height:1.5em;
}

/*　会員画面：アドレス帳の一括登録　*/
.FS2_body_MyPage_AddressUpload .FS2_mypage_Entry_table {
  width:930px;
  margin:0px auto;
  font-size:12px;
  line-height:1.5em;
}
.FS2_body_MyPage_AddressUpload h3.CrossHead {
  padding:20px 0 10px 0;
  color: #785F3F;
}


/*=========================================================
会員画面（マイページ）　パスワード変更
=========================================================*/
.FS2_body_MyPage_PasswordEdit {}/*パスワードの変更*/

/*　変更ページ　*/
.FS2_body_MyPage_PasswordEdit .system_content p.cmt {
  width:930px;
  margin:0px auto;
  padding-bottom:20px;
  font-size:12px;
  line-height:1.5em;
}

.FS2_body_MyPage_PasswordEdit .FS2_bottom_btn_center_1 {
  text-align:center;
}
.FS2_body_MyPage_PasswordEdit .FS2_bottom_btn_left_2 {
  margin-top:20px;
}

/*　完了ページ　*/
.FS2_body_Common_Information .system_content p.cmt {
  width:930px;
  margin:0px auto;
  padding:20px 0 10px 0;
  font-size:12px;
  line-height:1.5em;
}
.FS2_body_Common_Information .system_content p.cmt2 {
  width:930px;
  margin:0px auto;
  font-size:12px;
  line-height:1.5em;
}


/*=========================================================
会員画面（マイページ）　ポイント履歴
=========================================================*/
.FS2_body_MyPage_PointHistory {}/*ポイント履歴を見る*/

.FS2_body_MyPage_PointHistory .FS2_pagerTable_area {
  padding-top:10px;
}


/*=========================================================
会員画面（マイページ）　ポイントについて
=========================================================*/
.FS2_body_PointAgreement {}/*ポイントについて*/

.FS2_body_PointAgreement #form {
  width: 980px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
.FS2_body_PointAgreement .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto 20px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
.FS2_body_PointAgreement .FS2_bottom_btn_center_1 {
  margin-top:30px;
  text-align:left;
}


/*=========================================================
会員画面（マイページ）　登録情報
=========================================================*/
.FS2_body_MyPage_EntryDetail {}/*登録内容の変更・解除*/

/*　コメント部分　*/
.FS2_body_MyPage_EntryDetail #form p,
.FS2_body_MyPage_EntryEdit p.cmt,
.FS2_body_MyPage_EntryEditConfirm p.cmt,
.FS2_body_MyPage_EntryCancelConfirm p.cmt {
  width:930px;
  margin:0px auto;
  padding-bottom:20px;
  font-size:12px;
  line-height:1.5em;
}



/*=========================================================
会員画面（マイページ）　お気に入り一覧
=========================================================*/
/* 商品なしのコメント */
.FS2_body_WishList .cmt_pzero{
  width:930px;
  margin:0px auto;
  padding-bottom:20px;
  font-size:12px;
  line-height:1.5em;
}

/* ウィッシュリスト */
.FS2_body_WishList .pager{
  border:none;
  text-align:right;
  margin:0px;
  padding:0px;
}

.FS2_WishList_table{
  width:100%;
  margin:20px 0;
  border-top:1px solid #C6B684;
}

.FS2_WishList_table td{
  padding:8px 3px;
  border-bottom:1px solid #C6B684;
}

.FS2_WishListCheck_td{
  width:20px;
}

.FS2_WishListGoodsImage_td{
  width:50px;
}

.FS2_WishListDetail_td p{
  margin:0px;
  padding:0px;
}

.FS2_WishListDetail_td p.FS2_WishListDate{
  font-size:80%;
  margin:0.3em 0;
  text-align:right;
}

.FS2_WishListDetail_td h1.itemTitle{
  margin:0px;
  padding:0px;
  font-size:100%;
  font-weight:normal;
}

.FS2_WishListDelete_td{
  text-align:right;
}

.FS2_WishListAllDeleteButton_area{
  width:100%;
  text-align:left;
}

.FS2_body_WishList .FS2_itemPrice_area{
  margin:0px;
  padding:0px;
}

.FS2_body_WishList .FS2_FixedPeriodItemPrice_text{
  margin:0px;
  padding:0px;
}

.FS2_body_WishList .FS2_ReviewEditAverage{
  margin:0px;
  padding:0px;
}

.FS2_body_WishList .FS2_bottom_btn_left_1 {
  width:930px;
  margin:0px auto;
  padding-bottom:70px;
}


/*=========================================================
会員画面（マイページ）　レビュー
=========================================================*/
.FS2_body_ItemReviewList {}/*購入した商品のレビューを書く*/
.FS2_body_MyReviewList {}/*レビュー履歴を見る*/
/*　会員画面：レビューページ：購入した商品のレビュー一覧　*/
.FS2_body_ItemReviewList .cartTable td {
  padding:0px;
}

.FS2_body_ItemReviewList .FS2_GoodsImage_td {
  border-right:none;
}

.FS2_MyReviewList_Detail_td {
  background:#F6F6F6;
}

.FS2_MyReview_itemname {
  padding:0px;
  margin:5px;
}

.FS2_body_ItemReviewList .FS2_MyReviewStatus {
  float:left;
  line-height:1.1;
  margin:0 5px;
}

.FS2_body_ItemReviewList .FS2_MyReviewList_Text {
  background:#FFFFFF;
  padding:5px;
  margin:0px;
}

.FS2_MyReviewList_Text:after {
  content:".";
  display:block;
  visibility:hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear:both;
}

.FS2_MyReviewList_Text {
    display:inline-block;
}

/*　会員画面：レビューページ：レビュー履歴一覧　*/
.FS2_body_MyReviewList .cartTable {
  border-top:1px solid #ddd;
  border-left:none;
}

.FS2_body_MyReviewList .cartTable td {
  padding:0px;
  border-right:none;
}

.FS2_body_MyReviewList .FS2_GoodsImage_td {
  border-right:none;
}

.FS2_body_MyReviewList .FS2_MyReviewStatus {
  float:left;
  line-height:1.1;
  margin:0 5px;
}

.FS2_body_MyReviewList .FS2_MyReviewList_Text {
  background:#FFFFFF;
  padding:5px;
  margin:0px;
}

.FS2_ReviewEdit {
  float:right;
}


/*=========================================================
メールマガジンのお申込
=========================================================*/
#FS2_body_MailMagazine #entryForm,
#FS2_body_MailMagazine #cancelForm {
  width: 980px;
  margin: 0px auto;
  padding-bottom:70px;
  font-size: 12px;
  line-height: 1.5em;
}
#FS2_body_MailMagazine #entryForm {padding-bottom:0px;}
/*　大見出し　*/
#FS2_body_MailMagazine .pageTitle {
  display: block;
  width: 980px;
  margin:0px auto 20px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}

.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 td {
  font-size:10px;
}
#FS2_body_MailMagazine .itemCenter input {
  margin-top: 10px;
}


/*=========================================================
パスワードをお忘れの場合
=========================================================*/
#FS2_body_Password #form {
  width: 980px;
  margin: 0px auto;
  padding-bottom: 70px;
  font-size: 12px;
  line-height: 1.5em;
}
/*　大見出し　*/
#FS2_body_Password .pageTitle {
  display: block;
  width: 980px;
  margin: 0px auto;
  padding: 32px 0px 8px 0px;
  background: url("/shop/item/lindt/design/img01/bg_2ndcts_h1.png") repeat-x 0 100%;
  border-width: 0px;
  color: #785F3F;
  font: normal 26px MolengoRegular;
}
/*　中見出し　*/
#FS2_body_Password #form .CrossHead {
  margin: 32px auto;
  padding: 0 0 8px 2px;
  border-bottom: 1px dotted #C4B36F;
  color: #785F3F;
  font: bold 16px MolengoRegular;
}

.FS2_body_Password_PasswordReminderEdit .system_content ol {
  width: 980px;
  margin: 0px auto;
  padding: 20px 0;
  list-style-type: disc;
  font-size: 12px;
  line-height: 1.5em;
}
.FS2_body_Password_PasswordReminderEdit .system_content ol li {
  margin-left:20px;
}

.FS2_body_Password_PasswordReminderEdit .userTable_01 td {
  font-size:10px;
}


/*=========================================================
パスワード認証（闇市）
=========================================================*/
/*　パスワード認証（闇市）共通　*/
.FS2_body_GoodsPassword {}

/*　パスワード認証（闇市）：フォームコメント　*/
.FS2_GoodsPassword_message {}


/*　=================================================================
　返品特約
=================================================================　*/

/* 返品特約：商品詳細 */
.FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract {}

FS2_body_Goods_GoodsDetail .FS2_ReturnedSpecialContract_link {}

/*.FS2_ReturnedSpecialContract_text {
  margin:10px 0 30px 0;
  border:5px solid #f0f0f0;
  padding:10px;
} */

.FS2_ReturnedSpecialContract_text p{
  padding:0px;
  margin:0px;
}


/* 返品特約：ショッピングカート */
.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract{
  width:48%;
  margin:0px;
  border:5px solid #f0f0f0;
  padding:0px;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_link {
  margin:10px;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_text {
  margin:0px 10px 10px 10px;
  border:none;
  padding:0px;
}


/*　=================================================================
　画像ホスティングオプション
=================================================================　*/

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1　*/
#FS2_itemlayout_IHL1{
  border:1px solid #ddd;
  float:left;
  width:200px;
  padding:0;
  margin:5px;
  padding:10px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_thumbnail_container{
  border:none;
  margin:5px 0px;
  padding:0px;
}

#FS2_itemlayout_IHL1 img{
  margin:0px;
  padding:0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_AdditionalImageEnlargementSsize_Button{
  text-align:right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品価格コンテナ　*/
#FS2_itemlayout_IHL1 .FS2_itemPrice_text{
  margin:5px 0px;
  font-size:80%;
  font-weight:normal;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品一言コメント　*/
#FS2_itemlayout_IHL1 .FS2_ItemShortComment{
  margin:10px;
  font-size:80%;
  color:#777;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
特別会員価格あり　*/
#FS2_itemlayout_IHL1 .FS2_members_contents{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
会員価格　*/
#FS2_itemlayout_IHL1 .FS2_special_members_price{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
拡大ボタン　*/
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button{}




/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2　*/
#FS2_itemlayout_IHL2{
  border:1px solid #ddd;
  float:left;
  width:200px;
  padding:10px;
  margin:5px;

}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
サムネイル　*/
#FS2_itemlayout_IHL2 .FS2_thumbnail_container{
  border:none;
  margin:0px 0px 10px 0px;
  padding:0px;

}

#FS2_itemlayout_IHL2 img{
  margin:0px;
  padding:0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品価格コンテナ　*/
#FS2_itemlayout_IHL2 .FS2_itemPrice_text{
  margin:5px 0px;
  font-size:80%;
  font-weight:normal;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品一言コメント　*/
#FS2_itemlayout_IHL2 .FS2_ItemShortComment{
  margin:10px;
  font-size:80%;
  color:#777;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
特別会員価格あり　*/
#FS2_itemlayout_IHL2 .FS2_members_contents{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
会員価格　*/
#FS2_itemlayout_IHL2 .FS2_special_members_price{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
拡大ボタン　*/
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button{
  margin:5px 0px 0px 0px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3　*/
#FS2_itemlayout_IHL3{
  border:1px solid #ddd;
  float:left;
  width:320px;
  padding:10px;
  margin:5px;

}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
サムネイル　*/
#FS2_itemlayout_IHL3 .FS2_thumbnail_container{
  border:none;
  padding:0px;
  float:left;
  margin:0px 10px 0px 0px;
}

#FS2_itemlayout_IHL3 img{
  margin:0px;
  padding:0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL3 .FS2_eye_catch_icon{
  margin-bottom:10px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品価格コンテナ　*/
#FS2_itemlayout_IHL3 .FS2_itemPrice_text{
  margin:5px 0px;
  font-size:80%;
  font-weight:normal;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品一言コメント　*/
#FS2_itemlayout_IHL3 .FS2_ItemShortComment{
  margin:10px;
  font-size:80%;
  color:#777;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
特別会員価格あり　*/
#FS2_itemlayout_IHL3 .FS2_members_contents{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
会員価格　*/
#FS2_itemlayout_IHL3 .FS2_special_members_price{
  margin:5px 0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
拡大ボタン　*/
#FS2_itemlayout_IHL3 .FS2_AdditionalImageEnlargementSsize_Button{
  text-align:right;
}

/*　商品画面：商品詳細：オプション価格コンテナ　*/
.FS2_OptionPrice {
  margin:5px 0;
  font-size: 90%;
}
/*　商品画面：商品詳細：オプション価格テーブル　*/
.FS2_OptionPrice_table {
  width:100%;
  font-size:12px !important;
  padding-left: 0px !important;
}

.FS2_OptionPrice_table select{width:100%;}

.FS2_OptionPrice th {
  font-weight:normal;
  padding:10px;
  background:#EAE4CC;
width:50%;
  text-align:center;
  border: 1px solid #ccc4b1;
}

.FS2_OptionPrice td {
  font-weight:normal;
  padding:10px;
  width:50%;
  text-align:left;
  border: 1px solid #ccc4b1;
}



/*　オプション価格（カート画面罫線）　*/
.FS2_option_price_rule{
  color:#ddd;
}



/*商品詳細画面------------------------------------------------------------------*/

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_thumbnail_container{
  width:400px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
メイン・サブ画像群サムネイルコンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_additional_image_container{
  width:140px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container{
  width:420px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細右カラム　*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right{
  width:220px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細左カラム　*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left{
  width:350px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH1：
商品詳細コンテナ*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container{
  margin-top:2em;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH2 .FS2_additional_image_btn_thumbnail_container{
  width:420px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH2 .FS2_thumbnail_container{
  width:400px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細右カラム　*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container_right{
  width:220px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細左カラム　*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container_left{
  width:350px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
メイン画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_main{
  float:right;
  width:140px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
サブ画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub{
  margin-top:2em;
  width:100%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
商品詳細コンテナ*/
#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container{
  margin-top:2em;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH3 .FS2_thumbnail_container{
  width:410px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品詳細右カラム　*/
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right{
  width:330px;
  margin-left:40px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
メイン画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH3 .FS2_additional_image_container_main{
  float:right;
  width:90px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
サブ画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH3 .FS2_additional_image_container_sub{
  width:520px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container{
  width:430px;
  margin-bottom:2em;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH3：
商品詳細コンテナ*/
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container{
  margin-top:2em;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4　*/
/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品画像コンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_thumbnail_container{
  width:200px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品詳細右カラム　*/
#FS2_itemlayout_IH4 .FS2_additional_image_itemdetail_container_right{
  width:250px;
  margin-left:20px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品詳細左カラム　*/
#FS2_itemlayout_IH4 .FS2_additional_image_itemdetail_container_left{
  width:290px;
  float:right;
  margin-left:20px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
商品画像・拡大・Prev・Nextボタンテーブルコンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_additional_image_btn_thumbnail_container{
  width:220px;
  float:left;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH4：
メイン・サブ画像群サムネイルコンテナ横幅　*/
#FS2_itemlayout_IH4 .FS2_additional_image_container{
  width:85px;
  float:left;
  margin-right:10px;
}


/*　各レイアウト共通　*/
/*　商品画面：商品詳細：画像ホスティングオプション：サムネイルコンテナ　*/
.FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container{
  border:1px solid #ddd;
  margin-bottom:10px;
  padding:9px;
  text-align:center;
}


/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_container{
  float:right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン画像群サムネイルコンテナ　*/
.FS2_additional_image_container_main{
  margin-bottom:2em;
}

.FS2_additional_image_container_main img{
  margin:0px 2px 2px 0px;
    border:1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_container_sub{}

.FS2_additional_image_container_sub img{
  margin:0px 2px 2px 0px;
  border:1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群名称　*/
.FS2_additional_image_container_title{
  border-bottom:1px dotted #555;
  padding-bottom:2px;
  margin:5px 0px;
  font-weight:bold;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大・Next・Prevボタン　*/
.FS2_additional_image_btn_container table{
  border-collapse:collapse;
  border-spacing:0px;
  /*width:100%;*/
}

.FS2_additional_image_btn_container td{
  vertical-align:top;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_next{
  text-align:right;
  /*width:59px;*/
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev{
  text-align:right;
  /*width:59px;*/
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細コンテナ　*/
.FS2_additional_image_itemdetail_container{}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細右カラム　*/
.FS2_additional_image_itemdetail_container_right{
  float:right;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細左カラム　*/
.FS2_additional_image_itemdetail_container_left{}



/*　商品画面：商品詳細：画像ホスティングオプション：バリエーションテーブル　*/
.FS2_additional_image_tableVariation{
  margin:10px 0;
}

.FS2_additional_image_tableVariation_table {}

.FS2_additional_image_tableVariation_table th{
  text-align:left;
  font-weight:normal;
  padding:2px 2px 2px 2px;
}

.FS2_additional_image_tableVariation_table td{
  padding:2px;
}

.FS2_additional_image_tableVariation_table td span{
  display:block;
  text-align:center;
  color:#777;
}

.FS2_additional_image_tableVariation_table td img{}

.FS2_additional_image_tableVariation_border th{
  border-top:1px solid #888;
  padding-top:4px;
  vertical-align:top;
}

.FS2_additional_image_tableVariation_border td{
  border-top:1px solid #888;
  padding-top:4px;
}

.FS2_additional_image_tableVariation_bg{
  background:#f6f6f6;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ余白　*/
body#FS2_additional_image_popup{
  margin:0px;
  padding:0px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
画像コンテナ　*/
#FS2_additional_image_popup .FS2_thumbnail_container{
  width:500px;
  margin-top:10px;
  margin-left:10px;
}

#FS2_additional_image_popup .FS2_thumbnail_container img{
border:none;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ全体の横幅　*/
.FS2_additional_image_popup_container{
  width:900px;
  padding-bottom:50px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_popup_container .FS2_additional_image_container{
  float:right;
  width:350px;
  margin-top:10px;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
フッタ　*/
.FS2_additional_image_popup_footer{
  text-align:center;
  margin:2em auto 0 auto;
  background:#f0f0f0;
  padding:1em 0;
  position:absolute;
  bottom:0px;
  width:100%;
}

.FS2_additional_image_popup_footer a:link{
  color:#fff;
  text-decoration:none;
  background:#000;
  display:inline-block;
  padding:5px 10px;
}

.FS2_additional_image_popup_footer a:active{
  color:#fff;
  text-decoration:none;
  background:#000;
  display:inline-block;
  padding:5px 10px;
}

.FS2_additional_image_popup_footer a:visited{
  color:#fff;
  text-decoration:none;
  background:#000;
  display:inline-block;
  padding:5px 10px;
}


.FS2_additional_image_popup_footer a:hover{
  color:#fff;
  background:#666;
}


/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ　*/
/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：コンテナ　*/
.FS2_AdditionalImage_Balloon_Tip {
  width:300px;
  height:100px;
  display:none;
  position:absolute;
  color:gray;
  background-color:white;
  border:1px solid silver;
  overflow:hidden;
  padding:10px;
}

#FS2_AdditionalImage_Balloon_Tip_container {
  width:300px;
  left:10px;
  top:10px;
  display:block;
  position:fixed;
  color:gray;
  background-color:white;
  border:1px solid silver;
}

#FS2_AdditionalImage_Balloon_Tip_container {
  display:none;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
左側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_left {
  border-right:5px solid silver;
  border-bottom:5px solid silver;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
右側に表示時　*/
.FS2_AdditionalImage_Balloon_Tip_right {
  border-left:5px solid silver;
  border-bottom:5px solid silver;
}

/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
画像共通設定　*/
.FS2_AdditionalImage_Balloon_Tip img {
  border:0;
}


/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：
ロールオーバー時背景色　*/
.FS2_AdditionalImage_Balloon_Tip_RollOver {
  background-color:#f6f6f6;
}


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え　*/
/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
メイン画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbs_color img {
  border:1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbs_item img {
  border:1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_cursor_pointer {
  cursor:pointer;
}


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_cursor_cross {
  cursor:crosshair;
 }


/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_thumbnail_selected {
  border-color:silver !important;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_btn_prev {
  cursor:pointer;
}

/*　商品画面：商品詳細：画像ホスティングオプション：画像切り替え：
サブ画像群サムネイル　*/
.FS2_AdditionalImage_switcher_btn_next {
  cursor:pointer;
}


/*　入荷お知らせメールお申し込み：画像ホスティングオプション用：マトリクス　*/
.FS2_AdditionalImage_ArrivalInformation_Entry_Container_Matorix{
  margin:1em 0 2em 0;
}

/*　入荷お知らせメールお申し込み：画像ホスティングオプション用：コンボボックス　*/
.FS2_AdditionalImage_ArrivalInformation_Entry_Container {
  display:table;
  margin:0 0 15px 0;
  width:100%;
  background-color:#EEEEEE;
}

.FS2_ArrivalInformation_Entry_ListR {
  direction:rtl;
}

.FS2_ArrivalInformation_Entry_ListR * {
  direction:ltr;
}

.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List,
.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {
  display:table-cell;
  padding:10px;
  vertical-align:top;
  line-height:1.2em;

}

.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {}
.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
  padding-left:10px;
  padding-right:10px;
}
.FS2_ArrivalInformation_Entry_ListR .FS2_ArrivalInformation_Entry_Comment {
  padding-left:10px;
}
.FS2_ArrivalInformation_Entry_ListL .FS2_ArrivalInformation_Entry_Comment {
  padding-right:10px;
}

/* for IE */
.FS2_forIE8 FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
  width:expression(this.getElementsByTagName("img")[0].clientWidth);
}
.FS2_forIE8 .FS2_ArrivalInformation_Entry_ListL .FS2_ArrivalInformation_Entry_List {
  float:left;
}
.FS2_forIE8 .FS2_ArrivalInformation_Entry_ListR .FS2_ArrivalInformation_Entry_List {
  float:right;
}
.FS2_forIE8 FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_Comment {
  width:auto;
}


/*=========================================================
エラー
=========================================================*/
/*　操作失敗時のエラー　*/
.error_content {
  border:1px solid #CC0000;
  text-align:center;
  padding:5px 2px;
  margin-bottom:10px;
  background:#CC3333;
  color:#FFFFFF;
  font-size:12px;
  line-height:1.5em;
}

.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .error_content {
  margin:0 20px 10px 20px;
}
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .FS2_inputSelection .error_content {
  margin:0 0 10px 0;
}


/*=========================================================
上部・中部・下部コメント
=========================================================*/

/*　上部・中部・下部コメント　*/
/*　上部・中部・下部コメント共通　*/
.user_content {}

/*　上部コメント　*/
.FS2_upper_comment {padding-top:17px;}

/*　中部コメント：MailMagazineEntry.htmlのみで使用　*/
.FS2_middle_comment {}

/*　下部コメント　*/
.FS2_lower_comment {}



/*=========================================================
ページ下部のボタン
=========================================================*/

/*　ページ下部のボタン：infomation.html用　*/
.FS2_bottom_btn_info {
  margin:0 0 30px 0;
}

/*　ページ下部のボタン：位置:1段目：中央寄　*/
.FS2_bottom_btn_center_1 {
  text-align:center;
  margin:10px 0;
}

/*　ページ下部のボタン：位置:1段目：右寄　*/
.FS2_bottom_btn_right_1 {
  text-align:right;
  margin:10px 0;
}

/*　ページ下部のボタン：位置:1段目：左寄　*/
.FS2_bottom_btn_left_1 {
  text-align:left;
  margin:10px 0;
}

/*　ページ下部のボタン：位置：2段目：中央寄　*/
.FS2_bottom_btn_center_2 {
  text-align:center;
  margin:10px 0;
}

/*　ページ下部のボタン：位置：2段目：右寄　*/
.FS2_bottom_btn_right_2 {
  text-align:right;
  margin:10px 0;
}

/*　ページ下部のボタン：位置：2段目：左寄　*/
.FS2_bottom_btn_left_2 {
  text-align:left;

  margin:10px 0;
}


/*=========================================================
共通使用セレクタ
=========================================================*/

/*　Float　*/
.itemCenter {
  text-align:center;
}

.itemLeft {
  float:left;
}

.itemRight {
  float:right;
}

.itemLeft50 {
  float:left;
  width:48%;
}
.itemRight50 {
  float:right;
  width:48%;
}
.FS2_body_Cart_ShoppingCart .itemRight50,
.FS2_body_Cart_GuestEntry .itemRight50,
.FS2_body_Cart_DeliveryEdit .itemRight50,
.FS2_body_Cart_SettleEdit .itemRight50,
.FS2_body_Cart_OrderConfirm .itemRight50 {
  float:none;
  width:980px;
  margin:0 auto;
  text-align:right;
}


/*　文字寄　*/
.alignCenter {
  text-align:center;
}

.alignLeft {
  text-align:left;
}

.alignRight {
  text-align:right;
}

/*　dummySubmit　*/
.dummySubmit {
  position:absolute;
  left:-9999px;
}

.caution {
  color:#FF0000;
}

/*　テーブル直下のcheckboxとテキスト位置調整　*/
p.FS2_checkbox_text_container{
  margin-top:10px;
}


/*=========================================================
お試し店舗　ヘッダ
=========================================================*/
.FS2_trial table {
  position:relative;
  top:-2px;
}

.FS2_trial td {
  vertical-align:top;
}

.FS2_trial p {
  padding:0px;
  margin:0px;
}


/*========================================================================
　クーポン関係スタイル↓
========================================================================　*/

body#FS2_body_Coupon a img{border:none;}

a.FS2_MoveToAcquiredCouponList{
  display:block;
  float:right;
  padding:5px 3px 0 0;
  text-decoration:none;
}


div.FS2_CouponBlock{
  border-bottom:1px solid #999;
  margin:0 0 40px 0;
  padding-bottom:25px;
  line-height:1.5em;
}


table.FS2_CouponDescriptionTable{
  width:100%;
  border-collapse:collapse;
}


table.FS2_CouponDescriptionTable td{
  margin:0;
  padding:0;
  vertical-align:top;
}

table.FS2_CouponDescriptionTable img.FS2_CouponImg{
  margin:0 16px 8px 0;
}



table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3{
  margin:0 0 10px 0;
  border-left:3px solid #333;
  padding:2px 0 1px 8px;

}

table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3 span{
  display:block;
  color:#333;
  padding:0;
}

table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 p{
  margin:0px 0 8px 0;
}


body#FS2_body_Coupon h2.pageTitle{
  margin-bottom:10px;
}

body#FS2_body_Coupon h2.pageTitle a{
  font-size:14px;
  text-decoration:none;
}

body#FS2_body_Coupon h2.pageTitle a:hover{
  text-decoration:underline;
}




div.FS2_CouponInfo{
  border:3px double #b98;
  background-color:#F8F5F3;
  text-align:center;
  padding:10px;
  margin:10px 0;
}



div.FS2_CouponInfo p.FS2_CouponEffect{
  color:#943;
  font-size:20px;
  margin:6px;
}

div.FS2_CouponInfo p.FS2_CouponRequirements{
  margin:0 0 5px 0;
  padding:0;
}

div.FS2_CouponBlock table th{width:160px;}


div.FS2_CouponBlock table .FS2_Coupon_condition{
  margin:3px 0 0 0;
  padding: 0;
}


/*========================================================================
　クーポン関係スタイル↓↓↓↓↓
========================================================================　*/

body#FS2_body_Coupon a img{border:none;}

a.FS2_MoveToAcquiredCouponList{
  display:block;
  float:right;
  padding:5px 3px 0 0;
  text-decoration:none;
}

div.FS2_CouponBlock{
  margin:0 0 40px 0;
  padding-bottom:25px;
  line-height:1.5em;
}

table.FS2_CouponDescriptionTable{
  width:100%;
  border-collapse:collapse;
}


table.FS2_CouponDescriptionTable td{
  margin:0;
  padding:0;
  vertical-align:top;
}

table.FS2_CouponDescriptionTable img.FS2_CouponImg{
  margin:0 16px 8px 0;
}

table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 p{
  margin:0px 0 8px 0;
}

div.FS2_CouponInfo{
  text-align:center;
  padding:10px;
  margin:10px 0;
}

div.FS2_CouponInfo p.FS2_CouponEffect{
  font-size:20px;
  margin:6px;
}

div.FS2_CouponInfo p.FS2_CouponRequirements{
  margin:0 0 5px 0;
  padding:0;
}

div.FS2_CouponBlock table th{
  width:160px;
}


div.FS2_CouponBlock table .FS2_Coupon_condition{
  margin:3px 0 0 0;
  padding: 0;
}

.FS2_ShowCouponGoodsList{
  margin:5px 2px;
  text-align:right;
}

.FS2_Coupon_container,
.FS2_UseCoupon_container,
.FS2_InputCouponCode_container,
.FS2_MoveToCouponCode_container{
  margin:20px 0;
  padding:5px;
  text-align:center;
}

.FS2_Coupon_container strong,
.FS2_Coupon_container em,
.FS2_UseCoupon_container strong,
.FS2_UseCoupon_container em,
.FS2_InputCouponCode_container strong,
.FS2_InputCouponCode_container em,
.FS2_MoveToCouponCode_container strong,
.FS2_MoveToCouponCode_container em{
  display:block;
  padding:10px 5px;
  font-size:18px;
  font-weight:bold;
  font-style:normal;
}

.FS2_Coupon_container span,
.FS2_UseCoupon_container span,
.FS2_MoveToCouponCode_container span{
  display:block;
}


.FS2_Coupon_container p{
  margin:8px 0;
  line-height:1.5em;
}

.FS2_InputCouponCode_container span{
  display:block;
  padding-bottom:10px;
}


.FS2_CouponTargetItems+p.alignRight{
  margin:0 0 10px 0;
}


.FS2_GetCoupon{
  padding:3px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
}


.FS2_GetCoupon p{
  margin:3px;
}

body.FS2_body_CouponLogin .FS2_Login_btn_position{
    margin:10px 0 30px 0;
}


/* クーポン対象商品一覧↓ */

span.FS2_CouponTargetItemsBoxPager{
  display:block;
  text-align:right;
  position:absolute;
  top:-32px;
  right:5px;
}
span.FS2_CouponTargetItemsBoxCtrlButtons{
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  right:10px;
  visibility:hidden;
}
span.FS2_CouponTargetItemsBoxCtrlButtons a{
  display:block;
}

a.FS2_CouponTargetItemsBox_leftButton{
  float:left;
}
a.FS2_CouponTargetItemsBox_rightButton{
  float:right;
}

ul.FS2_CouponTargetItems{
  margin:10px auto 0 auto;
  list-style-type:none;
  margin:0 50px;
  padding:0;
  position:relative;
  z-index:100;
}

ul.FS2_CouponTargetItems a{
  display:block;
  text-decoration:none;
  padding:5px;
}
ul.FS2_CouponTargetItems span.FS2_itemName{
  display:block;
  padding-top:4px;
}
div.FS2_CouponTargetItemsBox{
  position:relative;
  margin:0;
}

ul.FS2_CouponTargetItems:after{
  content:".";
  height:0;
  visibility:hidden;
  overflow:hidden;
  display:block;
  clear:both;
}
ul.FS2_CouponTargetItems {
  min-height:1px;
}
* html ul.FS2_CouponTargetItems{
  height:1px;
  /*\*//*/
  height:auto;
  overflow:hidden;
  /**/
}
ul.FS2_CouponTargetItems li{
  width:130px;
  margin:0 20px 0 0;
  float:left;
  text-align:center;
}
ul.FS2_CouponTargetItems li img{
  width:120px;
}

/* クーポン対象商品一覧↑ */



/* 支払い方法選択画面（クーポン）↓ */

table.FS2_CouponTable{
  margin-top:30px;
}

table.FS2_CouponTable th span{
  display:block;
  font-size:0.88em;
}


table.FS2_CouponTable ul,
table.FS2_CouponTable li{
  padding:0;
  list-style:none;
}
table.FS2_CouponTable ul{margin:10px 0 0 0;}

table.FS2_CouponTable li{
  margin:0 0 10px 0;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}

table.FS2_CouponTable li:last-child{border:none;}

table.FS2_CouponTable li p{
  margin:0 0 5px 0;
}

table.FS2_CouponTable li div{
  margin:0 0 5px 5px;
}

table.FS2_CouponTable li strong{
  display:block;
  margin:0;
  font-size:1.1em;
  color:#c00;
}

table.FS2_CouponTable li p.FS_couponSettleCaution{
  margin-top:10px;
}

table.FS2_CouponCalculateTable{
  margin-bottom:30px;
  width:300px;
}

table.FS2_CouponCalculateTable th,
table.FS2_CouponCalculateTable td{
  text-align:right;
}
/* 支払い方法選択画面（クーポン）↑ */





/* -=-=-=-= ↓クーポン　テンプレートシリーズに依存する部分↓ =-=-=-=- */
/* クーポン名(枠)：シンプルシリーズ */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3{
  margin:0 0 10px 0;
  padding:2px 0 1px 8px;
}

/* クーポン名テキスト部分：シンプルシリーズ */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3 span{
  display:block;
  padding:0;
}



/* -=-=-=-= ↓クーポン　テンプレートカラーに依存する部分↓ =-=-=-=- */

/* クーポン一覧での各クーポンの境界線 */
div.FS2_CouponBlock{
  border-bottom:1px solid #999;
}


/* 「クーポン取得・使用」などのボタンを含むブロック */
.FS2_Coupon_container,
.FS2_UseCoupon_container,
.FS2_InputCouponCode_container,
.FS2_MoveToCouponCode_container{
  border:5px solid #ddd;
}


/* 「クーポン取得・使用」などのボタンの上のコメント */
.FS2_Coupon_container strong,
.FS2_UseCoupon_container strong{
  color:#c00;
}


/* 「クーポン対象商品」のサムネールにマウスオーバーしたときの背景色 */
ul.FS2_CouponTargetItems a:hover{
  background-color:#fff5f0;
}


/* クーポン効果表示ブロック */
div.FS2_CouponInfo{
  border:3px double #b98;
  background-color:#F8F5F3;
}

/* クーポン効果文字列 */
div.FS2_CouponInfo p.FS2_CouponEffect{
  color:#cb98;
}


/* 「クーポンを獲得しました」部分 */
.FS2_GetCoupon{
  color:#fff;
  background-color:#c00;
}



/* クーポン名(枠)左線指定 */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3{
  border-left:3px solid #333;
}

/* クーポン名テキスト部分背景色と文字色 */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3 span{
  color:#333;
}

/*========================================================================
　クーポン関係スタイル↑↑↑↑↑
========================================================================　*/


/*========================================================================
　店舗ページ用タブ実装スタイル
========================================================================　*/

#tab-box ul {
  margin-top:40px;
  margin-left:15px;
  padding: 0;
  list-style: none;
  height:50px;
}

#tab-box ul li {
  margin-right:5px;
  float:left;
  display:inline;
  font-size:0;
}

#tab-box ul li a img{
  outline:none;
  border:none;
}

#tab-box div#tab-01 {
  margin-top:0px;
  display:none;
  width:900px;
  margin-left:15px;
  padding-bottom:40px;
  border-top:5px solid #c4aa65;
  border-left:1px solid #c4aa65;
  border-bottom:1px solid #c4aa65;
  border-right:1px solid #c4aa65;
  background-color:#EAE4CC;
}

#tab-box div#tab-02 {
  margin-top:0px;
/*  display:none;*/
  width:900px;
  margin-left:15px;
  border-top:5px solid #c4aa65;
  border-left:1px solid #c4aa65;
  border-bottom:1px solid #c4aa65;
  border-right:1px solid #c4aa65;
  background-color:#EAE4CC;
}

#tab-box div#tab-03 {
  margin-top:0px;
  display:none;
  width:900px;
  margin-left:15px;
  border-top:5px solid #c4aa65;
  border-left:1px solid #c4aa65;
  border-bottom:1px solid #c4aa65;
  border-right:1px solid #c4aa65;
  background-color:#EAE4CC;
}

.sbox{
  display:block;
}

.clearfix:after{
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
  content:".";
  zoom:1;
}


.FS2_upper_comment p.visualtxt_lindor {
  width:680px;
  margin:0px auto;
}
.FS2_upper_comment p.visualtxt_lindor span {
  display: block;
    width: 470px;
    height: 120px;
    margin: -155px 0 20px 5px;
    color: #EAE4CC;
    font: normal 12px MolengoRegular;
    line-height: 1.75em;
}

.FS2_upper_comment p.lindor_btn {
      width: 240px;
    margin: 0px auto;
    position: relative;
    top: -40px;
    left: 200px;
}
.FS2_upper_comment p.lindor_btn span{
  display:block;
  width:236px;
  height:42px;
  margin:0 0 18px 30px;
  line-height:1.75em;
}

.FS2_upper_comment p.visualtxt_exe {
  width:930px;
  margin:0px auto;
}
.FS2_upper_comment p.visualtxt_exe span {
  display:block;
  width:450px;
  height:150px;
  margin:-160px 0 0 153px;
  color:#EAE4CC;
  font:normal 12px MolengoRegular;
  line-height:1.75em;
}

/* クーポン表示数調整 */
.groupLayout .gl_Item {
float: left;
display: inline;
}

/*.FS2_CoolButton_area img{
display:none !important;
}*/





/*ぱんくず*/
span.panbox span a{
    margin-right:5px;
}

span.panbox span:after {
    content: ">";
}

span.panbox span.active:after {
    content: "";
}

span.panbox span.last:after {
    content: "";
}

/*カートのテーブルテーブル*/
#fs_ShoppingCart .pageTitle {
    display: block;
    width: 980px;
    margin: 0px auto;
    padding: 32px 0px 8px 0px;
    background: url("../bg_2ndcts_h1.png") repeat-x 0 100%;
    border-width: 0px;
    color: #785F3F;
    font: normal 26px MolengoRegular;
}

#fs_ShoppingCart .CrossHead {
    margin: 30px auto 10px auto;
    padding: 0 0 8px 2px;
    border-bottom: 1px dotted #C4B36F;
    color: #785F3F;
    font: bold 16px MolengoRegular;
}


#fs_ShoppingCart #FS2_Recommend_List {
    width: auto;
    overflow: visible;
}

#fs_ShoppingCart  .system_content{width:100%;}



.FS2_body_Goods_GoodsDetail_sem101 .GoodsSelectionTable {
/*      position: relative !important;
    top: -10px !important;
    left: -74px !important;
    font-size: 12px;*/
    /* margin: 0 0 5px 0; */
}

.FS2_postage {
    margin: 0 0 20px 0;
}

#FS2_body_Goods .pager {
    width: 465px;
    margin: 0;
    padding: 0 0 30px 0;
    color: #4A3A26;
    font: normal 10px/18px Verdana ,Arial, Helvetica, sans-serif;
    z-index: 2;
}

.FS2_sort_menu_bg ul {
  margin: 0;
  text-align: right;
}
