/*=========================================================
CSS基本設定
FutureShop2 system_DesignSettings.css
=========================================================*/

/*　フォントサイズをクロスブラウジング対応　*/
/* body {
  font-size: 80%;
} */

/*　body直下テキスト　*/
.FS2_body_text {
  margin: 0;
  padding: 0;
}

/*=========================================================
ページレイアウト
=========================================================*/

/*　ページレイアウト：左メニュー　*/
td.layout_menu {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/*　ページレイアウト：コンテンツエリア　*/
td.layout_content {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/*　ページレイアウト：右メニュー　*/
td.layout_right {
  margin: 0;
  padding: 0;
  vertical-align: top;
}


/*=========================================================
ユーザーメニューエリア
=========================================================*/

/*　ユーザーメニューエリア　*/
.utility {
  margin: 0 0 5px 0;
  padding: 0;
}

.utility table {
  margin: 0;
}

.utility td {
  margin: 0;
  padding: 0;
}

/*　ユーザーメニューエリア：いらっしゃいませゲストさん　*/
.FS2_welcome_area {
  border-bottom: 1px dotted #ddd;
}

.welcome {
  margin-left: .5em;
  line-height: 1.1;
}

/*　ユーザーメニューエリア：マイページ・ログイン・パスワード　*/
.FS2_login_area {
  padding: 0 0 0 10px;
  text-align: right;
}

ul.login {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ddd;
}

.login li {
  margin: 0;
  padding: 0 5px 0 15px;
  display: inline;
}

/*　ユーザーメニューエリア：送料・個人情報・特商　*/
ul.item {
  margin: 5px 0 0 0;
  padding: 2px 0 0 0;
  border-bottom: 2px solid #ddd;
  text-align: right;
}

.item li {
  margin: 0;
  padding: 0 5px 0 15px;
  display: inline;
}

/*=========================================================
システムコンテンツ
=========================================================*/

/*　システムコンテンツ：パンくずナビ　*/
.pan {
  margin: 0 0 20px 0;
  padding: 5px;
  background: #f6f6f6;
  font-size: 85%;
}

/*　システムコンテンツ：ページ切り替え（○件中○件表示）　*/
.pager {
  margin: 20px 0;
  padding: 0 5px;
  border-bottom: 2px solid #ddd;
}

/*　システムコンテンツ：並び替え（並び替え｜価格が安い｜価格が高い｜新着順｜）　*/
/*　システムコンテンツ：並び替え：コンテナ　*/
.FS2_sort_menu_bg {
  margin: 0;
  padding: 0 5px;
}

.FS2_sort_menu_bg ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.FS2_sort_menu_bg li {
  margin: 0;
  padding: 0 8px 0 5px;
  display: inline;
  border-right: 1px solid #333;
}

/*=========================================================
ページ共通設定：見出し
=========================================================*/
.pageTitle {
  margin: 0 0 25px 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
}

.CrossHead {
  margin: 20px 0 5px 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
}

.Definition {
  margin: 20px 0 5px 0;
  padding: 0;
  border-bottom: 2px dotted #c60000;
  font-size: 18px;
}


/*=========================================================
ページ共通設定：テーブル
=========================================================*/

.userTable_01 {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.userTable_01 caption {
  padding: 5px;
  background: #ddd;
  text-align: center;
}

.userTable_01 th {
  padding: 3px 5px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  white-space: nowrap;
  font-weight: normal;
}

.userTable_01 th.FS2_Delivery_table_caution {
  white-space: normal;
}


.userTable_01 td {
  padding: 3px 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.userTable_02 {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.userTable_02 caption {
  padding: 5px;
  background: #ddd;
  text-align: center;
}

.userTable_02 th {
  padding: 3px 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.userTable_02 td {
  padding: 3px 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


/*=========================================================
ページ共通設定：個人情報保護方針
=========================================================*/
.FS2_privacyPageLink_container {
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.FS2_privacyPageLink_container input {
  position: relative;
  top: 3px;
}


/*=========================================================
商品画面：商品カテゴリ一覧ページ
=========================================================*/


/*　商品画面：商品グループ：商品グループのコンテナ　*/
.groupLayout {
  width: 100%;
  margin: 0 auto;
}

/*　商品画面：商品グループ：商品のコンテナ　*/
.groupLayout .gl_Item {
  display: inline;
  float: left;
}

/*　商品画面：商品グループ：サムネイル　*/
.groupLayout .FS2_thumbnail_container {
  margin: 0 0 5px 0;
}

/*　商品画面：商品グループ名　*/
.groupLayout .itemGroup {
  margin: 0 0 5px 0;
  padding: 0;
}


/*=========================================================
商品画面：商品グループ・商品一覧　レイアウトスタイル
=========================================================*/

/*　商品グループレイアウト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: 19.5%;
  margin-left: .5%;
}

.alignItem_06 .gl_Item {
  width: 16.1%;
  margin-left: .5%;
}

.alignItem_07 .gl_Item {
  width: 13.7%;
  margin-left: .5%;
}

.alignItem_08 .gl_Item {
  width: 11.9%;
  margin-left: .5%;
}

.alignItem_09 .gl_Item {
  width: 10.6%;
  margin-left: .5%;
}

.alignItem_10 .gl_Item {
  width: 9.4%;
  margin-left: .5%;
}


/*=========================================================
商品画面：所属する子グループのレイアウトスタイル
=========================================================*/

/* r_system_preset.css */
#FS2_itemlayout_list_D td {
  padding: 2px;
  vertical-align: top;
}

/* r_system_preset.css */
#FS2_itemlayout_list_D .itemGroup {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 80%;
}

/* r_system_preset.css */
#FS2_itemlayout_list_D .itemGroup .FS2_itemlayout_list_D_arrow {
  color: red;
  font-weight: bold;
}

/* 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%;
}



/*=========================================================
商品画面：おすすめ商品
=========================================================*/


/*　おすすめ商品：見出し　*/
#FS2_Recommend_List .CrossHead {
  margin-bottom: 15px;
}

#FS2_Recommend_List .gl_Item {
  display: inline;
  float: left;
}


/*　おすすめ商品：レイアウトテーブル　*/
.FS2_recommendgoods_table {
  margin: 0 auto;
}

/*　おすすめ商品：商品名　*/
#FS2_Recommend_List .itemTitle {
  margin: 0;
  padding: 0;
}

/*　おすすめ商品：定価　*/
#FS2_Recommend_List .FS2_itemPrice_text {
  margin-bottom: 0;
}

#FS2_Recommend_List .FS2_memberPriceImage {
  margin: 0;
}

