﻿@charset "utf-8";
/* CSS Document */

/* ============================================================
	背景変更
=============================================================*/
#FS2_layout_body, .FS2_upper_comment, #_rcmdjp_display_1, #FS2_footer {
    background: #fcfaf5;
}

.FS2_Sort {
    padding: 6px;
    background: #fcfaf5 !important;
}

/* 背景変更時の枠削除 */
.FS2_contents_container, .FS2_memberOnly, .FS2_NoItemMessage, .FS2_upper_comment, .FS2_lower_comment, .FS2_ItemComment, .FS2_middle_comment {
    /* background: #fcfaf5; */
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 0px #cfcfcf;
    box-shadow: 0px 0px 0px #cfcfcf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* ============================================================
	余白調整
=============================================================*/
/* 余白調整用 */
.user_content {
    /*padding-left: 10px !important;*/
    /*padding-right: 10px !important;*/
}

.container {
	width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

/* ============================================================
	システムフッター非表示
=============================================================*/
/* 検索窓 */
.FS2_Search.FS2_contents_container {
    display: none;
}

/* ホーム・マイページ・カートボタン */
.FS2_Utility1_container.FS2_contents_container {
    display: none;
}

/* ログイン～個人情報の取り扱いについて　まで */
.FS2_Utility2_container.FS2_contents_container {
    display: none;
}

/* ============================================================
	カテゴリページ / 商品一覧箇所 / 偶数背景色変更
=============================================================*/
.FS2_Alternateness_bg {
    background: #fcfaf5;
}

/* ============================================================
	カテゴリページ / 商品一覧レイアウト
=============================================================*/
.fs_goods_container th.FS2_thumb {
    width: 150px;
}
.FS2_container_ItemList td {
    padding: 5px 10px;
}
.fs_goods_container img {
    width: 150px;
}
p.FS2_itemPrice_text {
    padding-top: 12px;
}

/* ============================================================
	ページ最下部 / PC版を表示のボタン調整
=============================================================*/
div#FS2_SystemNav {
    margin-bottom: -23px;
    position: relative;
    top: -125px;
}

div#FS2_SystemNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0;
    color: #ffffff;
    padding: 0;
    text-align: center;
    background: none;
    background-image: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.FS2_SystemNav_btnPC {
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
    color: #000;
    padding: 0;
    background: none;
    background-image: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.FS2_SystemNav_btnPC p:after {
    content: "PC版表示にする";
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

/* ============================================================
	ぱんくず調整
=============================================================*/
.pan {
    background: #fcfaf5;
    padding: 13px 10px 8px;
    margin: 64px 0 0;
}

/* ============================================================
    footer メニュー左右余白調整
=============================================================*/
#FS2_footer .foot-menu .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ============================================================
    ヘッダー 余白調整
=============================================================*/
#FS2_header {
    /* margin-bottom: 64px; */
}



/* ============================================================
    カテゴリページランキングの高さ統一
=============================================================*/
body#FS2_CategoryList .row > .col-xs-12.col-sm-12.no-space {
    display: flex;
}
body#FS2_CategoryList .row > .col-xs-12.col-sm-12.no-space > div {
    position: relative;
    padding-bottom: 5%;/*テキスト間の余白が多いもしくは少ない場合はここを調整する*/
}
body#FS2_CategoryList .row > .col-xs-12.col-sm-12.no-space > div center {
    position: absolute;
    bottom: 0;
}