@charset "Shift_JIS";
/* --------------------------------------------------------------------
	サイドボックス
-------------------------------------------------------------------- */
div.sidebox_ {
	margin: 0 0 5px 0;　/*0 0 20px 0→0 0 5px 0へ(2018.07.12)*/
}
div.sidebox_ h2,
h2.event_title_rightmenu_ {
	margin-bottom: 5px;
	padding: 7px 5px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	background:#ff993a;
}
div.sidebox_ h2 a,
h2.event_title_rightmenu_ a {
	color:#333333;
}
div.sidebox_ h2 a,
div.sidebox_ h2.side_,
h2.event_title_rightmenu_ a:hover {
	color:#ffffff;
}

/* --------------------------------------------------------------------
	サイドボックス　カテゴリツリー
-------------------------------------------------------------------- */
#sidebox_category {
	border:#ff993a 1px solid;
}
#sidebox_category h2 {
	margin:0;
}
.category_tree_ {
	margin: 0;
	padding: 0;
}
.category_tree_ li {
	margin: 0;
	padding: 0;
	background:#fffad8;
	display: flex;
	justify-content: space-between;
}
.category_tree_ li a {
	color:#333333;
}
.category_tree_ li a,
.category_tree_ li span.nolink_ {
	padding: 4px 10px 4px 10px;
	display: block;
	background-color: transparent;
}
.category_tree_ li a:hover {
	background-color: #ffe7bb;
}
.category_tree_ li.category_tree1_ {
	border-top:#ff993a 1px solid;
	border-bottom:#ff993a 1px solid;
	background:#ffd995;
	font-weight:bold;
}

