<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/********** 商品サムネイル **********/
#FS2_itemlayout_A .FS2_thumbnail_container img,
#FS2_itemlayout_B .FS2_thumbnail_container img,
#FS2_itemlayout_C .FS2_thumbnail_container img,
#FS2_itemlayout_D .FS2_thumbnail_container img{
	
}
#FS2_itemlayout_E .FS2_thumbnail_container img,
#FS2_itemlayout_F .FS2_thumbnail_container img,
#FS2_itemlayout_G .FS2_thumbnail_container img,
#FS2_itemlayout_H .FS2_thumbnail_container img,
#FS2_itemlayout_I .FS2_thumbnail_container img,
#FS2_itemlayout_J .FS2_thumbnail_container img{
	width:400px;
	height:auto;
	margin:0 30px 30px 0;
}

/********** 商品カート **********/
.fs-body-product .gl_Item table{
/*	display:block; */
}
.fs-body-product .gl_Item table tr{
/*	display:block; */
}
.fs-body-product .gl_Item table td.FS2_itemlayout_td_Left{
/*	display:block; */
}

.fs-body-product .gl_Item table td.FS2_itemlayout_td_Right{
	display:block;
}
.fs-body-product .gl_Item td.FS2_itemlayout_td_Right{
	padding:20px;
	border:solid 10px #eee;
}

/********** 商品カート **********/
.fs-body-product .FS2_itemlayout_td_Right .itemTitle{
	margin:0 0 20px;
	padding:10px 0;
	border-top:solid 3px #000;
	border-bottom:solid 1px #000;
	font-size:22px;
}
.fs-body-product .FS2_itemlayout_td_Right .itemNumber{
	margin:0 0 10px;
	color:#000;
}
.fs-body-product .FS2_itemlayout_td_Right .itemPrice{
	font-size:27px;
	color:#CC0000 !important;
}
.fs-body-product .FS2_itemlayout_td_Right .FS2_itemPrice_text{
	margin:0 0 25px;
}
.fs-body-product .FS2_itemlayout_td_Right .FS2_itemPrice_addition{
	font-size:19px;
}
.fs-body-product .FS2_itemlayout_td_Right .FS2_inputSelection_table th{
	background:#eee;
}
.fs-body-product td.FS2_figure_table_td_updn_btn{
	padding:0 10px 0 0;
}

/********** 各ボタン **********/
.fs-body-product .FS2_InquiryButton_area{
	display:none;
}
.fs-body-product .FS2_MailRecommendButton_area{
	display:none;
}
.fs-body-product .FS2_WishListButton_area{
	display:none;
}



/* 商品説明（単品） */
.fs-body-product .item-detail-tbl{
	margin:30px 0 0;
	padding:30px 0 0;
	background:url(../fs-item/images/common/t-item-detail.png) no-repeat 0 0;
}
.fs-body-product .item-detail-tbl table th{
	padding:15px 0 0;
	text-align:left;
}
.fs-body-product .item-detail-tbl table td{
	padding:0 0 15px;
	border-bottom:solid 1px #ccc;
}


/********** バナー1 **********/
.fs-body-product .item-bnrs1{
	padding:20px 0 0;
}
.fs-body-product .item-bnrs1 .brn-betsuuri{
	padding:0 0 10px;
}
.fs-body-product .item-bnrs1 .bnr-wrapping{
	padding:0 0 10px;
}
.fs-body-product .item-bnrs1 .bnr-okinawa{
	padding:0 0 20px;
}

/********** バナー2 **********/
.fs-body-product .item-bnrs2{
	width: 480px;
}
.fs-body-product .item-bnrs2 ul li{
	float:left;
	padding:0 0 10px;
}
.fs-body-product .item-bnrs2 ul li:nth-child(2){
	float:right;
}
.fs-body-product .item-bnrs2 ul li img{
	vertical-align:bottom;
}


/* --------------------------------------------------------------------------------
	商品下部コメント
-------------------------------------------------------------------------------- */
/********** バナー **********/
.item-l-comment-set .bnrs{
	padding:20px;
	background:#eee;
}
.item-l-comment-set .bnrs ul{
	padding:0 0 20px;
}
.item-l-comment-set .bnrs ul:nth-child(1) li{
	float:left;
	padding:0 23px 0 0;
}
.item-l-comment-set .bnrs ul:nth-child(1) li:nth-child(2){
	float:left;
	padding:0 22px 0 0;
}
.item-l-comment-set .bnrs ul:nth-child(1) li:nth-child(3){
	padding:0;
}
.item-l-comment-set .bnrs ul:nth-child(2) li{
	float:left;
	padding:0 0 0 0;
}
.item-l-comment-set .bnrs ul:nth-child(2) li:nth-child(2){
	float:right;
	padding:0 0 0 0;
}
.item-l-comment-set .bnrs img{
	vertical-align:bottom;
}





</pre></body></html>