/*=========================================================
商品画面：商品詳細
=========================================================*/

/*　商品画面：商品詳細：コンテナ　*/
.gl_Item {
  margin: 0 0 15px 0;
  padding: 0;
}

/*　商品画面：商品詳細：上部・下部コメント　*/
.user_inner_content {
  margin-bottom: 20px;
}

/*　商品画面：商品詳細：コンテナ：レイアウト左側　*/
.FS2_itemlayout_td_Left {
  vertical-align: top;
}

/*　商品画面：商品詳細：画像コンテナ　*/
.FS2_thumbnail_container {
  vertical-align: top;
}


/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せのレイアウト　*/
#FS2_itemlayout_list_B .thumbnail {
  margin: 0;
}/*商品グループ*/
#FS2_itemlayout_list_C .thumbnail {
  margin: 0;
}/*商品グループ*/
#FS2_itemlayout_B .thumbnail {
  margin: 0 0 5px 0;
}
#FS2_itemlayout_C .thumbnail {
  margin: 0 0 5px 0;
}
#FS2_Recommend_itemlayout_B .thumbnail {
  margin: 0 0 5px 0;
}/*おすすめ商品*/
#FS2_Recommend_itemlayout_C .thumbnail {
  margin: 0 0 5px 0;
}/*おすすめ商品*/

/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せ以外のレイアウト　*/
#FS2_itemlayout_list_A .thumbnail {
  margin: 0 10px 0 0;
}/*商品グループ*/
#FS2_itemlayout_A .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_D .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_E .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_F .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_G .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_I .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_itemlayout_J .thumbnail {
  margin: 0 10px 5px 0;
}
#FS2_Recommend_itemlayout_A .thumbnail {
  margin: 0 10px 5px 0;
}/*おすすめ商品*/

/*　商品画面：商品詳細：コンテナ：レイアウト右側　*/
.FS2_itemlayout_td_Right {
  vertical-align: top;
}

/*　商品画面：商品詳細：商品名　*/
.itemTitle {
  font-size: 116%;
}

/*　商品画面：商品詳細：商品レイアウトパターン：中央寄せのレイアウト　*/
#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;
}


/*　商品画面：商品詳細：商品番号　*/
.itemNumber {
  margin: 0 0 5px 0;
  padding: 0;
  color: #8c8c8c;
}

/*　商品画面：商品詳細：価格コンテナ　*/
.FS2_itemPrice_area {
  margin: 0 0 5px 0;
  padding: 0;
}

/*　商品画面：商品詳細：商品価格上部コメント　*/
.itemComment {
  margin: 0 0 5px 0;
  padding: 0;
}

/*　商品画面：商品詳細：定価　*/
.FS2_itemPrice_text {
  margin: 0 0 15px 0;
  padding: 0;
}

/*　商品画面：商品詳細：定期購入定価　*/
.FS2_FixedPeriodItemPrice_text {
  margin: 0 0 15px 0;
  padding: 0;
}


/*　商品画面：商品詳細：定価取消し線　*/
.useBorder {
  text-decoration: line-through;
}

/*　商品画面：商品詳細：当店特別価格　*/
.FS2_special_price {
  margin-right: .5em;
  padding: 0;
}

/*　商品画面：商品詳細：価格　*/
.itemPrice {
  color: #c60000;
  font-weight: bold;
}

/*　商品画面：商品詳細：特別会員価格ありアイコン　*/
.FS2_memberPriceImage {
  margin: 0 0 5px 0;
  padding: 0;
}

/*　商品画面：商品詳細：特別会員価格：コンテナ　*/
.FS2_special_members_price {
  margin: 0;
  padding: 0;
}

/*　商品画面：商品詳細：特別会員価格：テキスト　*/
.FS2_special_members_price_text {
  margin-right: .5em;
}

/*　商品画面：商品詳細：特別会員価格　*/
.FS2_special_members_price .itemPrice {
  color: #f00;
}

/*　商品画面：商品詳細：ポイント　*/
.FS2_point {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ddd;
  color: #f30;
  font-size: 85%;
}

