@charset "utf-8";
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
html { width: 100%; height: 100%; }
body {
	width: 100%;
	height: 100%;
	min-width: 1120px;
	-webkit-text-size-adjust: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, '���C���I', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #333;
}

/* ------------------------------------------------
base font size [13px]
62%=8px          |      193%=25px
70%=9px          |      200%=26px
77%=10px        |      208%=27px
85%=11px        |      216%=28px
93%=12px        |      224%=29px
100%=13px      |      231%=30px
108%=14px      |      239%=31px
116%=15px      |      247%=32px
124%=16px      |      254%=33px
131%=17px      |      262%=34px
139%=18px      |      270%=35px
147%=19px      |      277%=36px
154%=20px      |      285%=37px
162%=21px      |      293%=38px
170%=22px      |      300%=39px
177%=23px      |      308%=40px
185%=24px      |      316%=42px
------------------------------------------------ */

ul,ol { list-style: none; }
img { border: none; vertical-align: top; }
a:link { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
a:hover img { opacity: .5; filter: alpha(opacity=50); }

.hide { display: none; }
.fRed { color: #f00; }

/* space
------------------------------------------------ */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }

/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }

/* FS2_preview
------------------------------------------------ */
.FS2_preview {
	display: none;
}





/* layout_body
------------------------------------------------ */
.layout_body {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff;
}

.FS2_body_text_area h1,
.layout_table,
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.layout_table {
	display: table;
	border-spacing: 0;
}
.layout_table > * {
	display: table-cell;
	vertical-align: top;
}
.layout_menu {
	width: 190px;
	display: inline-block;
}

.layout_content {
	padding-left: 34px;
	/* width: 876px; */
	width: 900px;
	display: inline-block;/*180822 yuasa*/
}
.layout_content_top {
	width: 1000px;
	padding-left: 0;
}

/*
.layout_footer {
	padding-bottom: 320px;
}
*/




/* header
------------------------------------------------ */
#header {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	z-index: 10;
}

/* head_top */
#head_top {
	position: relative;
	width: 100%;
	height: 120px;
}

	#logo {
		float: left;
		padding-top: 44px;
		width: 340px;
	}

	#head_top .info {
		float: right;
		padding-top: 30px;
		width: 530px;
	}

		#head_top .info ul {
			text-align: right;
		}

			#head_top .info ul li {
				display: inline-block;
				vertical-align: top;
			}

		#head_top .info .btn {}
			#head_top .info .btn li { margin-left: 20px; }
		#head_top .info .link { margin-top: 16px; }
			#head_top .info .link li { margin-left: 30px; height: 14px; }
			#head_top .info .link li:nth-child(2) { margin-left: .5em; }

/* head_nav */
#head_nav {
	position: relative;
	width: 100%;
	height: 40px;
	/* background: #041c2c; */
	background: #f0cfb6;
	color: #fff;
	z-index: 11;
}
#head_nav a { color: #fff; }

	/* #gnav {
		float: left;
		width: 710px;
		height: 100%;
	} */

		#gnav li {
			position: relative;
			float: left;
			height: 100%;
			line-height: 40px;
		}

			#gnav li a { display: block; }
			#gnav li a.on:after { content: " "; position: absolute; bottom: -10px; left: 10px; width: 20px; height: 10px; background: url(/shop/item/stellar/design/img01/arrow_down1.png) no-repeat left top; }

	#head_nav .FS2_repeater {
		float: right;
		width: 380px;
		text-align: right;
		font-size: 93%;
		line-height: 40px;
	}

		#head_nav .FS2_repeater strong { font-weight: normal; }

/* head_sub_nav */
#head_sub_nav {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	background: #2b3033;
	z-index: 10;
}

	#head_sub_nav .nav {
		display: none;
		padding-bottom: 30px;
	}

		#head_sub_nav .nav dl {
			padding-top: 30px;
			text-align: center;
		}

			#head_sub_nav .nav dl dt { font-size: 85%; }
			#head_sub_nav .nav dl dd { margin-top: 16px; }
				#head_sub_nav .nav dl dd ul {}
					#head_sub_nav .nav dl dd ul li { display: inline-block; margin-right: 20px; text-align: left; vertical-align: top; }

/* head_btm */
#head_btm {
	position: relative;
	padding: 6px 0;
	width: 100%;
	background: #f0f0f0;
}

	#head_btm .search,
	#head_btm .search .keyword,
	#head_btm .search .btn,
	#head_btm .hot_word,
	#head_btm .hot_word dt,
	#head_btm .hot_word dd {
		display: inline-block;
		vertical-align: middle;
	}

	#head_btm .search {
		padding-bottom: 4px;
		width: 170px;
		border-bottom: solid #000 1px;
	}

		#head_btm .search .keyword {
			width: 150px;
		}

			#head_btm .search .keyword input {
				padding: 2px 0;
				width: 100%;
				background: none;
				border: none;
				vertical-align: top;
				font-size: 108%;
				outline: none;
			}

		#head_btm .search .btn {
			width: 17px;
			height: 16px;
		}

	#head_btm .hot_word {
		margin-left: 35px;
		width: 895px;
	}

		#head_btm .hot_word dt {
			width: 100px;
			height: 11px;
		}

		#head_btm .hot_word dd {
			width: 795px;
		}

			#head_btm .hot_word dd ul {
			}

				#head_btm .hot_word dd ul li {
					float: left;
					margin-left: 20px;
					font-size: 93%;
				}

/* contents
------------------------------------------------ */
#contents,
.layout_table {
}

/* title */
.title1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
}

	.title1 span {
		display: block;
		margin-top: 8px;
		font-size: 93%;
	}

/* item_list */
.item_list1 {
	/* margin-left: -20px; */
}

	.item_list1 li {
		position: relative;
		float: left;
		margin: 0 0 20px 20px;
		width: 204px;
	}
	.item_list1 li a { display: block; }
	.item_list1 li a:hover { text-decoration: none; opacity: .6; filter: alpha(opacity=60); }

		.item_list1 li .rank { position: absolute; top: 0; left: 0; }
		.item_list1 li .photo,
		.item_list1 li .info { margin: 0 auto; }
		.item_list1 li .photo { width: 100%; }
			.item_list1 li .photo img { max-width: 100%; }
		.item_list1 li .info { margin-top: 6px; }
			.item_list1 .fs-c-productListItem__productName .fs-c-productName__name {
				font-size: 93%;
				font-weight: bold;
				word-break: break-all;
			}
			.item_list1 .fs-c-productPrice__main__price.fs-c-price {
				font-size: 93%;
			}
		.item_list1 .fs-c-productListItem__image.fs-c-productImage img {
			border: 1px solid #efefef;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.item_list1 .fs-c-productListItem__productName {
			font-size: 93%;
			font-weight: bold;
			word-break: break-all;
		}
		.fs-c-productListItem__prices.fs-c-productPrices {
			padding: 0 16px;
		}
		.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main {
			font-weight: normal;
		}
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev,
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
			font-size: 0;
			line-height: 0;
			position: absolute;
			top: 50%;
			display: block;
			width: 20px;
			height: 20px;
			padding: 0;
			-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
			cursor: pointer;
			color: transparent;
			border: none;
			outline: none;
			background: transparent;
			z-index: 2;
			min-width: auto;
		}
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
			left: -25px;
		}
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:before {
			    position: absolute;
			    top: 42% !important;
			    right: 0px;
			    width: 16px;
			    height: 16px;
			    margin: -5px 0 0 0;
			    border-bottom: solid 1px #4f4f4f;
			    border-left: solid 1px #4f4f4f;
			    -webkit-transform: rotate(45deg);
			    transform: rotate(45deg);
			    content: "";
		}
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
			right: -35px;
		}
		.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:before {
			position: absolute;
			top: 42% !important;
			left: 0px;
			width: 16px;
			height: 16px;
			margin: -5px 0 0 0;
			border-top: solid 1px #4f4f4f;
			border-right: solid 1px #4f4f4f;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			content: "";
		}



.item_list1 .fs-c-productPrice__main__label,
.item_list1 .fs-c-productListItem__salesPeriod.fs-c-salesPeriod,
.item_list1 .fs-c-productListItem__control.fs-c-buttonContainer {
	display: none;
}



.item_list2 {
	/*margin-left: -20px;*/
}

	.item_list2 li {
		    position: relative;
    float: left;
    width: 184px;
	}
	.item_list2 li a { display: block; }
	.item_list2 li a:hover { text-decoration: none; opacity: .6; filter: alpha(opacity=60); }

		.item_list2  .rank { position: absolute; top: 0; left: 0; }
		.item_list2  .photo,
		.item_list2  .info { margin: 0 auto; }
		.item_list2  .photo { width: 100%; }
			.item_list2  .photo img { max-width: 100%; }
		.item_list2  .info { margin-top: 6px; }
			.item_list2  .name { font-size: 93%; font-weight: bold; word-break: break-all; }
			.item_list2  .price { font-size: 93%; }



/* btn_more */
.btn_more1 {
	margin-top: 30px;
	text-align: center;
}

	.btn_more1 a {
		display: inline-block;
		vertical-align: top;
	}
	.btn_more1 a:hover img { opacity: .6; filter: alpha(opacity=60); }

/* topicpath */
#topicpath {
	margin-bottom: 20px;
}

	#topicpath ol {
	}

		#topicpath ol li {
			float: left;
			font-size: 93%;
		}

			#topicpath ol li a { text-decoration: underline; font-weight: bold; }
			#topicpath ol li a:hover { text-decoration: none; }

