/*  CSSは　g04.future-shop.jp/public_html/css/　へ移転しました。 */
/* 下記CSSへインポート、またはインクルードするCSSを追記願います。 */

#FS2_layout_body {
    background: #ffffff; 
}
/*テーブル*/
.FS2_table {
    width: 100%;
    font-size: 80%;
}

/* カゴ中用読みやすさ改善 */
.FS2_list{
    font-size: 18px;
    }

.FS2_list li{
    background: #fdfdfd;
    }

.FS2_table td{
        padding: 15px 10px;
    }

.FS2_PayoutButton,
.FS2_OrderConfirmButton,
.FS2_OrderDecideButton,
.FS2_MemberPurchaseButton,
.FS2_NoMemberPurchaseButton,
.FS2_LoginButton,
.FS2_EntryDecideButton,
.FS2_DeliveryButton,
.FS2_PurchaseButton {
    width: 96%;
    margin: 15px 0;
}

.FS2_table th{
	background:#f0f0f0;
	border:1px solid #ddd;
	font-weight:normal;
	line-height:1.1;
	text-align:left;
	padding:1px;
}

.FS2_table td{
	border:1px solid #ddd;
	line-height:1.1;
	padding:5px;
}

.FS2_table caption {
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	padding: 4px 0 3px;
	line-height: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.FS2_Item_table td{
	vertical-align:top;
}

.FS2_Item_Thumbnail img{
	margin:0 2px 2px 0;
}

.FS2_table+.FS2_table{
	margin-top:10px;
}




/*ページタイトル*/
h1.FS2_PageTitle {
    width: 95%;
    margin: 20px auto 20px;
    text-align: center;
    font-size: 19px;
    color: #333;
    padding: 0.5em 0;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
}


.red {
    color: #CC3300 !important;
}
.FS2_InCartButton_D {
    font-size: 140%;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 15px;
    margin: 5px;
    letter-spacing: 0.2em;
    background-color: #CB6D6D !important;
    border: 2px solid #ffffff;
}

p.FS2_PageTitle {
    font-size: 80%;
    padding: 3px 3px 0px 0px;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 3px;
}

.FS2_Figure select {
    width: 100%;
    border: 1px solid #857e77;
    font-size: 100%;
}

.FS2_Figure input.FS2_Figure_textarea {
    border: 1px solid #857e77;
    padding: 5px;
    width: 2em;
}



.FS2_contents_container, .FS2_memberOnly, .FS2_NoItemMessage, .FS2_upper_comment, .FS2_lower_comment, .FS2_ItemComment, .FS2_middle_comment {
    /* background: #fff; */
    /* margin: 4px; */
    /* padding: 3px; */
    /* -webkit-box-shadow: 0px 0px 5px #cfcfcf; */
    -moz-box-shadow: 0px 0px 5px #cfcfcf;
    /* box-shadow: 0px 0px 5px #cfcfcf; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
}

/**--------サムネイル2列表示--------20242026更新**/
.fs_goods_container{
  width: 47%;
  margin: 1%;
  border: none;
  float: left;
  position: relative;
}
.fs_goods_container th{
  width:100%;
  float:left;
}
.fs_goods_container td{
  width:96%;
  float:left;
  text-align:center;
  padding:0 2%;
  font-size:50%;
}
.fs_goods_container th img{
  width:95%;
}
.FS2_Alternateness_bg {
  background:#fff;
}
.FS2_body_Goods_BundleGoodsList .fs_goods_container:nth-of-type(2n+1),
#FS2_GoodsSearchList .fs_goods_container:nth-of-type(2n+1),
#FS2_CategoryList .fs_goods_container:nth-of-type(2n+1) {
  clear: left;
}

/*
　*--------　狭い画面のための調整 19-04-26 --------*
　*/
/*clearfix で文字が表示される不具合対応*/
#FS2_header div:after{
content: none;
	display: inherit;
	visibility: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	clear: inherit;
}
/* 商品詳細エリアが画面外にはみ出る場合スクロールできるようにする */
.FS2_contents_container {
	
	max-width: 100vw;
	overflow: scroll;
}
/* フッタと緑のボタンとの間に隙間が空いているのを修正 */
#FS2_footer{
margin-bottom: 0;
}