/*　商品画面：商品詳細：会員価格で購入するにはログインが必要です　*/
.FS2_members_login_link {
  margin: 0;
  padding: 0;
  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 10px 0;
  padding: 0;
}

/*　商品画面：商品詳細：販売開始前です。　*/
/*　商品画面：商品詳細：販売を終了いたしました。　*/
.error_item {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px dotted #f30;
  background: #fff1ee;
  color: #f30;
  text-align: center;
}

/*　商品画面：商品詳細：販売期間　*/
.sellTerms {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px dotted #ddd;
  background: #f6f6f6;
  text-align: center;
}


/*　商品画面：商品詳細：項目選択肢コンテナ　*/
.FS2_inputSelection {
  margin-bottom: 10px;
}

.FS2_inputSelection_table th {
  padding: 2px 8px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.FS2_inputSelection_table td {
  padding: 2px 8px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
}


/*　商品画面：商品詳細：バリエーションのテーブル　*/
.GoodsSelectionTable {
  margin: 0 0 5px 0;
}

.GoodsSelectionTable th {
  padding: 2px 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}


.GoodsSelectionTable td {
  padding: 2px 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

/*　商品画面：商品詳細：申し訳ございません。ただいま在庫がございません。　*/
.itemStock {
  margin: 0 0 10px 0;
  padding: 0 5px;
  border: 1px dotted #f30;
  color: #f30;
  text-align: center;
}


/*　商品画面：商品詳細：△：残りわずか　*/
.FS2_ItemStockSample_area {
  margin: 0 0 10px 0;
  padding: 0;
}


/*　商品画面：商品詳細：在庫がない場合の時の着色をリセット　*/
.FS2_ItemStockSample_area .itemStock {
  padding: 0;
  border: none;
  color: #000;
}

/*　商品画面：商品詳細：数量コンテナ　*/
.FS2_figure {
  margin: 0 0 5px 0;
  padding: 0;
}

/*　商品画面：商品詳細：クール便コンテナ　*/
.FS2_CoolButton_area {
  margin: 0 0 5px 0;
  padding: 0;
}

.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-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

#FS2_body_Goods .userTable_01 td {
  padding: 0;
  border-right: none;
  border-bottom: none;
}

#FS2_body_Goods .userTable_01 .FS2_Review_Detail_container_td td {
  padding: 3px;
  border: none;
}

/*　商品画面：商品詳細：レビュー一覧：背景色　*/
.FS2_Review_Detail_td {
  background: #f6f6f6;
}
/*　商品画面：商品詳細：レビュー一覧：購入者　*/
.FS2_Review_User_Status {
  margin-left: 5px;
  padding: 1px 0 0 2px;
  border: 1px solid #fff;
  background: #f60;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}

/*　商品画面：商品詳細：レビュー一覧：投稿者詳細・投稿日　*/
.FS2_Review_Detail_Prof_Date {
  margin: 0;
  padding: 0;
  text-align: right;
}

/*　商品画面：商品詳細：レビュー一覧：おすすめ度　*/
.FS2_MyReviewStatus {
  margin: 5px;
  float: left;
  color: #5ba633;
  font-size: 85%;
}

.FS2_MyReviewStatus img {
  position: relative;
  top: -2px;
}

.FS2_MyReviewStatus_text {
  color: #000;
  line-height: 2;
}

/*　商品画面：商品詳細：レビュー一覧：投稿内容　*/
.FS2_MyReviewList_Text {
  width: 98%;
  margin: 0 5px 5px 5px;
  padding: 0;
}

/*　商品画面：商品詳細：レビュー一覧：全てのレビューを見る　*/
.FS2_ReviewTextLink_area {
  text-align: right;
}

/*　商品画面：商品詳細：TrustMark　*/
.FS2_TrustMark {
  margin-bottom: 10px;
}

/*　商品詳細：定期購入・頒布会：価格表　*/
/*　商品詳細：定期購入・頒布会：価格表：コンテナ　*/
.FS2_FixedPeriod {
  margin-bottom: 10px;
}

/*　商品詳細：定期購入・頒布会：価格表：上部コメント　*/
.FS2_FixedPeriod_comment {
  margin: 0 0 5px 0;
}

/*　商品詳細：定期購入・頒布会：価格表：テーブル　*/
.FS2_GoodsFixedPeriodTable {
  width: 100%;
  margin: 0 0 5px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.FS2_GoodsFixedPeriodTable th {
  padding: 2px 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  text-align: left;
  font-weight: normal;
}

.FS2_GoodsFixedPeriodTable td {
  padding: 2px 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-align: right;
}

/*　商品詳細：定期購入：一回のみ注文する　*/
.FS2_figure_InCartOnly {
  margin: 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
}

.FS2_figure_InCartOnly p {
  margin: 0;
  padding: 0;
}



/*　商品詳細：定期購入：定期購入する　*/
.FS2_figure_FixedPeriod {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
}

.FS2_figure_FixedPeriod p {
  margin: 0;
  padding: 0;
}



/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する　*/
.FS2_figure_FixedPeriodUnion {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
  border-top: none;
}

.FS2_figure_FixedPeriodUnion p {
  margin: 0;
  padding: 0;
}

/*　商品詳細：定期購入：通常・定期商品混在時の定期購入する：在庫切れメッセージ　*/
p.FS2_noStockText_forFixedPeriod {
  padding: 5px 10px;
  display: block;
  background: #f0f0f0;
  color: #8c8c8c;
}

/*　商品詳細：頒布会：商品別価格一覧　*/
/*　商品詳細：頒布会：商品別価格一覧：コンテナ　*/
.FS2_Distribution {
  margin: 10px 0;
}

.FS2_Distribution_title {
  margin-bottom: 2px;
}
/*　商品詳細：頒布会：商品別価格一覧：テーブル　*/
.FS2_GoodsDistributionTable {
  width: 100%;
  margin: 0 0 5px 0;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
}
.FS2_GoodsDistributionTable th {
  padding: 2px 8px;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background: #e0e0e0;
  text-align: left;
  font-weight: normal;
}
.FS2_GoodsDistributionTable td {
  padding: 2px 8px;
  border-bottom: 1px solid #b8b8b8;
  text-align: left;
  font-weight: normal;
}

/*　商品詳細：頒布会：頒布会購入するボタン　*/
.FS2_figure_Distribution {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
}

.FS2_figure_Distribution p {
  margin: 0;
  padding: 0;
}

/*　商品詳細：頒布会：頒布会購入するボタン：在庫切れメッセージ　*/
p.FS2_noStockText_forDistribution {
  padding: 5px 10px;
  display: block;
  background: #f0f0f0;
  color: #8c8c8c;
}


/*　商品詳細：返品特約　*/
/*　商品詳細：返品特約：コンテナ　*/
.FS2_ReturnedSpecialContract {
  margin-bottom: 10px;
}

/*　商品詳細：返品特約：リンクテキスト　*/
.FS2_ReturnedSpecialContract_link {
  margin: 10px 0;
}

.FS2_ReturnedSpecialContract_text p {
  margin: 0;
  padding: 0;
}


/*　商品詳細：返品特約：テキスト　*/
.FS2_ReturnedSpecialContract_text {
  margin: 10px 0 30px 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
}



/*=========================================================
商品についてのお問い合わせ
友達にメールで知らせる
=========================================================*/
.FS2_inqury_table {
  margin: 0 0 20px 0;
}

.FS2_inqury_td01 img {
  margin-right: 10px;
}


/*=========================================================
入荷お知らせメールお申し込み
=========================================================*/
.FS2_arrival_information_table {
  margin: 0 0 20px 0;
}

.FS2_arrival_information_td01 img {
  margin-right: 10px;
}

.FS2_body_ArrivalInfomationEntry .FS2_bottom_btn_center_1 {
  margin-bottom: 40px;
}


/*=========================================================
レビュー一覧画面
=========================================================*/
#FS2_body_Review .userTable_01 td {
  padding: 0;
  border-right: none;
  border-bottom: none;
}

#FS2_body_Review .userTable_01 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

/*　レビュー一覧画面：商品ごとのレビュー一覧　*/
.FS2_ReviewImage_table td {
  padding-right: 10px;
  vertical-align: top;
}

#FS2_body_Review .userTable_01 .FS2_Review_Detail_td {
  padding: 5px;
}