.category_tree_ li.category_tree1_ a, 
.category_tree_ li.category_tree1_ span.nolink_ {
	padding-left: 25px;
	display: inline-block;
	background-image: url(../img/usr/tree01.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree1_ a:hover {
	background-image: url(../img/usr/tree01.png);
}
.category_tree_ li.category_tree2_ a,
.category_tree_ li.category_tree2_ span.nolink_ {
	padding-left: 35px;
	display: inline-block;
	background-image: url(../img/usr/tree.png);
	background-position: 25px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree2_ a:hover {
	background-image: url(../img/usr/tree.png);
}
.category_tree_ li.category_tree3_ a, 
.category_tree_ li.category_tree3_ span.nolink_ {
	padding-left: 45px;
	display: inline-block;
	background-image: url(../img/usr/tree.png);
	background-position: 35px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree3_ a:hover {
	background-image: url(../img/usr/tree.png);
}
.category_tree_ li.category_tree4_ a, 
.category_tree_ li.category_tree4_ span.nolink_ {
	padding-left: 55px;
	display: inline-block;
	background-image: url(../img/usr/tree.png);
	background-position: 45px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree4_ a:hover {
	background-image: url(../img/usr/tree.png);
}
.category_tree_ li.category_tree1_open_ a {
	padding-left: 25px;
	font-weight: bold;
	display:block;
	background-image: url(../img/usr/tree01.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
/* 現在のカテゴリ */
.category_tree_ li.category_tree1_open_ {
	border-top:#ff993a 1px solid;
	border-bottom:#ff993a 1px solid;
	background:#ffd995;
	font-weight:bold;
}
.category_tree_ li.category_tree1_open_ a:hover {
}
.category_tree_ li.category_tree2_open_ a {
	padding-left: 35px;
	font-weight: bold;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 25px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree2_open_ a:hover {
}
.category_tree_ li.category_tree3_open_ a {
	padding-left: 45px;
	font-weight: bold;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 35px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree3_open_ a:hover {
}
.category_tree_ li.category_tree4_open_ a {
	padding-left: 55px;
	font-weight: bold;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 45px 8px;
	background-repeat: no-repeat;
}
.category_tree_ li.category_tree4_open_ a:hover {
}
/**/
/* リンクがない場合 */
.category_tree_ li.category_tree1_ span.nolink_, 
.category_tree_ li.category_tree2_ span.nolink_, 
.category_tree_ li.category_tree3_ span.nolink_, 
.category_tree_ li.category_tree4_ span.nolink_ {
	color: #999;
}
/**/
/* --------------------------------------------------------------------
	サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
#sidebox_genre {
	border:#ff993a 1px solid;
}
#sidebox_genre h2 {
	margin:0;
}
.genre_tree_ {
	margin: 0;
	padding: 0;
}
.genre_tree_ li {
	margin: 0;
	padding: 0;
	background:#fffad8;
}
.genre_tree_ li a {
	color:#333333;
}
.genre_tree_ li a, .genre_tree_ li span.nolink_ {
	padding: 4px 10px 4px 10px;
	display: block;
}
.genre_tree_ li a:hover {
	background-color: #ffe7bb;
}
.genre_tree_ li.genre_tree1_ {
	border-top:#ff993a 1px solid;
	border-bottom:#ff993a 1px solid;
	background:#ffd995;
	font-weight:bold;
}
.genre_tree_ li.genre_tree1_ a, 
.genre_tree_ li.genre_tree1_ span.nolink_ {
	padding-left: 25px;
	display:block;
	background-image: url(../img/usr/tree01.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.genre_tree_ li.genre_tree1_ a:hover {
	background-image: url(../img/usr/tree01.png);
}
.genre_tree_ li.genre_tree2_ a, 
.genre_tree_ li.genre_tree2_ span.nolink_ {
	padding-left: 35px;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 25px 8px;
	background-repeat: no-repeat;
}
.genre_tree_ li.genre_tree2_ a:hover {
	background-image: url(../img/usr/tree.png);
}
.genre_tree_ li.genre_tree3_ a, 
.genre_tree_ li.genre_tree3_ span.nolink_ {
	padding-left: 45px;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 35px 8px;
	background-repeat: no-repeat;
}
.genre_tree_ li.genre_tree3_ a:hover {
	background-image: url(../img/usr/tree.png);
}
.genre_tree_ li.genre_tree4_ a, 
.genre_tree_ li.genre_tree4_ span.nolink_ {
	padding-left: 55px;
	display:block;
	background-image: url(../img/usr/tree.png);
	background-position: 45px 8px;
	background-repeat: no-repeat;
}
.genre_tree_ li.genre_tree4_ a:hover {
	background-image: url(../img/usr/tree.png);
}
/* 現在のカテゴリ */
.genre_tree_ li.genre_tree1_open_ {
	border-top:#ff993a 1px solid;
	border-bottom:#ff993a 1px solid;
	background:#ffd995;
	font-weight:bold;
}
.genre_tree_ li.genre_tree1_open_ a {
	padding-left: 25px;
	font-weight: bold;
	display:block;
	background: url(../img/usr/tree01.png) 5px 6px no-repeat;
}
.genre_tree_ li.genre_tree1_open_ a:hover {
}
.genre_tree_ li.genre_tree2_open_ a {
	padding-left: 35px;
	font-weight: bold;
	display:block;
	background: url(../img/usr/tree.png) 25px 8px no-repeat;
}
.genre_tree_ li.genre_tree2_open_ a:hover {
}
.genre_tree_ li.genre_tree3_open_ a {
	padding-left: 45px;
	font-weight: bold;
	display:block;
	background: url(../img/usr/tree.png) 35px 8px no-repeat;
}
.genre_tree_ li.genre_tree3_open_ a:hover {
}
.genre_tree_ li.genre_tree4_open_ a {
	padding-left: 55px;
	font-weight: bold;
	display:block;
	background: url(../img/usr/tree.png) 45px 8px no-repeat;
}
.genre_tree_ li.genre_tree4_open_ a:hover {
}
/**/
/* リンクがない場合 */
.genre_tree_ li.genre_tree1_ span.nolink_, 
.genre_tree_ li.genre_tree2_ span.nolink_, 
.genre_tree_ li.genre_tree3_ span.nolink_, 
.genre_tree_ li.genre_tree4_ span.nolink_ {
	color: #999;
}
/**/

/* --------------------------------------------------------------------
	サイドボックス　TOPページ内　検索ボックス　※2018.04.16追加
--------------------------------------------------------------------- */
#sidebox_search_T {
	padding:5px 0px 3px 3px; /*10px 0→5px 0px 3px 3pxへ(2018.07.12)*/
	margin:0 10px 0 0; /*新規追加(2018.04.16)*/
	border:#ff993a 1px solid;
	text-align:center;
}
#sidebox_search_T input {
	margin-bottom:5px;
	vertical-align: middle;
}
#sidebox_search_T select {
	width: 150px; /*200px→75px→150pxへ(2018.07.12)*/
	vertical-align:top; /*追加(2018.07.12)*/
	border:#ccc 1px solid;
}
#sidebox_search_T .keyword_ {
	width: 180px;
	height:22px;
	padding:2px 0 2px 20px;
	border:#ccc 1px solid;
	line-height:20px;
	background:#fff url(../img/usr/top/search.png) 3px center no-repeat;
}
/*2018.03.08 追加　ここから*/
#sidebox_search_T .keyword2_ {
	width: 450px; /*370px→400pxへ(2018.07.17)*/
	height:30px; /*20px→30pxへ(2018.04.12)*/
	padding:2px 0 2px 20px;
	border:#ccc 1px solid;
	line-height:30px; /*20px→30pxへ(2018.07.13)*/
	background:#fff url(../img/usr/top/search.png) 3px center no-repeat;
}

#sidebox_search_T .to_searchdetail2 {
	font-size:16px;
	margin:10px 0px 10px 15px;
	text-align:left;
}
/*2018.03.08 追加　ここまで*/

#sidebox_search_T .to_searchdetail {
	margin:0;
	text-align:center;
}
#sidebox_search_T .to_searchdetail a {
	padding: 0 10px 0 15px;
	background: url(../img/usr/top/arrow.png) 5px center no-repeat;
	text-decoration:underline;
}



/* --------------------------------------------------------------------
	サイドボックス　検索ボックス
--------------------------------------------------------------------- */
#sidebox_search {
	padding:10px 0;
	border:#ff993a 1px solid;
	background:#ffe7bb;
	text-align:center;
}
#sidebox_search input {
	margin-bottom:8px;
	vertical-align: middle;
}
#sidebox_search select {
	width: 200px;
	height:20px;
	margin-bottom:8px;
	border:#ccc 1px solid;
}
#sidebox_search .keyword_ {
	width: 180px;
	height:20px;
	padding:2px 0 2px 20px;
	border:#ccc 1px solid;
	line-height:20px;
	background:#fff url(../img/usr/top/search.png) 3px center no-repeat;
}
/*2018.03.08 追加　ここから*/
#sidebox_search .keyword2_ {
	width: 370px;
	height:30px;　/*30px→20pxへ(2018.04.12)*/
	padding:2px 0 2px 20px;
	border:#ccc 1px solid;
	line-height:20px;
	background:#fff url(../img/usr/top/search.png) 3px center no-repeat;
}