/* paging */
.paging {
	margin: 60px auto;
	text-align: center;
}

	.paging span,
	.paging a {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle;
		font-size: 124%;
		font-weight: bold;
	}
	.paging span { color: #000; }

	.paging .back,
	.paging .next,
	.paging .top { height: 20px; }

	.paging .back,
	.paging .next { margin-top: 4px; width: 74px; }
	.paging .back { float: left; }
	.paging .next { float: right; }
	.paging .top {}

		.paging .back a,
		.paging .next a,
		.paging .top a { display: block; margin: 0; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }

		.paging .back a { background-image: url(/shop/item/stellar/design/img01/pager_back.png); }
		.paging .next a { background-image: url(/shop/item/stellar/design/img01/pager_next.png); }

		.paging .back a:hover,
		.paging .next a:hover,
		.paging .top a:hover { background-position: left bottom; text-decoration: none; }

/* re_arrival */
.re_arrival {
	margin-top: 80px;
}

	.re_arrival .item_list1 { margin: 0 auto; width: 1080px; }
		.re_arrival .item_list1 li { margin: 0 8px; width: 200px; }

/* checked_item */
.checked_item {
	margin-top: 80px;
}

	.checked_item .title1 { margin-bottom: 18px; }
	.checked_item .item_list1 { margin: 0 auto; width: 1080px; }
		.checked_item .item_list1 li { margin: 0 8px; width: 200px; }

/* others_color_item */
.others_color_item {
	margin-top: 80px;
}

	.others_color_item .title1 { margin-bottom: 18px; }
	.others_color_item .item_list1 { margin: 0 auto; width: 1080px; }
		.others_color_item .item_list1 li { margin: 0 8px; width: 200px; }

/* delivery_info */
.delivery_info {
	margin-top: 40px;
}

	.delivery_info ul {
		border: dotted #4c4c4c 1px;
		text-align: center;
	}

		.delivery_info ul li {
			display: inline-block;
			margin: 0 20px;
			padding: 16px 0;
			background-position: left center;
			background-repeat: no-repeat;
			vertical-align: middle;
			font-size: 108%;
			font-weight: bold;
			color: #666;
		}
		.delivery_info ul .mail { padding-left: 24px; background-image: url(/shop/item/stellar/design/img01/icon_mail1.png); }
		.delivery_info ul .truck { padding-left: 32px; background-image: url(/shop/item/stellar/design/img01/icon_truck1.png); }
		.delivery_info ul .return { padding-left: 26px; background-image: url(/shop/item/stellar/design/img01/icon_return1.png); }

/* side_column
------------------------------------------------ */
.side_column {
	width: 190px;
}

	.side_column .aside {
		margin-bottom: 40px;
	}

		.side_column .aside h3 {
			padding-bottom: 6px;
			border-bottom: solid #000 1px;
			font-size: 124%;
			font-weight: normal;
			line-height: 1.2;
		}

		.side_column .aside .link {
		}

			.side_column .aside .link li {
				border-bottom: solid #ccc 1px;
				font-size: 108%;
				line-height: 1.2;
			}

				.side_column .aside .link li a {
					display: block;
					padding: 10px 14px 10px 0;
					background: url(/shop/item/stellar/design/img01/arrow1.png) no-repeat right center;
				}

	.side_column .side_banner {
	}

		.side_column .side_banner ul {
		}

			.side_column .side_banner ul li {
				margin-bottom: 10px;
			}

				.side_column .side_banner ul li a { display: block; }

/* side_category */
#side_category {
}

	#side_category dl {
		margin-top: 20px;
	}

		#side_category dl dt {
			padding: 0 0 8px 12px;
			font-size: 77%;
			line-height: 1.2;
		}

		#side_category dl dd {
		}

			#side_category dl dd ul {
				border-top: solid #ccc 1px;
			}

				#side_category dl dd ul li {
					border-bottom: solid #ccc 1px;
					font-size: 108%;
					line-height: 1.2;
				}

					#side_category dl dd ul li a {
						display: block;
						padding: 8px 0;
						background: url(/shop/item/stellar/design/img01/arrow1.png) no-repeat right center;
					}

/* side_price */
#side_price {
}

/* pagetop
------------------------------------------------ */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}

	#pagetop a { display: block; }


/* footer
------------------------------------------------ */
#footer {
	/* position: absolute;
    bottom: 0;
    left: 0; */
	padding-top: 80px;
	width: 100%;
	height: 100px;
	text-align: center;
}

#footer .sns {
	margin-bottom: 76px;
}

#footer .sns dt {
	height: 16px;
}

#footer .sns dd {
	margin-top: 23px;
}

#footer .sns dd ul {}

#footer .sns dd ul li {
	display: inline-block;
	margin: 0 18px;
	width: 28px;
	height: 28px;
	vertical-align: top;
}

#footer .link {
	margin-bottom: 20px;
	text-align: center;
}
#footer .link + .link {
	padding-top: 80px;
}

#footer .link li {
	display: inline-block;
	margin: 0 18px;
	height: 10px;
	vertical-align: top;
}

#footer img.pic_for_sns {
	margin: 30px auto;
}

#copyright {
	font-size: 77%;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
	padding: 10px;
}

/*#copyright:before {
		content: " ";
		display: block;
		margin: 0 auto 20px;
		width: 210px;
		height: 1px;
		background: #e5e5e5;
	}*/


/* modal window
------------------------------------------------ */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}

#modal_contents {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	z-index: 200;
}

#modal_close {
	position: absolute;
	top: -26px;
	right: 0;
	width: 26px;
	height: 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#modal_close:hover { background-position: left bottom; }

#modal_loading {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	background: url(/shop/item/stellar/design/img01/ajax-loader.gif) no-repeat top left;
	z-index: 300;
}