#FS2_body_Review .caution {
  position: relative;
  top: 3px;
}

.FS2_Review_Detail_text {
  margin: 5px;
  padding: 0;
}


/*　レビュー一覧画面：投稿者ごとのレビュー一覧　*/
.FS2_body_ReviewListCustomer .FS2_Review_Detail_Prof_Date {
  margin: 5px;
}

.FS2_body_ReviewListCustomer .userTable_01 th {
  padding: 2px 5px;
  border: none;
  white-space: nowrap;
}


.FS2_body_ReviewListCustomer .userTable_01 .FS2_Review_Detail_td td {
  padding: 2px 5px;
  border: none;
}



/*　レビュー一覧画面：投稿された全てのレビュー一覧　*/
/*　レビュー一覧画面：投稿された全てのレビュー一覧：テーブル　*/
.FS2_body_ReviewList .userTable_01 {
  margin-bottom: 15px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿内容　*/
.FS2_body_ReviewList td.FS2_Review_Detail_td {
  padding: 5px 5px 0 5px;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：本文背景色　*/
.FS2_body_ReviewList .FS2_MyReviewList_Detail_td {
  background: none;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿者名　*/
.FS2_body_ReviewList .FS2_Review_Detail_name {
  margin-left: 5px;
  font-weight: bold;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：投稿者詳細・投稿日　*/
.FS2_body_ReviewList .FS2_Review_Detail_Prof_Date {
  margin-top: 7px;
}

/*　レビュー一覧画面：投稿された全てのレビュー一覧：商品名リンク　*/
.FS2_Review_Detail_itemname {
  margin-left: 5px;
  font-size: 85%;
}


/*=========================================================
カート画面
=========================================================*/
/*　カート画面テーブル　*/
.cartTable {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.cartTable caption {
  padding: 5px;
  background: #ddd;
}

.cartTable th {
  padding: 3px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.cartTable td {
  padding: 3px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.FS2_GoodsImage_td {
  width: 1px;
  vertical-align: top;
}
.FS2_GoodsImage_td img {
  margin: 5px;
}

/*　カート画面：合計金額　*/
.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: 0;
}

/*　カート画面：TadeSafe　*/
/*　system_preset.css　*/
.FS2_TradeSafe div {
  margin: auto;
}

.FS2_FixedPeriodDelivery_CycleEdit_container_02 {
  margin-top: .3em;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

.FS2_FixedPeriodDeliveryCycle_Confirm_container {
  width: 65%;
  margin: 0 auto;
}

.FS2_body_FixedPeriodDeliveryCycleEdit .inputTableArea th {
  text-align: left;
}



/*　楽天銀行注意書き　*/
.FS2_rakuten_bank_caution {
  font-size: 85%;
}
/*　カート：定期購入：お届け日確認一覧　*/
.FS2_FixedPeriodDeliveryCycle_Confirm {
  padding: 10px;
  border: 5px solid #ddd;
}

.FS2_FixedPeriodDeliveryCycle_Confirm span {
  width: 10em;
  display: -moz-inline-box;
  display: inline-block;
}

/*　カート：定期購入：お届け日確認一覧：省略の…　*/
.FS2_FixedPeriodDeliveryCycle_Confirm_abbr {
  padding-left: 16em;
}

/*　カート：定期購入：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;
  padding: 0;
  border: none;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_text p {
  margin: 0 0 10px 0 ;
  padding: 0;
}


/*　メール便　*/
.FS2_DeliveryMethod_table p {
  margin-top: 0;
}

.FS2_DeliveryMethod_table td th {
  white-space: nowrap;
}

.FS2_DeliveryMethod_table_input_th {
  vertical-align: top;
  text-align: left;
}

.FS2_Delivery_table03 {
  width: inherit;
  margin-left: 1.5em;
}

/*=========================================================
ログイン画面
=========================================================*/

/*　ログイン画面：レイアウト用テーブル　*/
.FS2_login_layout_table {
  width: 100%;
  margin: 0 0 10px 0;
}


.FS2_login_layout_table_td_left .inputTableArea {
  margin-right: 15px;
}

.FS2_login_layout_table_td_left .CrossHead {
  margin-right: 15px;
}

/*　ログイン画面：会員登録後（せず）に購入ボタン　*/
.FS2_Login_btn_position {
  text-align: center;
}

/*=========================================================
会員登録画面
=========================================================*/
/*　会員登録画面：会員規約　*/
.frameArea {
  height: 300px;
  margin: 10px auto;
  overflow: scroll;
}

/*=========================================================
会員画面（マイページ）
=========================================================*/
.FS2_mypage_top_table {
  width: 100%;
}

/*　会員画面：注文履歴ページ　*/
.FS2_body_MyPage_OrderHistoryList .pager {
  margin: 0;
  padding: 0;
  border: none;
}

/*　会員画面：マイページ共通：表示するボタン　*/
.FS2_pagerTable_area_input {
  position: relative;
  top: 3px;
  left: 3px;
}

/*　会員画面：注文履歴ページ：今年の注文　*/
.FS2_mypage_Entry_table .GoodsSelectionTable th {
  border-right: none;
}
.FS2_mypage_Entry_table .GoodsSelectionTable td {
  border-right: none;
}

/*　会員画面：注文履歴ページ：ご注文明細：お届け先タイトル　*/
.OD_CrossHead {
  margin: 0;
  padding: 0;
}

.ODTable {
  width: 100%;
  margin: 0 0 5px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.ODTable th {
  padding: 0 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.ODTable td {
  padding: 0 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ODTable2 {
  width: 100%;
  margin: 0 0 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  ;
}

.ODTable2 th {
  padding: 0 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.ODTable2 td {
  padding: 0 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*　アドレス帳　*/
.FS2_Address_list_btn input {
  margin-right: 20px;
}

/*　会員画面：注文履歴ページ：ページ切り替え（○件中○件表示）　*/
.FS2_body_MyPage_PointHistory .pager {
  margin: 0;
  padding: 0;
  border: none;
}

/*　会員画面：レビューページ：購入した商品のレビュー一覧　*/
.FS2_body_ItemReviewList .cartTable td {
  padding: 0;
}

.FS2_body_ItemReviewList .FS2_GoodsImage_td {
  border-right: none;
}

.FS2_MyReviewList_Detail_td {
  background: #f6f6f6;
}

.FS2_MyReview_itemname {
  margin: 5px;
  padding: 0;
}

.FS2_body_ItemReviewList .FS2_MyReviewStatus {
  margin: 0 5px;
  float: left;
  line-height: 1.1;
}

.FS2_body_ItemReviewList .FS2_MyReviewList_Text {
  margin: 0;
  padding: 5px;
  background: #fff;
}

.FS2_MyReviewList_Text:after {
  content: ".";
  height: .1px;
  display: block;
  visibility: hidden;
  clear: both;
  font-size: .1em;
  line-height: 0;
}  

.FS2_MyReviewList_Text {
  display: inline-block;
}

/*　会員画面：レビューページ：レビュー履歴一覧　*/
.FS2_body_MyReviewList .cartTable {
  border-top: 1px solid #ddd;
  border-left: none;
}

.FS2_body_MyReviewList .cartTable td {
  padding: 0;
  border-right: none;
}

.FS2_body_MyReviewList .FS2_GoodsImage_td {
  border-right: none;
}

.FS2_body_MyReviewList .FS2_MyReviewStatus {
  margin: 0 5px;
  float: left;
  line-height: 1.1;
}

.FS2_body_MyReviewList .FS2_MyReviewList_Text {
  margin: 0;
  padding: 5px;
  background: #fff;
}

.FS2_ReviewEdit {
  float: right;
}


/*　=================================================================
　返品特約
=================================================================　*/

/* 返品特約：商品詳細 */
.FS2_ReturnedSpecialContract {
  margin: 20px 0;
}

.FS2_ReturnedSpecialContract_link {
  margin: 10px 0;
}

.FS2_ReturnedSpecialContract_text {
  margin: 10px 0 30px 0;
  padding: 10px;
  border: 5px solid #f0f0f0;
}

.FS2_ReturnedSpecialContract_text p {
  margin: 0;
  padding: 0;
}


/* 返品特約：ショッピングカート */
.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract {
  width: 48%;
  margin: 0;
  padding: 0;
  border: 5px solid #f0f0f0;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_link {
  margin: 10px;
}

.FS2_body_Cart_OrderConfirm .FS2_ReturnedSpecialContract_text {
  margin: 0 10px 10px 10px;
  padding: 0;
  border: none;
}


/*　=================================================================
　画像ホスティングオプション
=================================================================　*/

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1　*/
#FS2_itemlayout_IHL1 {
  width: 200px;
  margin: 5px;
  padding: 0;
  padding: 10px;
  float: left;
  border: 1px solid #ddd;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_thumbnail_container {
  margin: 5px 0;
  padding: 0;
  border: none;
}

#FS2_itemlayout_IHL1 img {
  margin: 0;
  padding: 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
サムネイル　*/
#FS2_itemlayout_IHL1 .FS2_AdditionalImageEnlargementSsize_Button {
  text-align: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品価格コンテナ　*/
#FS2_itemlayout_IHL1 .FS2_itemPrice_text {
  margin: 5px 0;
  font-weight: normal;
  font-size: 80%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
商品一言コメント　*/
#FS2_itemlayout_IHL1 .FS2_ItemShortComment {
  margin: 10px;
  color: #777;
  font-size: 80%;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
特別会員価格あり　*/
#FS2_itemlayout_IHL1 .FS2_members_contents {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL1：
会員価格　*/
#FS2_itemlayout_IHL1 .FS2_special_members_price {
  margin: 5px 0;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2　*/
#FS2_itemlayout_IHL2 {
  width: 200px;
  margin: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #ddd;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
サムネイル　*/
#FS2_itemlayout_IHL2 .FS2_thumbnail_container {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}

#FS2_itemlayout_IHL2 img {
  margin: 0;
  padding: 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品価格コンテナ　*/
#FS2_itemlayout_IHL2 .FS2_itemPrice_text {
  margin: 5px 0;
  font-weight: normal;
  font-size: 80%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
商品一言コメント　*/
#FS2_itemlayout_IHL2 .FS2_ItemShortComment {
  margin: 10px;
  color: #777;
  font-size: 80%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
特別会員価格あり　*/
#FS2_itemlayout_IHL2 .FS2_members_contents {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
会員価格　*/
#FS2_itemlayout_IHL2 .FS2_special_members_price {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL2：
拡大ボタン　*/
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button {
  margin: 5px 0 0 0;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3　*/
#FS2_itemlayout_IHL3 {
  width: 320px;
  margin: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #ddd;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
サムネイル　*/
#FS2_itemlayout_IHL3 .FS2_thumbnail_container {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  border: none;
}

#FS2_itemlayout_IHL3 img {
  margin: 0;
  padding: 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
アイキャッチアイコン　*/
#FS2_itemlayout_IHL3 .FS2_eye_catch_icon {
  margin-bottom: 10px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品価格コンテナ　*/
#FS2_itemlayout_IHL3 .FS2_itemPrice_text {
  margin: 5px 0;
  font-weight: normal;
  font-size: 80%;
}


/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
商品一言コメント　*/
#FS2_itemlayout_IHL3 .FS2_ItemShortComment {
  margin: 10px;
  color: #777;
  font-size: 80%;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
特別会員価格あり　*/
#FS2_itemlayout_IHL3 .FS2_members_contents {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
会員価格　*/
#FS2_itemlayout_IHL3 .FS2_special_members_price {
  margin: 5px 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品一覧：IHL3：
拡大ボタン　*/
#FS2_itemlayout_IHL3 .FS2_AdditionalImageEnlargementSsize_Button {
  text-align: right;
}



/*　商品画面：商品詳細：オプション価格コンテナ　*/
.FS2_OptionPrice {
  margin-bottom: 10px;
}

.FS2_OptionPrice th {
  padding: 2px 8px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  font-weight: normal;
}

.FS2_OptionPrice td {
  padding: 2px 8px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
}

/*　オプション価格（カート画面罫線）　*/
.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 {
  width: 140px;
  float: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：IH2：
サブ画像群サムネイルコンテナ　*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub {
  width: 100%;
  margin-top: 2em;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：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 {
  width: 90px;
  float: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：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;
  margin-left: 20px;
  float: right;
}


/*　商品画面：商品詳細：画像ホスティングオプション：レイアウト別サイズ指定：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;
  margin-right: 10px;
  float: left;
}


/*　各レイアウト共通　*/
/*　商品画面：商品詳細：画像ホスティングオプション：サムネイルコンテナ　*/
.FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container {
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #ddd;
  text-align: center;
}


/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群サムネイルコンテナ　*/
.FS2_additional_image_container {
  float: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン画像群サムネイルコンテナ　*/
.FS2_additional_image_container_main {
  margin-bottom: 2em;
}

.FS2_additional_image_container_main img {
  margin: 0 2px 2px 0;
  border: 1px solid white;
}


.FS2_additional_image_container_sub img {
  margin: 0 2px 2px 0;
  border: 1px solid white;
}

/*　商品画面：商品詳細：画像ホスティングオプション：メイン・サブ画像群名称　*/
.FS2_additional_image_container_title {
  margin: 5px 0;
  padding-bottom: 2px;
  border-bottom: 1px dotted #555;
  font-weight: bold;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大・Next・Prevボタン　*/
.FS2_additional_image_btn_container table {
  border-spacing: 0;
  border-collapse: collapse;
}

.FS2_additional_image_btn_container td {
  vertical-align: top;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_next {
  text-align: right;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
  text-align: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：商品詳細右カラム　*/
.FS2_additional_image_itemdetail_container_right {
  float: right;
}

/*　商品画面：商品詳細：画像ホスティングオプション：バリエーションテーブル　*/
.FS2_additional_image_tableVariation {
  margin: 10px 0;
}
.FS2_additional_image_tableVariation_table th {
  padding: 2px 2px 2px 2px;
  text-align: left;
  font-weight: normal;
}

.FS2_additional_image_tableVariation_table td {
  padding: 2px;
}

.FS2_additional_image_tableVariation_table td span {
  display: block;
  color: #777;
  text-align: center;
}

.FS2_additional_image_tableVariation_border th {
  padding-top: 4px;
  border-top: 1px solid #888;
  vertical-align: top;
}

.FS2_additional_image_tableVariation_border td {
  padding-top: 4px;
  border-top: 1px solid #888;
}

.FS2_additional_image_tableVariation_bg {
  background: #f6f6f6;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ余白　*/
body#FS2_additional_image_popup {
  margin: 0;
  padding: 0;
}

/*　商品画面：商品詳細：画像ホスティングオプション：拡大（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 {
  width: 350px;
  margin-top: 10px;
  float: right;
}


/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
フッタ　*/
.FS2_additional_image_popup_footer {
  width: 100%;
  margin: 2em auto 0 auto;
  padding: 1em 0;
  position: absolute;
  bottom: 0;
  background: #f0f0f0;
  text-align: center;
}

.FS2_additional_image_popup_footer a:link {
  padding: 5px 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.FS2_additional_image_popup_footer a:active {
  padding: 5px 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.FS2_additional_image_popup_footer a:visited {
  padding: 5px 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
}


.FS2_additional_image_popup_footer a:hover {
  background: #666;
  color: #fff;
}



/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ　*/
/*　商品画面：商品一覧：画像ホスティングオプション：バルーンチップ：コンテナ　*/
.FS2_AdditionalImage_Balloon_Tip {
  width: 300px;
  height: 100px;
  padding: 10px;
  position: absolute;
  display: none;
  overflow: hidden;
  border: 1px solid silver;
  background-color: white;
  color: gray;
}

#FS2_AdditionalImage_Balloon_Tip_container {
  width: 300px;
  position: fixed;
  top: 10px;
  left: 10px;
  display: block;
  border: 1px solid silver;
  background-color: white;
  color: gray;
}

#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-bottom: 5px solid silver;
  border-left: 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 {
  width: 100%;
  margin: 0 0 15px 0;
  display: table;
  background-color: #eee;
}

.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 {
  padding: 10px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.2em;
}

.FS2_AdditionalImage_ArrivalInformation_Entry_Container .FS2_ArrivalInformation_Entry_List {
  padding-right: 10px;
  padding-left: 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_ArrivalInformation_Entry_ListL .FS2_ArrivalInformation_Entry_List {
  float: left;
}
.FS2_forIE8 .FS2_ArrivalInformation_Entry_ListR .FS2_ArrivalInformation_Entry_List {
  float: right;
}



/* ウィッシュリスト */
.FS2_body_WishList .pager {
  margin: 0;
  padding: 0;
  border: none;
  text-align: right;
}

.FS2_WishList_table {
  width: 100%;
  border-top: 1px solid #ddd;
}

.FS2_WishList_table td {
  padding: 8px 3px;
  border-bottom: 1px solid #ddd;
}

.FS2_WishListCheck_td {
  width: 20px;
}

.FS2_WishListGoodsImage_td {
  width: 50px;
}

.FS2_WishListDetail_td p {
  margin: 0;
  padding: 0;
}

.FS2_WishListDetail_td p.FS2_WishListDate {
  margin: .3em 0;
  text-align: right;
  font-size: 80%;
}

.FS2_WishListDetail_td h1.itemTitle {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

.FS2_WishListDelete_td {
  text-align: right;
}

.FS2_WishListAllDeleteButton_area {
  width: 100%;
  text-align: left;
}

.FS2_body_WishList .FS2_itemPrice_area {
  margin: 0;
  padding: 0;
}

.FS2_body_WishList .FS2_FixedPeriodItemPrice_text {
  margin: 0;
  padding: 0;
}


.FS2_body_WishList .FS2_ReviewEditAverage {
  margin: 0;
  padding: 0;
}

/*=========================================================
エラー
=========================================================*/

/*　操作失敗時のエラー　*/
.error_content {
  margin-bottom: 10px;
  padding: 5px 2px;
  border: 1px solid #f00;
  background: #f30;
  color: #fff;
  text-align: center;
}



/*=========================================================
ページ下部のボタン
=========================================================*/

/*　ページ下部のボタン：infomation.html用　*/
.FS2_bottom_btn_info {
  margin: 0 0 30px 0;
}

/*　ページ下部のボタン：位置:1段目：中央寄　*/
.FS2_bottom_btn_center_1 {
  margin: 10px 0;
  text-align: center;
}

/*　ページ下部のボタン：位置:1段目：右寄　*/
.FS2_bottom_btn_right_1 {
  margin: 10px 0;
  text-align: right;
}

/*　ページ下部のボタン：位置:1段目：左寄　*/
.FS2_bottom_btn_left_1 {
  margin: 10px 0;
  text-align: left;
}

/*　ページ下部のボタン：位置：2段目：中央寄　*/
.FS2_bottom_btn_center_2 {
  margin: 10px 0;
  text-align: center;
}

/*　ページ下部のボタン：位置：2段目：右寄　*/
.FS2_bottom_btn_right_2 {
  margin: 10px 0;
  text-align: right;
}

/*　ページ下部のボタン：位置：2段目：左寄　*/
.FS2_bottom_btn_left_2 {
  margin: 10px 0;
  text-align: left;
}


/*=========================================================
共通使用セレクタ
=========================================================*/

/*　Float　*/
.itemCenter {
  text-align: center;
}

.itemLeft {
  float: left;
}

.itemRight {
  float: right;
}

.itemLeft50 {
  width: 48%;
  float: left;
}
.itemRight50 {
  width: 48%;
  float: right;
}


/*　文字寄　*/
.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/*　dummySubmit　*/
.dummySubmit {
  position: absolute;
  left: -9999px;
}

.caution {
  color: #f00;
}

/*　テーブル直下の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 {
  margin: 0;
  padding: 0;
}





/*========================================================================
　クーポン関係スタイル↓↓↓↓↓
========================================================================　*/

body#FS2_body_Coupon a img {
  border: none;
}

a.FS2_MoveToAcquiredCouponList {
  padding: 5px 3px 0 0;
  display: block;
  float: right;
  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: 0 0 8px 0;
}

div.FS2_CouponInfo {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

div.FS2_CouponInfo p.FS2_CouponEffect {
  margin: 6px;
  font-size: 20px;
}

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;
}

.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 {
  padding: 10px 5px;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}

.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 {
  padding-bottom: 10px;
  display: block;
}


.FS2_CouponTargetItems + p.alignRight {
  margin: 0 0 10px 0;
}


.FS2_GetCoupon {
  padding: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.FS2_GetCoupon p {
  margin: 3px;
}

body.FS2_body_CouponLogin .FS2_Login_btn_position {
  margin: 10px 0 30px 0;
}


/* クーポン対象商品一覧↓ */

span.FS2_CouponTargetItemsBoxPager {
  position: absolute;
  top: -32px;
  right: 5px;
  display: block;
  text-align: right;
}
span.FS2_CouponTargetItemsBoxCtrlButtons {
  position: absolute;
  top: 0;
  right: 10px;
  left: 0;
  display: block;
  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;
  margin: 0 50px;
  padding: 0;
  position: relative;
  z-index: 100;
  list-style-type: none;
}

ul.FS2_CouponTargetItems a {
  padding: 5px;
  display: block;
  text-decoration: none;
}
ul.FS2_CouponTargetItems span.FS2_itemName {
  padding-top: 4px;
  display: block;
}
div.FS2_CouponTargetItemsBox {
  margin: 0;
  position: relative;
}

ul.FS2_CouponTargetItems:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
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: .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 {
  margin: 0;
  display: block;
  color: #c00;
  font-size: 1.1em;
}

table.FS2_CouponTable li p.FS_couponSettleCaution {
  margin-top: 10px;
}

table.FS2_CouponCalculateTable {
  width: 300px;
  margin-bottom: 30px;
}

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 {
  padding: 0;
  display: block;
}



/* -=-=-=-= ↓クーポン　テンプレートカラーに依存する部分↓ =-=-=-=- */

/* クーポン一覧での各クーポンの境界線 */
div.FS2_CouponBlock {
  border-bottom: 1px solid #999;
}


/* 「クーポン取得・使用」などのボタンを含むブロック */
.FS2_Coupon_container, .FS2_UseCoupon_container, .FS2_InputCouponCode_container, .FS2_MoveToCouponCode_container {
  border: 5px solid #fde;
}


/* 「クーポン取得・使用」などのボタンの上のコメント */
.FS2_Coupon_container strong, .FS2_UseCoupon_container strong {
  color: #c00;
}


/* 「クーポン対象商品」のサムネールにマウスオーバーしたときの背景色 */
ul.FS2_CouponTargetItems a:hover {
  background-color: #fff0f6;
}


/* クーポン効果表示ブロック */
div.FS2_CouponInfo {
  border: 3px double #c9a;
  background-color: #ffeef3;
}

/* クーポン効果文字列 */
div.FS2_CouponInfo p.FS2_CouponEffect {
  color: #f03;
}


/* 「クーポンを獲得しました」部分 */
.FS2_GetCoupon {
  background-color: #c02;
  color: #fff;
}



/* クーポン名(枠)左線指定 */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3 {
  border-left: 3px solid #333;
}

/* クーポン名テキスト部分背景色と文字色 */
table.FS2_CouponDescriptionTable td.FS2_CouponDescriptionCell
 h3 span {
  color: #333;
}

/*========================================================================
　クーポン関係スタイル↑↑↑↑↑
========================================================================　*/