#sidebox_search .to_searchdetail2 {
	font-size:16px;
	margin:10px 0px 10px 15px;
	text-align:left;
}
/*2018.03.08 追加　ここまで*/

#sidebox_search .to_searchdetail {
	margin:0;
	text-align:center;
}
#sidebox_search .to_searchdetail a {
	padding: 0 10px 0 15px;
	background: url(../img/usr/top/arrow.png) 5px center no-repeat;
	text-decoration:underline;
}

/* --------------------------------------------------------------------
	サイドボックス　カート
-------------------------------------------------------------------- */
#sidebox_cart {
	width:958px;
	border:#ff993a 1px solid;
	text-align:left;
	overflow:hidden;	
}
.cart_title_ {
	display:none;
}
.cart_frame_ {
	padding:10px;
}
dl.cart_goods_ {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
dl.cart_goods_ dt {
	text-align: left;
}
dl.cart_goods_ dt div.name1_ {
	float: left;
	width: 118px;
}
dl.cart_goods_ dt div.delete_ {
	padding-left:2px;
	float: left;
}
dl.cart_goods_ dt div.delete_ img {
	cursor: pointer;
}
dl.cart_goods_ dt div.delete_b_ {
	clear: left;
}
dl.cart_goods_ dd {
	text-align: right;
}
dl.cart_total_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
dl.cart_total_ dt {
	float: left;
	display: inline;
	font-weight: bold;
	letter-spacing: 1em;
}
dl.cart_total_ dd {
	float: right;
	display: inline;
	text-align: right;
}
.cart_postage_ {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	border-bottom: 1px dotted #CCC;
}
.cart_to_order_ {
	text-align: center;
}
.cart_null_ {
}

.cart_errormessages_ {
	display:none;
	font-size: 10px;
}

.cart_erroralert_ {
	font-size: 10px;
	color: #993300;
}

/* --------------------------------------------------------------------
	サイドボックス　履歴
-------------------------------------------------------------------- */
#sidebox_itemhistory {
	width:958px;
	border:#ff993a 1px solid;
	text-align:left;
	overflow:hidden;
	position:relative;
}
/* ecbeing org
#sidebox_itemhistory h2 {
	width:960px;
	border:none;
	background:#ff993a;
}

   eleshop org */
#sidebox_itemhistory h2 {
	margin-bottom: 8px;
	padding: 10px 10px 6px 28px;
	font-size: 14px;
	font-weight: bold;
	background: url(/img/usr/top/itemhistory_titleback.png) left center no-repeat;
	clear: both!important;
}
/* */

#sidebox_itemhistory .StyleT_Frame_ {
	margin-bottom:0;
}
#sidebox_itemhistory .StyleT_Line_ {
	padding:10px 0 0 24px;
}
#sidebox_itemhistory .StyleT_Item_ {
	width:85px;
	padding:0 34px 0 0;
	float:left;
}
#sidebox_itemhistory .StyleT_Item_ div.name_ {
	width:85px;
	padding:0;
	margin:0 auto;
	text-align:left;
}
#sidebox_itemhistory .StyleT_Item_ .name_ a {
	font-weight:normal;
}
#sidebox_itemhistory #itemHistoryButton {
	width:100px;
	height:20px;
	padding:6px 10px 5px;
	border-top:#ff993a 1px dotted;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}
.item_history_link_ {
	padding-left: 15px;
	width: 100px;
	background-position:0 2px;
	background-repeat: no-repeat;
	text-decoration:underline;
}