/* futureshop
------------------------------------------------ */
/* pan */
.pan { margin: 30px auto; background: none; font-size: 77%; color: #666; }
.pan a { color: #666; }

/* itemPrice */
.itemPrice { color: #000 !important; }

/* FS2_body_Goods */
#FS2_body_Goods {}
#FS2_body_Goods .cat_title { margin-bottom: 20px; font-size: 77%; font-weight: normal; }
.FS2_sort_menu_bg { position: relative; margin-bottom: 16px; padding: 10px; background: #ebeef0; }
#FS2_sort_menu {}
#FS2_sort_menu li { display: inline-block;  padding: 0 6px 0 4px; border-right: solid #adaeae 1px; vertical-align: middle; font-size: 93%; font-weight: bold; line-height: 14px; color: #333; }
#FS2_sort_menu li a { font-weight: normal; color: #999; }
#FS2_sort_menu .FS2_sort_menu_title,
#FS2_sort_menu .FS2_sort_menu_sortReviewLink { border-right: none; }
#FS2_sort_menu .FS2_sort_menu_title {}
#FS2_sort_menu .FS2_sort_menu_title:after { content: ":"; display: inline-block; padding-left: 10px; vertical-align: baseline; }
.FS2_GroupLayout { position: relative; }
.pager { position: relative; margin: 20px 0; padding: 0; border-bottom: none; text-align: right; overflow: hidden; }
.pager .FS2_pager_text { float: left; padding-top: 4px; font-size: 77%; font-weight: normal; }
.pager a,
.pager .FS2_pager_stay { display: inline-block; margin-left: 10px; vertical-align: middle; font-size: 77%; }
.pager .FS2_pager_stay { font-weight: bold; color: #333; }
.pager .FS2_pager_link_prev:before { content: "<"; }
.pager .FS2_pager_link_next:before { content: ">"; }
.pager .FS2_pager_link_prev img,
.pager .FS2_pager_link_next img { display: none; }
.pager .FS2_pager_link_first,
.pager .FS2_pager_link_last { display: none; }

.alignItem_04 { margin-left: -20px; }
#FS2_itemlayout_IHL2 { position: relative; margin: 0 0 30px 20px; padding: 0; width: 204px; background: #fff; border: none; cursor: pointer; }
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon { margin-bottom: 5px; text-align: left; }
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon img { margin: 0 5px 5px 0; height: 13px; border: solid #4d4d4d 1px; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container { position: relative; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container a { display: block; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container img { width: 100%; }
#FS2_itemlayout_IHL2 .itemGroup { font-size: 93%; font-weight: bold; }
#FS2_itemlayout_IHL2 .itemGroup .itemCatchCopy { display: none; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area { font-size: 93%; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text { margin: 0; font-size: 100%; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .FS2_special_price { display: none; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .itemPrice { font-weight: normal; }
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button,
#FS2_itemlayout_IHL2 .FS2_WishListButton_area { display: none; }
.FS2_AdditionalImage_Balloon_Tip { display: none !important; }
#FS2_itemlayout_IHL2 .FS2_noStockText { margin-top: 8px; height: 22px; border: solid #f00 1px; text-align: center; font-size: 93%; color: #f00; line-height: 22px; }
.category_comment { margin: 60px 0 100px; }
#FS2_body_Goods .checked_item { margin-top: 0; }
#FS2_body_Goods .FS2_lower_comment { margin-bottom: 80px; }

/* FS2_itemlayout_IH1 */
#FS2_itemlayout_IH1 {}
#FS2_itemlayout_IH1 .FS2_additional_image_container { width: 400px; }

#FS2_itemlayout_IH1 .main_info {}
#FS2_itemlayout_IH1 .main_info .itemTitle { font-size: 139%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .itemNumber { font-size: 77%; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_area {}
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text {}
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .FS2_special_price { display: none; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .itemPrice { font-size: 139%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .FS2_itemPrice_addition { font-size: 108%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .detail_icon { margin-bottom: 5px; text-align: left; }
#FS2_itemlayout_IH1 .main_info .detail_icon img { margin: 0 5px 5px 0; height: 13px; border: solid #4d4d4d 1px; }

#FS2_itemlayout_IH1 .FS2_additional_image_container_main { margin-top: 40px; }
#FS2_itemlayout_IH1 .FS2_additional_image_container_title { width: 67px; height: 14px; background: url(/shop/item/stellar/design/img01/detail_detail.png) no-repeat left top; border-bottom: none; text-indent: 100%; white-space: nowrap; overflow: hidden; }
#FS2_itemlayout_IH1 .FS2_additional_image_thumbnail_container {}
#FS2_itemlayout_IH1 .FS2_additional_image_container_main img { margin: 0; border: none; }
#FS2_itemlayout_IH1 .FS2_additional_image_thumbnail_container .text { margin-top: 4px; text-align: center; font-size: 77%; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container { margin-top: 20px; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table { width: 100%; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table td {}
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_incart { display: none; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_prev { padding-right: 30px; border-right: solid #9e9e9e 1px; text-align: right; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_next { padding-left: 30px; text-align: left; }

#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation { margin: 60px 0 0; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation table { width: 100%; border-bottom: solid #000 1px; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table th,
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td { padding: 10px 0; border-top: solid #000 1px; vertical-align: middle; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table th { width: 42px; font-weight: bold; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td { vertical-align: middle; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td:last-child { width: 162px; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td a { display: block; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td a:hover img,
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td input[type=image]:hover { opacity: .7; filter: alpha(opacity=70); }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_bg { background: #fff; }

#FS2_itemlayout_IH1 .itemStock { margin-top: 10px; }

#FS2_itemlayout_IH1 .amazon_payment { display: none; margin-top: 26px;}

#FS2_itemlayout_IH1 .item_info { margin-top: 40px;}
#FS2_itemlayout_IH1 .item_info dl {}
#FS2_itemlayout_IH1 .item_info dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .item_info dl dd { margin-top: 12px; }

#FS2_itemlayout_IH1 .FS2_InquiryButton_area { margin-top: 40px; padding-top: 40px; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .FS2_InquiryButton_area a {}
#FS2_itemlayout_IH1 .FS2_InquiryButton_area .tel { margin-top: 6px; color: #c42f2d; }

#FS2_itemlayout_IH1 .delivery_return { margin-top: 20px; }
#FS2_itemlayout_IH1 .delivery_return li { display: inline-block; margin-left: 16px; vertical-align: top; }
#FS2_itemlayout_IH1 .delivery_return li:first-child { margin-left: 0; }
#FS2_itemlayout_IH1 .delivery_return li a { display: block; }

#FS2_itemlayout_IH1 .message_card { display: none; margin-top: 40px; padding-top: 40px; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .message_card dl {}
#FS2_itemlayout_IH1 .message_card dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .message_card dl dd { margin-top: 18px; }

#FS2_itemlayout_IH1 .info_favorite_reveiw { margin-top: 40px; padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .info_favorite_reveiw .FS2_MailRecommendButton_area {}
#FS2_itemlayout_IH1 .info_favorite_reveiw .FS2_WishListButton_area {}

#FS2_itemlayout_IH1 .review_content {}
#FS2_itemlayout_IH1 .review_content .FS2_ReviewEditButton_area {}
#FS2_itemlayout_IH1 .review_content .FS2_ReviewButton_area {}
#FS2_itemlayout_IH1 .review_content .FS2_ReviewEditAverage { margin-top: 30px; font-size: 92%; color: #333; }
#FS2_itemlayout_IH1 .review_content .userTable_01 { margin-top: 4px; width: 100%; border: none; border-bottom: solid #ccc 1px; border-spacing: 0; color: #333; }
#FS2_itemlayout_IH1 .review_content .userTable_01 a { color: #333; }
#FS2_itemlayout_IH1 .review_content .userTable_01 td { padding: 0; border: none; }
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td { border-top: solid #ccc 1px; }
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table {}
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table .FS2_Review_Detail_td { padding: 6px 0; background: none; }
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table .FS2_Review_Detail_td .FS2_Review_Detail_name {}
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table .FS2_Review_Detail_td .FS2_Review_Detail_Prof_Date { margin-top: 6px; text-align: left; }
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table .FS2_Review_Detail_td .FS2_Review_Detail_Prof_Date nobr { margin-left: -.4em; }
#FS2_itemlayout_IH1 .review_content .userTable_01 .FS2_Review_Detail_container_td table .FS2_Review_Detail_td .FS2_Review_Detail_Prof_Date nobr:first-child { display: none; }
#FS2_itemlayout_IH1 .review_content .userTable_01 td .FS2_MyReviewStatus { float: none; margin: 6px 0; font-size: 92%; }
#FS2_itemlayout_IH1 .review_content .userTable_01 td .FS2_MyReviewStatus .FS2_MyReviewStatus_text {}
#FS2_itemlayout_IH1 .review_content .userTable_01 td .FS2_MyReviewStatus .FS2_ReviewStars { vertical-align: middle; }
#FS2_itemlayout_IH1 .review_content .userTable_01 td .FS2_MyReviewList_Text { display: block; margin: 6px 0; width: 100%; font-size: 93%; }
#FS2_itemlayout_IH1 .review_content .FS2_ReviewTextLink_area { text-align: left; font-size: 93%; }
#FS2_itemlayout_IH1 .review_content .FS2_ReviewTextLink_area a { color: #333; }
#FS2_itemlayout_IH1 .review_content .FS2_ReviewTextLink_area a:before { content: ">"; display: inline-block; margin-right: .4em; vertical-align: middle; font-size: 93%; }

#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container { float: left; width: 440px; }
#FS2_itemlayout_IH1 .FS2_thumbnail_container { padding: 0; width: 100%; height: 440px; border: none; }

#FS2_itemlayout_IH1 .thumb_text { margin-top: 20px; text-align: center; font-size: 93%; }

#FS2_itemlayout_IH1 .material { margin-top: 60px; }
#FS2_itemlayout_IH1 .material .list { border-top: solid #ccc 1px; }
#FS2_itemlayout_IH1 .material .list dl { padding: 16px 0; border-bottom: solid #ccc 1px; font-size: 93%; }
#FS2_itemlayout_IH1 .material .list dl dt { float: left; width: 70px; }
#FS2_itemlayout_IH1 .material .list dl dd { padding-left: 80px; }
#FS2_itemlayout_IH1 .material .list dl dd a { text-decoration: underline; }
#FS2_itemlayout_IH1 .material .list dl dd a:hover { text-decoration: none; }
#FS2_itemlayout_IH1 .material .attention { margin-top: 18px; }
#FS2_itemlayout_IH1 .material .attention dl {}
#FS2_itemlayout_IH1 .material .attention dl dt { font-size: 93%; }
#FS2_itemlayout_IH1 .material .attention dl dd {}
#FS2_itemlayout_IH1 .material .attention dl dd ul {}
#FS2_itemlayout_IH1 .material .attention dl dd ul li { padding-left: .6em; text-indent: -.6em; font-size: 93%; }

#FS2_itemlayout_IH1 .FS2_TweetButton_area { margin-top: 40px; padding: 20px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .sns {}
#FS2_itemlayout_IH1 .sns dt,
#FS2_itemlayout_IH1 .sns dd,
#FS2_itemlayout_IH1 .sns dd ul,
#FS2_itemlayout_IH1 .sns dd ul li { display: inline-block; vertical-align: middle; }
#FS2_itemlayout_IH1 .sns dt { width: 70px; font-size: 93%; }
#FS2_itemlayout_IH1 .sns dd {}
#FS2_itemlayout_IH1 .sns dd ul {}
#FS2_itemlayout_IH1 .sns dd ul li { margin-right: 12px; }

#FS2_itemlayout_IH1 .wrapping { padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .wrapping dl {}
#FS2_itemlayout_IH1 .wrapping dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .wrapping dl dd { margin-top: 12px; }
#FS2_itemlayout_IH1 .wrapping dl dd .comment { margin-bottom: 20px; font-size: 93%; }
#FS2_itemlayout_IH1 .wrapping dl dd .info,
#FS2_itemlayout_IH1 .wrapping dl dd .photo { display: inline-block; vertical-align: middle; }
#FS2_itemlayout_IH1 .wrapping dl dd .info { width: 240px; text-align: center; font-size: 93%; }
#FS2_itemlayout_IH1 .wrapping dl dd .info .price {}
#FS2_itemlayout_IH1 .wrapping dl dd .info .link { margin-top: 12px; }
#FS2_itemlayout_IH1 .wrapping dl dd .photo { margin-left: 40px; }

#FS2_itemlayout_IH1 .shop_list { padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .shop_list dl {}
#FS2_itemlayout_IH1 .shop_list dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .shop_list dl dd { margin-top: 6px; }
#FS2_itemlayout_IH1 .shop_list dl dd .list {}
#FS2_itemlayout_IH1 .shop_list dl dd .list li { margin-top: 6px; padding-left: 1.6em; text-indent: -1.6em; font-size: 93%; }
#FS2_itemlayout_IH1 .shop_list dl dd .attention { margin-top: 12px; }
#FS2_itemlayout_IH1 .shop_list dl dd .attention li { padding-left: .6em; text-indent: -.6em; font-size: 93%; }

#FS2_body_Goods.FS2_body_Goods_GoodsDetail .checked_item { margin-top: 80px; }
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .others_color_item { display: none; }
#FS2_body_Goods.FS2_body_Goods_GoodsDetail #_rcmdjp_display_1 { display: none; }

/* FS2_Recommend_List */
#FS2_Recommend_List { clear: both; display: none; margin: 0 auto; width: 1080px; *zoom: 1; }
#FS2_Recommend_List:before,
#FS2_Recommend_List:after { content: " "; display: table; }
#FS2_Recommend_List:after { clear: both; }
#FS2_Recommend_List .CrossHead { display: none; }
#FS2_Recommend_List .gl_Item { margin: 0 8px; width: 200px; text-align: center; }
#FS2_Recommend_List .gl_Item .FS2_ReccomendGoods {}
#FS2_Recommend_List .gl_Item .FS2_recommendgoods_table { width: 100%; border-spacing: 0; }
#FS2_Recommend_List .gl_Item .FS2_itemlayout_td_Left {}
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container {}
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container a { display: block; }
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container img { max-width: 100%; }
#FS2_Recommend_List .gl_Item .thumb_text { display: none; }
#FS2_Recommend_List .gl_Item .itemTitle { font-size: 93%; font-weight: bold; }
#FS2_Recommend_List .gl_Item .FS2_itemPrice_area {}
#FS2_Recommend_List .gl_Item .FS2_itemPrice_text {}
#FS2_Recommend_List .gl_Item .FS2_special_price { display: none; }
#FS2_Recommend_List .gl_Item .itemPrice,
#FS2_Recommend_List .gl_Item .FS2_itemPrice_addition { font-size: 93%; font-weight: normal; }
#FS2_Recommend_List .gl_Item .itemPrice { margin-top: 6px; }



















/* -












- */




/* header
------------------------------------------------ */
#header {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	z-index: 2;
}

/* head_top */
#head_top {
	position: relative;
	width: 100%;
	height: 120px;
}

	#logo {
		float: left;
		padding-top: 44px;
		width: 340px;
	}

	#head_top .info {
		float: right;
		padding-top: 30px;
		width: 530px;
	}

		#head_top .info ul {
			text-align: right;
		}

			#head_top .info ul li {
				display: inline-block;
				vertical-align: top;
			}

		#head_top .info .btn {}
			#head_top .info .btn li { margin-left: 20px; }
		#head_top .info .link { margin-top: 16px; }
			#head_top .info .link li { margin-left: 30px; height: 14px; }

/* head_nav */
#head_nav {
	position: relative;
	width: 100%;
	height: 40px;
	background: #041c2c;
	color: #fff;
	z-index: 11;
}
#head_nav a { color: #fff; }

	#gnav {
		float: left;
		height: 100%;
	}

		#gnav li {
			position: relative;
			float: left;
			height: 100%;
			line-height: 40px;
		}

			#gnav li a { display: block; padding: 0 20px 0 0; letter-spacing: 0.06em;}
			#gnav li a.on:after { content: " "; position: absolute; bottom: -10px; left: 10px; width: 20px; height: 10px; background: url(/shop/item/stellar/design/img01/arrow_down1.png) no-repeat left top; }

#gnav .search button {
	border: 0;
	background: none;
}

	#head_nav .FS2_repeater {
		float: right;
		text-align: right;
		font-size: 93%;
		line-height: 40px;
	}

		#head_nav .FS2_repeater strong { font-weight: normal; }

/* head_sub_nav */

/* #head_sub_nav {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	background: #2b3033;
	z-index: 10;
}

	#head_sub_nav .nav {
		display: none;
		padding-bottom: 30px;
	} */

.list_type {
	list-style : none;
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#head_sub_nav {
	background: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 60px;
}

#head_sub_nav .nav {
	width: 80%;
	margin: 0 auto;
}
#head_sub_nav .wrap {
    width: 1200px;
}

		#head_sub_nav .nav dl {
			padding-top: 30px;
			text-align: center;
		}

			#head_sub_nav .nav dl dt { font-size: 85%; }
			#head_sub_nav .nav dl dd { margin-top: 16px; }
				#head_sub_nav .nav dl dd ul {}
					#head_sub_nav .nav dl dd ul li { display: inline-block; margin-right: 20px; text-align: left; vertical-align: top; }