/* 配送料金・配送可能エリア表示用プレースホルダー */
.fs2_delivery_area_charts:empty,
.delivery_area_charts_v3.notready{
  width: 100%;
  background-image: url('/images/delivery-area-placeholder-smp.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 1370px;
}
@media screen and (min-width: 720px){
  .fs2_delivery_area_charts:empty,
  .delivery_area_charts_v3.notready{
    width: 720px;
    max-width: 720px;
    background-image: url('/images/delivery-area-placeholder.png');
    height: 694px;
    max-height: 694px;
  }
}

	
/*おすすめ設定 スマホでの表示が崩れる問題を修正 20240624*/
.FS2_thumb > a > .thumbnail{
    width: 100%; /*デフォルトだと指定なし*/
}
/*おすすめ設定 スマホでの商品名等のテキスト部分を修正(タグは検索結果にも一部利用されているが影響なし)  20240624*/
.FS2_container_ItemList td {
    vertical-align: middle; /*デフォルトの指定はtop*/
    font-size: 1rem;
}


/* カテゴリのグループページへ適用させるCSS 2024/06/19〜*/
/* メインバナー部分 */
#category-main-banner {
    text-align: center;
}
#category-main-banner img{
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 1rem 0;
}
/* カテゴリーの説明部 */
#explanation{
    margin-bottom: 2rem;
}
/* 各コンテンツの共通部分 */
.content{
    margin-bottom: 4rem;
}
.content-title{
    background-color: #eedcc5;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
}
/* 選び方ガイド部分 */
.guide{
    text-align: center;
}
.guide-img{
    max-width: 100%;
}
/* 特集部分 */
.features-list{
    display:grid;
    list-style: none;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    row-gap: 3rem;
    column-gap: 5rem;
    padding: 0;
    
}
.features-item{

}

.features-img{
    max-width: 100%;
    max-height: 100%;
}

/* 下位カテゴリ―部分 */
.category-list{
    display: grid;
    /* 指定した最小幅以上のサイズで要素を並べて、空きがある場合は自動で埋めている */
    grid-template-columns:  repeat(auto-fit,minmax(200px,1fr));
    list-style: none;
    justify-content:center ;
    text-align: center;
    padding:0 0.3rem;
    column-gap: 0;
}
.category-item{
    margin-bottom: 1rem;
}
.category-item-img {
    padding: 0.3rem;
    object-fit: scale-down; /*画像のサイズを統一*/
    width:150px;
    height:150px;
}
.category-item-url{
    /* リンクのクリックを要素全体する */
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
a.category-item-url:hover{
    opacity: 0.3;
}

.category-item-name {
    text-align: center;
    margin:0.1rem;
}
/* 施工事例部分 */
.construction-list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    text-align: center;
    list-style:none;
    column-gap:0.2rem;
    padding:0;
}
.construction-item{
    border:solid 1px rgb(223, 223, 223);
}
.construction-item-img{
    width: 150px;
    height: 150px;
}

/* スマホ用のカテゴリーグループページへ適用させるCSS*/
@media screen and (max-width:389.999px) {

#category-main-banner img{
    width: 100%;
}

/* 特集部分 */
.features-list{
    display: grid;
    grid-template-columns: 1fr;
}
/* 下位カテゴリー部分 */
.category-list{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(100px,auto);
    row-gap:0.3rem;
    column-gap:0.3rem;
}
.category-item{
    display: grid;
    grid-template-columns:  1fr;
    place-items: center;
    margin:0;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 0.3rem;
}
.category-item-name{
    font-size: 16px;
}
}