/* --------------------------------------------------------------------
	サイドボックス　タグから探す
-------------------------------------------------------------------- */
#sidebox_tagcloud {
	border:#ff993a 1px solid;
	text-align:left;
}
div.side_tag_cloud_ {
	padding:10px;
	font-size:12px;
}
div.side_tag_cloud_ span {
	font-size:12px;
	padding:0 5px;
}

/* --------------------------------------------------------------------
	サイドボックス　用途検索・商品一覧検索
-------------------------------------------------------------------- */
#sidebox_search_youto {
}
#sidebox_search_list {
}
.sidebox_ ul.nav_tree_ {
	border-top:#ff993a 1px solid;
	border-left:#ff993a 1px solid;
	border-right:#ff993a 1px solid;
}
.sidebox_ ul.nav_tree_ li {
	border-bottom:#ff993a 1px solid;
}
.sidebox_ ul.nav_tree_ li a {
	padding:4px 10px 4px 25px;
	font-weight:bold;
	color:#333333;
	display:block;
	background:#ffd995 url(../img/usr/top/arrow.png) 10px center no-repeat;
}
.sidebox_ ul.nav_tree_ li a:hover {
	background:#ffe7bb url(../img/usr/top/arrow.png) 10px center no-repeat;
}



.block-search-tree {
	background-color: #fffad8;
	border: 1px solid #FF993A;
	margin-bottom: 20px;
}

.block-search-tree--search-title::before{
	content: "▼ ";
}


.block-search-tree p.block-search-tree--search-title {
	height: 1em;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff993a;
	margin-top: 0;
	padding: 5px;
}

.block-search-tree--search .js-search-filter {
	margin: 10px 9px;
	padding: 2px;
}

.block-search-tree--search .js-search-filter.filter-check {
	border: 1px solid #BBBCBF;
	line-height: 2em;
}

.block-search-tree--category.js-search-filter {
	margin: 0;
	padding: 0;
}

.block-search-tree--maker.js-search-filter {
	height: 200px;
	overflow-y: scroll;
}

.block-search-tree--button {
	display: flex;
}

.block-search-tree--search .clear_filter {
	display: block;
	text-align : center;
	cursor : pointer;
	padding : 8px 0;
	background : #f0f8ff;
	line-height : 1em; 
	text-decoration: none;
	color: black;
	border: 1px solid black;
	width: 27%;
	margin-right: 4%;
}

.block-search-tree--search .submit_filter {
	display: block;
	text-align : center;
	cursor : pointer;
	padding : 8px 0;
	background : #b4f199;
	line-height : 1em; 
	text-decoration: none;
	color: black;
	border: 1px solid black;
	width: 69%;
	height: 30px;
	font-size: 12px;
}


.block-search-tree--search .reset_tag {
	display: flex;
	text-align: left;
	cursor: pointer;
	padding: 8px 8px;
	background: #f0f8ff;
	line-height: 1em;
	text-decoration: none;
	color: #000;
	border: 1px solid black;
	border-radius: 10px;
	vertical-align: middle;
}

.block-search-tree--tag-name {
	width: 90%;
}

.block-search-tree--tag-del {
	width: 10%;
	margin: auto 0;
	text-align: center;
}

.block-search-tree--search .block-search-tree--keyword {
	text-align : center;
}

.block-search-tree--search .block-search-tree--keyword input {
	width: 100%;
	margin: 5px 0;
	line-height: 1.5em;
}

.category_tree_ li.opened_ {
	display: flex;
}

.category_tree_ li.closed_ {
	display: none;
}

.category_tree_ .btn_category_opener_,
.category_tree_ .btn_category_opener_,
.category_tree_ .btn_category_opener_ {
	display: inline-block;
	margin-right: 7px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-align: right;
}

.category_tree_ .btn_category_opener_.closed_::before {
	content: "＋";
}
.category_tree_ .btn_category_opener_.opened_::before {
	content: "―";
}

.category_tree_ .btn_category_opener_ {
	font-weight: bold;
}

.block-search-suggest--list {
	display: block;
	z-index: 1000;
	text-align: left;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #000;
}

.block-search-suggest--keyword {
	padding: 2px;
}

.block-search-suggest--keyword-entry {
	display: block;
	color: #000 !important;
	text-decoration: none;
	line-height: 2.0em;
}

.block-search-suggest--goods {
	min-height: 60px;
	padding: 2px;
	display: block;
	clear: both;
	cursor: pointer;
}

.block-search-suggest--goods:hover {
	background-color: rgb(220, 220, 220);
}

.block-search-suggest--goods-img {
	display: block;
	float: left;
	width: 60px;
	margin-right: 10px;
}

.block-search-suggest--goods-img img {
	width: 60px;
	height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
	width: 100%;
}