/* head_btm */
#head_btm {
	position: relative;
	padding: 6px 0;
	width: 100%;
	background: #f0f0f0;
}

	#head_btm .search,
	#head_btm .search .keyword,
	#head_btm .search .btn,
	#head_btm .hot_word,
	#head_btm .hot_word dt,
	#head_btm .hot_word dd {
		display: inline-block;
		vertical-align: middle;
	}

	#head_btm .search {
		padding-bottom: 4px;
		width: 170px;
		border-bottom: solid #000 1px;
	}

		#head_btm .search .keyword {
			width: 150px;
		}

			#head_btm .search .keyword input {
				padding: 2px 0;
				width: 100%;
				background: none;
				border: none;
				vertical-align: top;
				font-size: 108%;
				outline: none;
			}

		#head_btm .search .btn {
			width: 17px;
			height: 16px;
		}

	#head_btm .hot_word {
		margin-left: 35px;
		width: 895px;
	}

		#head_btm .hot_word dt {
			width: 100px;
			height: 11px;
		}

		#head_btm .hot_word dd {
			width: 795px;
		}

			#head_btm .hot_word dd ul {
			}

				#head_btm .hot_word dd ul li {
					float: left;
					margin-left: 20px;
					font-size: 93%;
				}

/* contents
------------------------------------------------ */
#contents,
.layout_table {

}

#contents_top {
/*180820yuasa*/
width : 1000px;
}

/* title */
.title1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
}

	.title1 span {
		display: block;
		margin-top: 8px;
		font-size: 93%;
	}

/* item_list */
.item_list1 {
	/*margin-left: -20px;*/
}

	.item_list1 li {
		    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    width: 184px;
	}
	.item_list1 li a { display: block; }
	.item_list1 li a:hover { text-decoration: none; opacity: .6; filter: alpha(opacity=60); }

		.item_list1  .rank { position: absolute; top: 0; left: 0; }
		.item_list1  .photo,
		.item_list1  .info { margin: 0 auto; }
		.item_list1  .photo { width: 100%; }
			.item_list1  .photo img { max-width: 100%; }
		.item_list1  .info { margin-top: 6px; }
			.item_list1  .name { font-size: 93%; font-weight: bold; word-break: break-all; }
			.item_list1  .price { font-size: 93%; }

.item_list2 {
	/*margin-left: -20px;*/
}

	.item_list2 li {
		    position: relative;
    float: left;
    width: 184px;
	}
	.item_list2 li a { display: block; }
	.item_list2 li a:hover { text-decoration: none; opacity: .6; filter: alpha(opacity=60); }

		.item_list2  .rank { position: absolute; top: 0; left: 0; }
		.item_list2  .photo,
		.item_list2  .info { margin: 0 auto; }
		.item_list2  .photo { width: 100%; }
			.item_list2  .photo img { max-width: 100%; }
		.item_list2  .info { margin-top: 6px; }
			.item_list2  .name { font-size: 93%; font-weight: bold; word-break: break-all; }
			.item_list2  .price { font-size: 93%; }


/* btn_more */
.btn_more1 {
	margin-top: 30px;
margin-bottom: 30px;
	text-align: center;
}

	.btn_more1 a {
		display: inline-block;
		vertical-align: top;
	}
	.btn_more1 a:hover img { opacity: .6; filter: alpha(opacity=60); }

.btn_more2 {
	text-align: center;
}

	.btn_more2 a {
		display: inline-block;
		vertical-align: top;
	}
	.btn_more2 a:hover img { opacity: .6; filter: alpha(opacity=60); }

/* topicpath */
#topicpath {
	margin-bottom: 20px;
}

	#topicpath ol {
	}

		#topicpath ol li {
			float: left;
			font-size: 93%;
		}

			#topicpath ol li a { text-decoration: underline; font-weight: bold; }
			#topicpath ol li a:hover { text-decoration: none; }

/* paging */
.paging {
	margin: 60px auto;
	text-align: center;
}

	.paging span,
	.paging a {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle;
		font-size: 124%;
		font-weight: bold;
	}
	.paging span { color: #000; }

	.paging .back,
	.paging .next,
	.paging .top { height: 20px; }

	.paging .back,
	.paging .next { margin-top: 4px; width: 74px; }
	.paging .back { float: left; }
	.paging .next { float: right; }
	.paging .top {}

		.paging .back a,
		.paging .next a,
		.paging .top a { display: block; margin: 0; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; }

		.paging .back a { background-image: url(/shop/item/stellar/design/img01/pager_back.png); }
		.paging .next a { background-image: url(/shop/item/stellar/design/img01/pager_next.png); }

		.paging .back a:hover,
		.paging .next a:hover,
		.paging .top a:hover { background-position: left bottom; text-decoration: none; }

/* re_arrival */
.re_arrival {
	margin-top: 80px;
}

	.re_arrival .item_list1 { margin: 0 auto; width: 1080px; }
		.re_arrival .item_list1 li { margin: 0 8px; width: 200px; }

/* checked_item */
.checked_item {
	margin-top: 80px;
}

	.checked_item .title1 {
/*margin-bottom: 18px; */
/*180913yuasa�@���i�ꗗ�Ƀ��R�����h������Ă������ߗՎ��Ή�*/
margin: 0 auto 40px;
    width: 870px;
	/* padding-left: 10%; */
}
/*180913yuasa�@���i�ꗗ�Ƀ��R�����h������Ă������ߗՎ��Ή�*/

	/*.checked_item .item_list1 { margin: 0 auto 40px; width: 1080px; }*/
/*180913yuasa�@���i�ꗗ�Ƀ��R�����h������Ă������ߗՎ��Ή�*/
.checked_item .item_list1 {
margin: 0 auto 40px;
width: 870px;
/* padding-left: 10%; */
}
/*180913yuasa�@���i�ꗗ�Ƀ��R�����h������Ă������ߗՎ��Ή�*/
		.checked_item .item_list1 li { margin: 0 8px; width: 200px; }

/* others_color_item */
.others_color_item {
	margin-top: 80px;
}

	.others_color_item .title1 { margin-bottom: 18px; }
	.others_color_item .item_list1 { margin: 0 auto; width: 1080px; }
		.others_color_item .item_list1 li { margin: 0 8px; width: 200px; }

/* delivery_info */
.delivery_info {
	margin-top: 40px;
}

	.delivery_info ul {
		border: dotted #4c4c4c 1px;
		text-align: center;
	}

		.delivery_info ul li {
			display: inline-block;
			margin: 0 20px;
			padding: 16px 0;
			background-position: left center;
			background-repeat: no-repeat;
			vertical-align: middle;
			font-size: 108%;
			font-weight: bold;
			color: #666;
		}
		.delivery_info ul .mail { padding-left: 24px; background-image: url(/shop/item/stellar/design/img01/icon_mail1.png); }
		.delivery_info ul .truck { padding-left: 32px; background-image: url(/shop/item/stellar/design/img01/icon_truck1.png); }
		.delivery_info ul .return { padding-left: 26px; background-image: url(/shop/item/stellar/design/img01/icon_return1.png); }

/* side_column
------------------------------------------------ */
.side_column {
}

	.side_column .aside {
		margin-bottom: 40px;
	}

		.side_column .aside h3 {
			padding-bottom: 6px;
			border-bottom: solid #000 1px;
			font-size: 124%;
			font-weight: normal;
			line-height: 1.2;
		}

		.side_column .aside .link {
		}

			.side_column .aside .link li {
				border-bottom: solid #ccc 1px;
				font-size: 108%;
				line-height: 1.2;
			}

				.side_column .aside .link li a {
					display: block;
					padding: 10px 14px 10px 0;
					background: url(/shop/item/stellar/design/img01/arrow1.png) no-repeat right center;
				}

	.side_column .side_banner {
	}

		.side_column .side_banner ul {
		}

			.side_column .side_banner ul li {
				margin-bottom: 10px;
			}

				.side_column .side_banner ul li a { display: block; }

/* side_category */
#side_category {
/*180828yuasa*/

font-family: Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, meiryo, '���C���I', sans-serif !important;
font-size: 80%;

/*180828yuasa*/

}

div#side_category ul#menu_side_bar {}

ul#menu_side_bar > li {
  /*margin-top: 10px;*/
  width : 190px;
  padding : 4%;
}

ul#menu_side_bar li a{}

ul#menu_side_bar li a img{}

ul#menu_side_bar li ul{
  background-color : #efefefef;
}

ul#menu_side_bar li ul li{
  width : 190px;
  margin-top: 10px;
  padding: 0 9% 10px;
}

/*
#side_category dl {
margin-top: 20px;
}

#side_category dl dt {
padding: 0 0 8px 12px;
font-size: 77%;
line-height: 1.2;
}

#side_category dl dd {
}

#side_category dl dd ul {
border-top: solid #ccc 1px;
}

#side_category dl dd ul li {
border-bottom: solid #ccc 1px;
font-size: 108%;
line-height: 1.2;
}

#side_category dl dd ul li a {
	display: block;
	padding: 8px 0;
	background: url(/shop/item/stellar/design/img01/arrow1.png) no-repeat right center;
}
*/




/* side_price */
#side_price {
}

/* pagetop
------------------------------------------------ */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}

	#pagetop a { display: block; }


/* newsContents
------------------------------------------------ */
#newsContents {
	position: fixed;
	bottom: 14px;
	right: 100px;
	z-index: 20;
}

	#pagetop a { display: block; }


/* modal window
------------------------------------------------ */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}

#modal_contents {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	z-index: 200;
}

#modal_close {
	position: absolute;
	top: -26px;
	right: 0;
	width: 26px;
	height: 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#modal_close:hover { background-position: left bottom; }

#modal_loading {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	background: url(/shop/item/stellar/design/img01/ajax-loader.gif) no-repeat top left;
	z-index: 300;
}





/* SHOPPING GUIDE
------------------------------------------------ */
.content_shopping_guide {
}

.content_shopping_guide .ttl_guide {
	margin: 15px 0 30px;
	font-weight: bold;
}





/* futureshop
------------------------------------------------ */
/* pan */
.pan { margin: 30px auto; background: none; font-size: 77%; color: #666; }
.pan a { color: #666; }

/* itemPrice */
.itemPrice { color: #000 !important; }

/* FS2_body_Goods */
#FS2_body_Goods {}
#FS2_body_Goods .cat_title { margin-bottom: 20px; font-size: 77%; font-weight: normal; }
.FS2_sort_menu_bg { position: relative; margin-bottom: 16px; padding: 10px; background: #ebeef0; }
#FS2_sort_menu {}
#FS2_sort_menu li { display: inline-block;  padding: 0 6px 0 4px; border-right: solid #adaeae 1px; vertical-align: middle; font-size: 93%; font-weight: bold; line-height: 14px; color: #333; }
#FS2_sort_menu li a { font-weight: normal; color: #999; }
#FS2_sort_menu .FS2_sort_menu_title,
#FS2_sort_menu .FS2_sort_menu_sortReviewLink { border-right: none; }
#FS2_sort_menu .FS2_sort_menu_title {}
#FS2_sort_menu .FS2_sort_menu_title:after { content: ":"; display: inline-block; padding-left: 10px; vertical-align: baseline; }
.FS2_GroupLayout { position: relative; }
.pager { position: relative; margin: 20px 0; padding: 0; border-bottom: none; text-align: right; overflow: hidden; }
.pager .FS2_pager_text { float: left; padding-top: 4px; font-size: 77%; font-weight: normal; }
.pager a,
.pager .FS2_pager_stay { display: inline-block; margin-left: 10px; vertical-align: middle; font-size: 77%; }
.pager .FS2_pager_stay { font-weight: bold; color: #333; }
.pager .FS2_pager_link_prev:before { content: "<"; }
.pager .FS2_pager_link_next:before { content: ">"; }
.pager .FS2_pager_link_prev img,
.pager .FS2_pager_link_next img { display: none; }
.pager .FS2_pager_link_first,
.pager .FS2_pager_link_last { display: none; }

.alignItem_04 { margin-left: -20px; }
#FS2_itemlayout_IHL2 { position: relative; margin: 0 0 30px 19px; padding: 0; width: 196px; background: #fff; border: none; cursor: pointer; }
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon { margin-bottom: 5px; text-align: left; }
#FS2_itemlayout_IHL2 .FS2_eye_catch_icon img { margin: 0 5px 5px 0; height: 13px; border: solid #4d4d4d 1px; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container { position: relative; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container a { display: block; }
#FS2_itemlayout_IHL2 .FS2_thumbnail_container img { width: 100%; }
#FS2_itemlayout_IHL2 .itemGroup { font-size: 93%; font-weight: bold; }
#FS2_itemlayout_IHL2 .itemGroup .itemCatchCopy { display: none; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area { font-size: 93%; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text { margin: 0; font-size: 100%; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .FS2_special_price { display: none; }
#FS2_itemlayout_IHL2 .FS2_itemPrice_area .FS2_itemPrice_text .itemPrice { font-weight: normal; }
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button,
#FS2_itemlayout_IHL2 .FS2_WishListButton_area { display: none; }
.FS2_AdditionalImage_Balloon_Tip { display: none !important; }
#FS2_itemlayout_IHL2 .FS2_noStockText { margin-top: 8px; height: 22px; border: solid #f00 1px; text-align: center; font-size: 93%; color: #f00; line-height: 22px; }
.category_comment { margin: 60px 0 100px; }
#FS2_body_Goods .checked_item { margin-top: 0; }
#FS2_body_Goods .FS2_lower_comment { margin-bottom: 80px; }

/* FS2_itemlayout_IH1 */
#FS2_itemlayout_IH1 {}
#FS2_itemlayout_IH1 .FS2_additional_image_container { width: 400px; float: right; }

#FS2_itemlayout_IH1 .main_info {}
#FS2_itemlayout_IH1 .main_info .itemTitle { font-size: 139%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .itemNumber { font-size: 77%; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_area {}
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text { margin-bottom: 0; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .FS2_special_price { display: none; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .itemPrice { font-size: 139%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_text .FS2_itemPrice_addition { font-size: 108%; font-weight: bold; }
#FS2_itemlayout_IH1 .main_info .FS2_itemPrice_area {}
#FS2_itemlayout_IH1 .main_info .FS2_point { margin-top: 5px; border: none; font-size: 108%; }
#FS2_itemlayout_IH1 .main_info .detail_icon img { margin: 15px 5px 5px 0; height: 13px; border: solid #4d4d4d 1px; }

#FS2_itemlayout_IH1 .FS2_additional_image_container_main { margin-top: 40px; }
#FS2_itemlayout_IH1 .FS2_additional_image_container_title {
	width: 67px;
	height: 14px;
	background: url(https://stellar.itembox.design/item/img/products/detail_detail.png) no-repeat left top;
	border-bottom: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 2px;
	margin: 5px 0px;
}
#FS2_itemlayout_IH1 .FS2_additional_image_thumbnail_container {}
#FS2_itemlayout_IH1 .FS2_additional_image_container_main img { margin: 0; border: none; }
#FS2_itemlayout_IH1 .FS2_additional_image_thumbnail_container .text { margin-top: 4px; text-align: center; font-size: 77%; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container { margin-top: 20px; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table { width: 100%; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table tr { line-height: 1;}
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table td {}
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_incart { display: none; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_prev { padding-right: 30px; border-right: solid #9e9e9e 1px; text-align: right; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_additional_image_btn_next { padding-left: 30px; text-align: left; }
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_AdditionalImage_switcher_btn_prev,
#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table .FS2_AdditionalImage_switcher_btn_next {
	cursor: pointer;
}

#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation { margin: 60px 0 0; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation table { width: 100%; border-bottom: solid #000 1px; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table th,
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td { padding: 10px 0; border-top: solid #000 1px; vertical-align: middle; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table th { width: 42px; font-weight: bold; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td { vertical-align: middle; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td:last-child { width: 162px; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td a { display: block; }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td a:hover img,
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_table td input[type=image]:hover { opacity: .7; filter: alpha(opacity=70); }
#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation_bg { background: #fff; }

#FS2_itemlayout_IH1 .itemStock { margin-top: 10px; }

#FS2_itemlayout_IH1 .amazon_payment { display: none; margin-top: 26px;}

#FS2_itemlayout_IH1 .item_info { margin-top: 20px;}
#FS2_itemlayout_IH1 .item_info dl {}
#FS2_itemlayout_IH1 .item_info dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .item_info dl dd { margin-top: 12px; }

#FS2_itemlayout_IH1 .FS2_InquiryButton_area { margin-top: 40px; padding-top: 40px; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .FS2_InquiryButton_area a {}
#FS2_itemlayout_IH1 .FS2_InquiryButton_area .btn { height: 40px; text-align: center; font-size: 93%; line-height: 38px; }
#FS2_itemlayout_IH1 .FS2_InquiryButton_area .btn a { display: block; border: solid #eda1a0 1px; color: #000000; }
#FS2_itemlayout_IH1 .FS2_InquiryButton_area .btn a:before { content: " "; display: inline-block; margin-right: 10px; width: 19px; height: 13px; background: url(/shop/item/stellar/design/img01/icon_mail1.png) no-repeat left top; vertical-align: middle; }
#FS2_itemlayout_IH1 .FS2_InquiryButton_area .tel { margin-top: 6px; color: #000000; }

#FS2_itemlayout_IH1 .delivery_return { margin-top: 20px; }
#FS2_itemlayout_IH1 .delivery_return li { display: inline-block; margin-left: 16px; vertical-align: top; }
#FS2_itemlayout_IH1 .delivery_return li:first-child { margin-left: 0; }
#FS2_itemlayout_IH1 .delivery_return li a { display: block; }

#FS2_itemlayout_IH1 .message_card { display: none; margin-top: 40px; padding-top: 40px; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .message_card dl {}
#FS2_itemlayout_IH1 .message_card dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .message_card dl dd { margin-top: 18px; }

#FS2_itemlayout_IH1 .info_favorite_reveiw { margin-top: 40px; padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .info_favorite_reveiw .FS2_MailRecommendButton_area {}
#FS2_itemlayout_IH1 .info_favorite_reveiw .FS2_WishListButton_area {}

#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container { float: left; width: 440px; }
#FS2_itemlayout_IH1 .FS2_thumbnail_container { padding: 0; width: 100%; height: 440px; border: none; }
#FS2_itemlayout_IH1 .FS2_thumbnail_container img { width : 440px; }

#FS2_itemlayout_IH1 .thumb_text { margin-top: 20px; text-align: center; font-size: 93%; }

#FS2_itemlayout_IH1 .material { margin-top: 60px; }
#FS2_itemlayout_IH1 .material .list { border-top: solid #ccc 1px; }
#FS2_itemlayout_IH1 .material .list dl { padding: 16px 0; border-bottom: solid #ccc 1px; font-size: 93%; }
#FS2_itemlayout_IH1 .material .list dl dt { float: left; width: 70px; }
#FS2_itemlayout_IH1 .material .list dl dd { padding-left: 80px; }
#FS2_itemlayout_IH1 .material .list dl dd a { text-decoration: underline; }
#FS2_itemlayout_IH1 .material .list dl dd a:hover { text-decoration: none; }
#FS2_itemlayout_IH1 .material .attention { margin-top: 18px; }
#FS2_itemlayout_IH1 .material .attention dl {}
#FS2_itemlayout_IH1 .material .attention dl dt { font-size: 93%; }
#FS2_itemlayout_IH1 .material .attention dl dd {}
#FS2_itemlayout_IH1 .material .attention dl dd ul {}
#FS2_itemlayout_IH1 .material .attention dl dd ul li { padding-left: .6em; text-indent: -.6em; font-size: 93%; }

#FS2_itemlayout_IH1 .FS2_TweetButton_area { margin-top: 40px; padding: 20px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .sns {}
#FS2_itemlayout_IH1 .sns dt,
#FS2_itemlayout_IH1 .sns dd,
#FS2_itemlayout_IH1 .sns dd ul,
#FS2_itemlayout_IH1 .sns dd ul li { display: inline-block; vertical-align: middle; }
#FS2_itemlayout_IH1 .sns dt { width: 70px; font-size: 93%; }
#FS2_itemlayout_IH1 .sns dd {}
#FS2_itemlayout_IH1 .sns dd ul {}
#FS2_itemlayout_IH1 .sns dd ul li { margin-right: 12px; }

#FS2_itemlayout_IH1 .wrapping { padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .wrapping dl {}
#FS2_itemlayout_IH1 .wrapping dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .wrapping dl dd { margin-top: 12px; }
#FS2_itemlayout_IH1 .wrapping dl dd .comment { margin-bottom: 20px; font-size: 93%; }
#FS2_itemlayout_IH1 .wrapping dl dd .info,
#FS2_itemlayout_IH1 .wrapping dl dd .photo { display: inline-block; vertical-align: middle; }
#FS2_itemlayout_IH1 .wrapping dl dd .info { width: 240px; text-align: center; font-size: 93%; }
#FS2_itemlayout_IH1 .wrapping dl dd .info .price {}
#FS2_itemlayout_IH1 .wrapping dl dd .info .link { margin-top: 12px; }
#FS2_itemlayout_IH1 .wrapping dl dd .photo { width:180px; }
#FS2_itemlayout_IH1 .wrapping dl dd .photo img { width:180px; }

#FS2_itemlayout_IH1 .shop_list { padding: 40px 0; border-top: solid #000 1px; }
#FS2_itemlayout_IH1 .shop_list dl {}
#FS2_itemlayout_IH1 .shop_list dl dt { font-size: 77%; }
#FS2_itemlayout_IH1 .shop_list dl dd { margin-top: 6px; }
#FS2_itemlayout_IH1 .shop_list dl dd .list {}
#FS2_itemlayout_IH1 .shop_list dl dd .list li { margin-top: 6px; padding-left: 1.6em; text-indent: -1.6em; font-size: 93%; }
#FS2_itemlayout_IH1 .shop_list dl dd .attention { margin-top: 12px; }
#FS2_itemlayout_IH1 .shop_list dl dd .attention li { padding-left: .6em; text-indent: -.6em; font-size: 93%; }

#FS2_body_Goods.FS2_body_Goods_GoodsDetail .checked_item { margin-top: 80px; }
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .others_color_item { display: none; }
#FS2_body_Goods.FS2_body_Goods_GoodsDetail #_rcmdjp_display_1 { display: none; }

/* FS2_Recommend_List */
#FS2_Recommend_List { clear: both; display: none; margin: 0 auto; width: 1080px; *zoom: 1; }
#FS2_Recommend_List:before,
#FS2_Recommend_List:after { content: " "; display: table; }
#FS2_Recommend_List:after { clear: both; }
#FS2_Recommend_List .CrossHead { display: none; }
#FS2_Recommend_List .gl_Item { margin: 0 8px; width: 200px; text-align: center; }
#FS2_Recommend_List .gl_Item .FS2_ReccomendGoods {}
#FS2_Recommend_List .gl_Item .FS2_recommendgoods_table { width: 100%; border-spacing: 0; }
#FS2_Recommend_List .gl_Item .FS2_itemlayout_td_Left {}
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container {}
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container a { display: block; }
#FS2_Recommend_List .gl_Item .FS2_thumbnail_container img { max-width: 100%; }
#FS2_Recommend_List .gl_Item .thumb_text { display: none; }
#FS2_Recommend_List .gl_Item .itemTitle { font-size: 93%; font-weight: bold; }
#FS2_Recommend_List .gl_Item .FS2_itemPrice_area {}
#FS2_Recommend_List .gl_Item .FS2_itemPrice_text {}
#FS2_Recommend_List .gl_Item .FS2_special_price { display: none; }
#FS2_Recommend_List .gl_Item .itemPrice,
#FS2_Recommend_List .gl_Item .FS2_itemPrice_addition { font-size: 93%; font-weight: normal; }
#FS2_Recommend_List .gl_Item .itemPrice { margin-top: 6px; }

#FS2_ItemDetail .inquiry .btn a {
    display: block;
    padding: 10px 0;
    border: solid #000 1px;
    font-size: 1rem;
    color: #000;
}

/* 2016/09/27�ǉ��i�w�b�_�j
------------------------------------------------ */
#head_nav {
background: #f0cfb6;
}

.search .keyword {
	padding: 3px;
}

.search .keyword input[type=text]{
	background: none;
	border: none;
	vertical-align: top;
	font-size: 108%;
	outline: none;
	border-bottom: solid #fff 1px;
	height: 25px;
	color: #fff;
	margin-left: 20px;
	width: 190px;
}

#head_top .info {
    float: right;
    padding-top: 30px;
    width: 660px;
}

#copyright {
    /* background: #0d2640; */
		background: #b6b2b2;
}

/*#copyright:before {
	content: " ";
	display: block;
	margin: 0 auto 20px;
	width: 210px;
	height: 1px;
	background: none;
}*/

/* 2017/02/20�ǉ��i���x���j
------------------------------------------------ */
.need_order img {
height: 13px;
}

.in_magazine img {
height: 13px;
}

.per_10 img {
height: 13px;
}

.per_20 img {
height: 13px;
}

.per_30 img {
height: 13px;
}

.per_40 img {
height: 13px;
}

.per_50 img {
height: 13px;
}

.per_60 img {
height: 13px;
}

.per_70 img {
height: 13px;
}

.per_80 img {
height: 13px;
}

.per_90 img {
height: 13px;
}

.secretsale img {
height: 13px;
}

.senko10 img {
height: 13px;
}

.cp2000 img {
height: 13px;
}

.catalun img {
height: 13px;
}

.buy2off img {
height: 20px;
}

.coupon img {
height: 13px;
}

.membersale img {
height: 13px;
}

.moredown img {
height: 13px;
}

/* 2017/07/03追加（会員セール関係）
------------------------------------------------ */
.FS2_special_members_price span.itemPrice {
	color: #F00 !important;
	font-size: 139%;
	font-weight: bold;
}

.FS2_members_contents {
	display: block;
}

.FS2_members_login_link {
	text-align: left !important;
}

/*グループページオリジナルアイコンサイズ指定*/
.limited_10 img {
	height: 18px;
}

/*グループページオリジナルアイコンサイズ指定*/
.coupon1000 img {
	height: 18px;
}

/*グループページオリジナルアイコンサイズ指定*/
.secretsale img {
	height: 18px;
}

/*グループページオリジナルアイコンサイズ指定*/
.2BUY1000 img,
.3BUY2000 img {
	height: 18px;
}



/* 202006 */
/* top */
/* スライド */
.layout_content_top .fs-pt-carousel__slide {
	padding: 0;
	margin: 0;
}
/* new arrival */
.item_list1 {}
.item_list1 .slick-slide {
	width: 204px;
}




/* ヘッダー　ポイント */
.is-loggedIn--false .fs-p-memberInfo__points.login {
	display: none;
}
.is-loggedIn--true .fs-p-memberInfo__points.logout {
	display: none;
}



/* イメージコンテナ（左） */

.FS2_additional_image_btn_thumbnail_container .material { margin-top: 60px; }
.FS2_additional_image_btn_thumbnail_container .material table { border-top: solid #ccc 1px; width: 100%;}
.FS2_additional_image_btn_thumbnail_container .material table tr {}
.FS2_additional_image_btn_thumbnail_container .material table tr > * { padding: 16px 0; border-bottom: solid #ccc 1px; font-size: 93%; text-align: left;}
.FS2_additional_image_btn_thumbnail_container .material table tr th { width: 70px; font-weight: normal;}
.FS2_additional_image_btn_thumbnail_container .material table tr td { padding-left: 0; }
.FS2_additional_image_btn_thumbnail_container .material table tr td a { text-decoration: underline; }
.FS2_additional_image_btn_thumbnail_container .material table tr td a:hover { text-decoration: none; }
.FS2_additional_image_btn_thumbnail_container .attention { margin-top: 18px; }
.FS2_additional_image_btn_thumbnail_container .attention dl {}
.FS2_additional_image_btn_thumbnail_container .attention dl dt { font-size: 93%; }
.FS2_additional_image_btn_thumbnail_container .attention dl dd {}
.FS2_additional_image_btn_thumbnail_container .attention dl dd ul {}
.FS2_additional_image_btn_thumbnail_container .attention dl dd ul li { padding-left: .6em; text-indent: -.6em; font-size: 93%; }




/* イメージコンテナ（右）*/
.fs-c-productNameHeading.fs-c-heading {
	font-size: 139%;
	font-weight: bold;
}
.fs-c-productNumber {
	font-size: 77%;
	color: #8C8C8C;
	padding: 0px;
	margin: 0 0 5px 0;
}
.fs-c-price {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
}
.fs-c-productPrice__main__price.fs-c-price {
	font-size: 139%;
	font-weight: bold;
}
.fs-c-productPrice,
.fs-c-productPrice.fs-c-productPrice--selling {}
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main * {
	font-size: 100%;
	font-weight: normal;
	text-decoration: line-through;
}
.fs-c-productPrice .fs-c-productPrice__main * {
	display: inline-block;
}
.fs-c-productPrice.fs-c-productPrice--listed {}
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main * {}
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main {
  text-decoration:line-through;
}
.fs-c-productPrice .fs-c-price__currencyMark {
	display: none !important;
}
.fs-c-price__value:after {
	content: "円";
}
.fs-c-productPointDisplay {
	color: #FF3300;
	margin-top: 5px;
	border: none;
	font-size: 108%;
}
.fs-c-productPrice__addon {
	font-weight: bold;
}


/* タグ */
.fs-c-productMarks {
	margin-top: 10px;
}
.fs-c-productMarks img {
	width: auto !important;
	height: 13px;
}
.fs-c-productMarks .tag_new img,
.fs-c-productMarks .restock img,
.fs-c-productMarks .reservation img {
	border: 1px solid #000;
}



/* サムネイル */
.fs-c-productMainImage__expandButton.fs-c-buttonContainer,
.FS2_additional_image_btn_thumbnail_container .fs-c-productThumbnail,
.FS2_additional_image_btn_thumbnail_container>.fs-c-productMainImage+.fs-c-productMainImage {
	display: none;
}
.FS2_additional_image_container .FS2_additional_image_container_main {
	margin-top: 40px;
}
.fs-c-productThumbnail__image {
	min-width: 23%;
	margin: 0;
	cursor: crosshair;
}
.fs-c-productThumbnail__image .text {
	margin-top: 4px;
	text-align: center;
	font-size: 77%;
}

#FS2_itemlayout_IH1 .FS2_additional_image_tableVariation,
.fs-c-variationAndActions {
	margin: 60px 0 0;
}
/* オプション */
.fs-c-productOption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 2em;
}
.fs-c-productOption>* {}
.fs-c-productOption__name .fs-c-requiredMark {
	display: none;
}
.fs-c-productOption__name {
	background: #E0E0E0;
	font-weight: normal;
	padding: 6px 8px;
	border-bottom: 1px solid #DDDDDD;
	min-width: 114px;
}
.fs-c-productOption__option {
	font-weight: normal;
	padding: 2px 8px;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	min-width: 214px;
	margin-bottom: 0;
	font-size: 12px;
	-webkit-flex: 2 0 auto;
	-ms-flex: 2 0 auto;
	flex: 2 0 auto;
}


.fs-c-variationLabel__label {
	display: none;
}

.fs-c-variationCart>li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fs-c-variationCart>li+li {
	margin-top: 8px;
	border-top: 1px solid #000;
	padding-top: 10px;
}
.fs-c-variationCart__wishlist button {
	border: 0;
	background: none;
	padding: 6px;
	margin: 3px;
}
.fs-c-variationCart__wishlist button img {
	width: 22px;
	height: auto;
}

/* .fs-c-variationCart__wishlist {}
.fs-c-variationCart__wishlist .fs-c-button--particular {
	border: none;
	overflow: hidden;
	padding: 0;
	width: 39px;
	height: 39px;
	background: none;
}
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon:before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 70%;
    background: url(https://stellar.itembox.design/item/img/products/icon_wish.svg) 0 50% / 200% 100% no-repeat !important;
    margin: 15% auto;
}
.fs-c-variationCart__wishlist .fs-c-button__label {
	display: none;
} */
/* .fs-c-variationList__item__cart .fs-c-variationCart__wishlist {
	display: none;
} */

.fs-c-variationList__item:nth-child(1) .fs-c-variationList__item__body {
	display: flex;
	align-items: stretch;
	margin-top: 8px;
}

.fs-c-variationAndActions__variation {
	border-bottom: 1px solid #000;
}

.fs-c-variationCart__cartButton button {
	border: 0;
	background: none;
	padding: 0;
}
.fs-c-variationCart__cartButton button:hover {
	opacity: .8;
}
.fs-c-variationCart {
	border-top: 1px solid #000;
	/* border-bottom: 1px solid #000; */
	padding: 10px 0;
}
.fs-c-variationCart__variationName {
	display: block;
}
.fs-c-variationCart__variationName>* {
	display: inline-block;
}
.fs-c-variationCart__variationName__name {
	/* width: 42px; */
	font-weight: bold;
}
.fs-c-variationCart__variationName .fs-c-variationList__item__title {
	margin-right: .5em;
}

.fs-c-variationCart__cartButton {
	width: 162px;
}

/**/
.fs-c-productNotice.fs-c-productNotice--outOfStock {
	border: 1px dotted #ff3300;
	color: #FF3300;
	padding: 0 5px;
	margin: 10px 0;
	text-align: center;
}

/* アイテムインフォ */
.item_info {}
.item_info dl dd {
	margin-top: 1em;
}
.item_info dl dd > div {
	margin-top: 2em;
}
.item_info .color_select {}
.item_info .color_select > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.item_info .color_select > div a,
.item_info .color_select>div span {
	display: block;
	width: 24%;
    text-align: center;
}
.item_info .color_select > div a p,
.item_info .color_select>div span p {
	display: inline-block;
	text-align: left;
}

.banner_bottom {}
.banner_bottom a {
	display: block;
	margin-top: 2em;
}
.banner_bottom a p {
	text-align: center;
}


/* バナー */
.banner_top,
.banner_mid,
.banner_bottom {
	text-align: center;
	margin: 20px 0;
}

/* 問い合わせボタン */
.FS2_InquiryButton_area button {
	text-indent: -999%;
	overflow: hidden;
	border: 0;
	width: 100%;
	height: 40px;
	background: url(https://stellar.itembox.design/item/img/common/InquiryButton.gif) 50% 50% / contain no-repeat !important;
}


/* .info_favorite_reveiw .fs-c-variationCart__wishlist {
	text-align: left;
	display: block !important;
}
.info_favorite_reveiw .fs-c-variationCart__wishlist button {
	border: 0;
	background: url(https://stellar.itembox.design/item/img/common/WishListButton.gif) 0 50% / 116px auto no-repeat !important;
	text-indent: -999%;
	overflow: hidden;
	padding: 0;
} */


/* グループ・カテゴリー */
.fs-c-sortItems {
	position: relative;
	margin-bottom: 16px;
	padding: 10px;
	background: #ebeef0;
	margin: 0px;
	text-align: right;
}
.fs-c-sortItems__label {
	font-weight: bold;
}
.fs-c-sortItems__label:after {
	content: "：";
}
.fs-c-sortItems__label,
.fs-c-sortItems__list {
	display: inline-block;
}
.fs-c-sortItems__list li {
	display: inline-block;
	padding: 0 6px 0 4px;
	border-right: solid #adaeae 1px;
	vertical-align: middle;
	font-size: 93%;
	/* font-weight: bold; */
	line-height: 14px;
	color: #333;
}
.fs-c-sortItems__list li:last-child {
	border-right: none;

}


/* #FS2_sort_menu */
.fs-c-listControl { position: relative; margin: 20px 0; padding: 0; border-bottom: none; text-align: right; overflow: hidden; }
.fs-c-listControl .fs-c-listControl__status { float: left; padding-top: 4px; font-size: 77%; font-weight: normal; }
.fs-c-pagination { display: inline-block; }
.fs-c-pagination a,
.fs-c-pagination .is-active { display: inline-block; vertical-align: middle; font-size: 77%; }
.fs-c-pagination .is-active span { font-weight: bold; color: #333; }

.alignItem_04 { margin-left: -20px; }
.fs-c-productList__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 10px;
}
.fs-c-productList__list > article {
	position: relative;
	margin: 0 20px 30px 0;
	padding: 0;
	width: 196px;
	background: #fff;
	border: none;
	cursor: pointer;
}
.fs-c-productList__list>article:nth-child(4n) {
	margin-right: 0;
}
.fs-c-productList__list .fs-c-productListItem__productName {
	font-size: 93%;
	font-weight: bold;
}
.fs-c-productList__list .fs-c-productPrice__main__price { font-size: 93%; font-weight: normal; }
.fs-c-productList__list .fs-c-productPrice__addon { font-size: 80%; }
.fs-c-productPrice__addon:before,.fs-c-productPrice__addon:after {
	display: inline-block;
}
#fs_ProductCategory .fs-c-productPrice__addon {
	font-weight: normal;
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__addon:before {
	content: "(";
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__addon:after {
	content: ")";
}
.category_comment { margin: 60px 0 100px; }
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton,
/* .fs-c-productList__list .fs-c-productPrice__main__label, */
 .fs-c-productPrices > div:last-child .fs-c-productPrice__main__label,
.fs-c-productList__list .fs-c-productListItem__salesPeriod,
.fs-c-productList__list .fs-c-productListItem__control {
	display: none;
}
.fs-c-productNumber__label {
	display: inline-block;
	font-size: 0;
}
.fs-c-productNumber__label:after {
	content: "品番コード ： ";
	font-size: 10px;
}



/* topics */
.topics {
	margin-top: 150px;
}
.topics .item_list2 {
	width: 990px;
	display: block;
	clear: both;
}
.fs-pt-column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.fs-pt-column>.fs-pt-column__item {
	position: relative;
	width: 24%;
	margin: 4px;
}
.fs-pt-column__item a {
	display: block;
}
.fs-pt-column__item .fs-pt-column__image {
	padding-top: 20px;
	padding-bottom: 20px;
}
.fs-pt-column__heading {
	font-size: 93%;
	font-weight: bold;
	word-break: break-all;
}
.fs-pt-column__description {
	font-size: 93%;
}


/* 商品一覧 */

/* マーク */
.fs-c-productList__list .fs-c-productMarks {
	margin: 5px auto 10px;
}
.fs-c-productList__list li {
	max-width: 50%;
}
.fs-c-productList__list li img {
	/* height: 13px; */
	height: 26px;	/* 20210130 araki add */
}

/* レビュー */
.fs-c-productReview {
	font-size: 12px;
}
.fs-c-productReview .fs-c-productReview__aggregateRating {
border-bottom: 1px solid #ccc;
}
.fs-c-aggregateRating__rating {
	margin-bottom: 4px;
}
.fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価:";
}
.fs-c-rating__value {color: #ff0000;}
.fs-c-reviewList__item__info {
line-height: 1.8;
padding: 4px 0;
}
.fs-c-reviewer__name__nickname:after {
    content: "さん";
}
.fs-c-reviewer__name__reviewNumber::before {
    content: "（";
}
.fs-c-reviewer__name__reviewNumber::after {
    content: "件）";
}
.fs-c-reviewer__profile {display:none;}
.fs-c-reviewInfo__date > * {
display: inline-block;
}
.fs-c-reviewInfo__date dt:after {
    content: " ： ";
}
.fs-c-reviewRating > * {
display: inline-block;
}
.fs-c-reviewRating:before {
	content: "おすすめ度 ";
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
}
.fs-c-reviewList__item {
border-bottom: 1px solid #ccc;
}
.fs-c-productReview__allReviews .fs-c-aggregateRating__count {
display:inline-block;
}
.fs-c-productReview__allReviews .fs-c-aggregateRating__count:before {
    content: "（";
}
.fs-c-productReview__allReviews .fs-c-aggregateRating__count:after {
    content: "件）";
}
.info_favorite_reveiw .fs-c-buttonContainer a span {
display:none;
}
.fs-c-productReview .fs-c-productReview__allReviews a span {
font-size:0;
display: inline-block;
}
.fs-c-productReview .fs-c-productReview__allReviews a span:after {
font-size:12px;
content:">全てのレビューを見る";
}.fs-c-productReview .fs-c-productReview__allReviews {
	margin-top: 8px;
}

/* ページタイトル */
.layout_content>.pageTitle {
	padding: 0;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #969696;
}
/* マイページトップ */
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a,
.fs-c-inputInformation__button button[type="submit"],
.fs-c-inputInformation__button .fs-c-button--change,
.fs-c-continueShopping .fs-c-button--continueShopping,
.fs-body-checkout button[type="button"] {
	font-size: 100%;
	color: #ffffff;
	background-color: #000;
	background: -moz-linear-gradient(top, #555555, #000000);
	background: -webkit-linear-gradient(top, #555555, #000000);
	background: -o-linear-gradient(top, #555555, #000000);
	background: -ms-linear-gradient(top, #555555, #000000);
	background: linear-gradient(to bottom, #555555, #000000);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border: 0px solid #333333;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
	inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
	inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
	inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.5),
	0px 1px 0px rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 22px;
	display: inline-block;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
	margin: 10px 0;
}

/* 戻る */
.fs-c-inputInformation__button .fs-c-button--back,
.fs-c-inputInformation__button .fs-c-button--cancel {
	font-size: 100%;
	color: #ffffff;
	background: #aba7a7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 22px;
	display: inline-block;
	border-radius: 4px;
}

.fs-c-inputInformation__button.fs-c-buttonContainer {
	text-align: center;
}

.fs-c-inputTable .fs-c-button--displayPassword.fs-c-button--particular {
	display: none;
}
.fs-c-inputTable {
	border-spacing: 0;
	table-layout: auto;
  width:100%;
  margin-bottom:10px;
  border-top:1px solid #B8B8B8;
  border-left:1px solid #B8B8B8;
}

.fs-c-inputTable caption {
  padding:5px;
  text-align:center;
  background:#B8B8B8;
}

.fs-c-inputTable th .fs-c-requiredMark {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-size: 0;
	text-indent: 0;
	width: auto;
	height: auto;
	right: auto;
	top: auto;
	line-height: 1;
	padding: 2px;
	border-radius: 2px;
}
.fs-c-inputTable th .fs-c-requiredMark:before {
	content: "必須";
	font-size: 10px;

}
.fs-c-inputTable th {
  white-space:nowrap;
  font-weight:normal;
  border-bottom:1px solid #B8B8B8;
  padding:3px 5px;
  background: #E0E0E0;
}

.fs-c-inputTable th.FS2_Delivery_table_caution{
  white-space:normal;
}


.fs-c-inputTable td {
  border-bottom:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;
  padding:3px 5px;
}

.userTable_02 {
  border-top:1px solid #DDDDDD;
  border-left:1px solid #DDDDDD;
  width:100%;
  margin-bottom:10px;
}

.userTable_02 caption {
  padding:5px;
  text-align:center;
  background:#DDDDDD;
}

.userTable_02 th {
  font-weight:normal;
  background:#F6F6F6;
  border-bottom:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  padding:3px 5px;
}

.userTable_02 td {
  border-bottom:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  padding:3px 5px;
}


/* ポイント履歴 */
.fs-body-my-points .fs-c-pointSummary {}
.fs-body-my-points .fs-c-pointSummary dt {
	width: 144px;
	display: inline-block;
}
.fs-body-my-points .fs-c-pointSummary dt:after {
	content: "：";
}
.fs-body-my-points .fs-c-pointSummary dd {
	width: calc(100% - 154px);
	display: inline-block;
}
.fs-body-my-points .fs-c-pointSummary dd .fs-c-pointSummary__number:after {
	content: "ポイント";
}
.fs-body-my-points .fs-c-inputInformation__form {
	text-align: right;
}

.fs-body-my-points .fs-c-dropdown {
	display: inline-block;
}
.fs-c-pointListTable {}
.fs-c-pointListTable {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.fs-c-pointListTable caption {
	background: #DDDDDD;
	padding: 5px;
}

.fs-c-pointListTable th {
	background: #F6F6F6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px;
	font-weight: normal;
}

.fs-c-pointListTable td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px;
}


/* 登録情報 */
.fs-body-my-account-settings .fs-c-inputTable th {
	width: 30%;
}

/* ご注文手続き */
.fs-l-checkout__mainColumn {}
.fs-l-checkout__mainColumn > div {
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}
.fs-l-checkout__mainColumn>div h2,
.fs-c-checkout-preview__title {
	border-bottom: 1px solid #969696;
	margin-bottom: 10px;
}
.fs-c-checkout-customerInfo {
	margin-top: 10px;
}
.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
	padding: 5px;
}
.fs-c-modal--checkout-creditCard-add table td {
	padding: 10px;
}
.fs-c-checkout-paymentMethodList>li {
	    border-bottom: 1px solid #cccccc;
}
.fs-c-checkout-paymentMethodList ul li {
	    border-bottom: 1px solid #cccccc;
}

.fs-l-checkout__mainColumn .fs-c-creditCardIcons,
.fs-c-modal__contents .fs-c-creditCardIcons {
	display:flex;
}
.fs-l-checkout__mainColumn .fs-c-creditCardIcons li,
.fs-c-modal__contents .fs-c-creditCardIcons li {
	margin-right: 10px;
}
.fs-c-modal__inner {
	padding: 10px;
}
#fs-orderContents-container th {
	background:#E0E0E0;
}
.fs-c-returnedSpecialContract {
	display:none;
}
.fs-c-modal.fs-c-modal--checkout-creditCard-add table {
	border: 0;
}

.fs-c-modal.fs-c-modal--checkout-creditCard-add table td {
	border: 1px solid #B8B8B8;
}
.fs-l-checkout__sideColumn {}
.fs-l-checkout__sideColumn table {
	margin: 0 0 0 auto;
	width: 40%;
}
.fs-l-checkout__sideColumn table th {
background: #E0E0E0;
}
.fs-l-checkout__sideColumn table .fs-c-orderTotalTable__grandTotal .fs-c-price {
	text-align: right;
	display:block;
}

#fs_Checkout .fs-c-productPrice__addon__label {
	display:none;
}
#fs_Checkout .fs-c-price__value:after {
	content: none !important;
}
#fs_Checkout .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point:after {
	content: "ポイント";
}
.fs-c-orderTotalTable__wrappingFee .fs-c-string.fs-c-string--label {
	font-size: 0;
}
.fs-c-orderTotalTable__wrappingFee .fs-c-string.fs-c-string--label:after {
	content: "メンテナンスサービス";
	font-size: 13px;
}


/*  */
.checked_item ul li {
	box-sizing: content-box;
}


/* add 20201104 */
.fs-c-orderTotalTable > tbody > tr > th,
.fs-c-orderTotalTable > tbody > tr > td {
	text-align: left;
}

.fs-c-cartTable__actionButton button {
	background-color: #f0cfb6;
	border: 0px;
	padding: 10px;
}

.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a, .fs-c-inputInformation__button button[type="submit"], .fs-c-inputInformation__button .fs-c-button--change, .fs-c-continueShopping .fs-c-button--continueShopping, .fs-body-checkout button[type="button"] {
	font-size: 100%;
	color: #ffffff;
	background-color: #f0cfb6;
	background: #f0cfb6;
	background: #f0cfb6;
	background: #f0cfb6;
	background: #f0cfb6;
	background: #f0cfb6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border: 0px;
	-moz-box-shadow: 0px, inset 0px;
	-webkit-box-shadow: 0px;
	-o-box-shadow: 0px;
	text-shadow: 0px);
	padding:10px;
	text-shadow: none;
	-webkit-box-shadow: none;
}

/* add 20201202 */
#FS2_itemlayout_IH1 .delivery_return li{
		width: 47.5%;
}

#FS2_itemlayout_IH1 .delivery_return li a {
	display: block;
	display: block;
	text-align: center;
	color: #000 !important;
	height: auto;
	padding: 1.5vh;
	border: 1px solid #CCC;
	background: #FFF !important;
	width: 100%;
}

.FS2_InquiryButton_area button {
    text-indent: 0%;
    color: #000 !important;
    height: auto;
    padding: 1.5vh;
    border: 1px solid #CCC;
    background: #FFF !important;
}

/* add 20210318 */
ul.fs-c-checkout-couponList{
	display: flex;
	justify-content: flex-start;
}

li.fs-c-checkout-couponList__item{
	width: 48%;
	margin-right: 2%;
}


/* 20210422 apro add */
.fs-body-category .fs-c-subgroup{
	display: none;
}

.fs-c-reviewStars::before{
	color: #f0cfb6;
}

.fs-c-productReview{
	color: #000 !important;
}

/* 20210729 apro add */
.right_bottom>div.fs-c-productPostage{
	opacity: 0;
}
.layout_content_top .slick-slider{
	z-index: 1;
}
