@charset "Shift_JIS";
@import url('sidebox_add.css');
/* --------------------------------------------------------------------
	サイドボックス
-------------------------------------------------------------------- */
div.leftmenuframe_ h2 {
	text-align: left;
	padding: 10px;
	background: #0251a9;
}
div.sidebox_ {
	text-align: left;
	padding: 20px 20px 5px;
	background: #fff;
}
div.sidebox_ h3 {
	position: relative;
	color: #0251a9;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.3px;
	padding: 0 0 10px;
	margin: 0 0 2px;
	border-bottom: 2px solid #cce2f8;
}
div.sidebox_ h3:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: #0251a9;
}

/* --------------------------------------------------------------------
	サイドボックス　絞込み
-------------------------------------------------------------------- */
.filter_tree_ {
	margin: 0 0 30px;
}
.filter_tree_ > li {
	position: relative;
	border-bottom: 1px solid #eee;
}
.filter_tree_ > li > a,
.filter_tree_ > li > span.nolink_ {
	display: block;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 10px 14px 2px;
	background-image: url(../img/usr/arrow_gray_r.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
}
.filter_tree_ > li > span.nolink_ {
	background-image: none;
}
.filter_tree_ > li.current_ > a,
.filter_tree_ > li.current_ > span.nolink_ {
	/* background-image: url(../img/usr/arrow_gray_r.png), url(../img/filter/clear.png);
	background-repeat: no-repeat, no-repeat;
	background-position: calc(100% - 5px) center, left center; */
}
.filter_tree_ > li.tree1_.current_ > a,
.filter_tree_ > li.tree1_.current_ > span.nolink_,
.filter_tree_ > li.tree2_.current_ > a,
.filter_tree_ > li.tree2_.current_ > span.nolink_,
.filter_tree_ > li.tree3_.current_ > a,
.filter_tree_ > li.tree3_.current_ > span.nolink_,
.filter_tree_ > li.tree4_.current_ > a,
.filter_tree_ > li.tree4_.current_ > span.nolink_ {
	padding-left: 20px;
}
.filter_tree_ > li.tree1_.current_ > a.btn_clear,
.filter_tree_ > li.tree2_.current_ > a.btn_clear,
.filter_tree_ > li.tree3_.current_ > a.btn_clear,
.filter_tree_ > li.tree4_.current_ > a.btn_clear {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	background: none;
	padding: 0;
}
.filter_tree_ > li:hover > a {
	text-decoration: none;
	background-color: #cce2f8;
}

.filter_tree_ > li > a span,
.filter_tree_ > li > span.nolink_ span {
	font-size: 12px;
	vertical-align: bottom;
	margin-left: 2px;
}
.filter_tree_ li.tree2_ > a,
.filter_tree_ li.tree3_ > a,
.filter_tree_ li.tree4_ > a,
.filter_tree_ li.tree2_ > span.nolink_,
.filter_tree_ li.tree3_ > span.nolink_,
.filter_tree_ li.tree4_ > span.nolink_ {
	color: #666;
	font-size: 14px;
}
.filter_tree_ li.tree2_ > a,
.filter_tree_ li.tree2_ > span.nolink_ {
	padding-left: 20px;
}
.filter_tree_ li.tree3_ > a,
.filter_tree_ li.tree3_ > span.nolink_ {
	padding-left: 35px;
}
.filter_tree_ li.tree4_ > a,
.filter_tree_ li.tree4_ > span.nolink_ {
	padding-left: 50px;
}
.filter_tree_ li .tree_contents_ {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 210px;
	top: 0;
	width: 0;
	box-sizing: border-box;
	z-index: 1000;
}
.filter_tree_ li.open_ .tree_contents_ {
	display: block;
	width: 350px;
}
.filter_tree_ li.open_ .tree_contents_.column2_ {
	width: 655px;
}
.filter_tree_ li.open_ .tree_contents_.column3_ {
	width: 960px;
}
.filter_tree_ li .tree_contents_ .inner_ {
	width: 350px;
	padding: 25px 40px;
	border: 2px solid #0251a9;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
.filter_tree_ li .tree_contents_.column2_ .inner_ {
	width: 655px;
}
.filter_tree_ li .tree_contents_.column3_ .inner_ {
	width: 960px;
}
.filter_tree_ li.open_ .tree_contents_ .inner_ {
	display: block;
}
.filter_tree_ li .tree_contents_ .inner_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.filter_tree_ .tree_contents_ ul {
	float: left;
	width: 245px;
	margin: 0 40px 0 0;
}
.filter_tree_ .tree_contents_ ul:last-child {
	margin-right: 0;
}
.filter_tree_ .tree_contents_ li {
	list-style: none;
}
.filter_tree_ .tree_contents_ li a,
.filter_tree_ .tree_contents_ li span.nolink_ {
	display: block;
	color: #0251a9;
	font-size: 16px;
	padding: 8px 2px;
}
.filter_tree_ .tree_contents_ li a:hover {
	text-decoration: none;
	background-color: #cce2f8;
}
.filter_tree_ .tree_contents_ li a span,
.filter_tree_ .tree_contents_ li span.nolink_ span {
	color: #222;
	font-size: 12px;
	vertical-align: bottom;
	margin-left: 2px;
}

.filter_price_ {
	margin: 20px 0 30px;
}
.filter_price_ .price_input_ {
	text-align: center;
}
.filter_price_ .price_input_ input {
	width: 76px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: right;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 2px;
}
@media all and (-ms-high-contrast: none) {
	.filter_price_ .price_input_ input {
		width: 96px;
		padding: 0;
	}
}
.filter_price_ .price_input_ input:first-child {
	margin-right: 2px;
}
.filter_price_ .price_input_ input:last-child {
	margin-left: 2px;
}
.filter_price_ .btn_filter_ {
	text-align: center;
	margin: 10px 0 0;
}

.filter_img_ {
	font-size: 0;
	margin: 20px 0 17px;
}
.filter_img_ li {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 0 8px 8px;
	border: 1px solid #ccc;
}

.filter_img_ li:nth-child(6n+1) {
	margin-left: 0;
}
.filter_img_ li a {
	display: block;
}
.filter_img_ li a span {
	display: block;
	width: 26px;
	height: 26px;
	background-color: #ccc;
}
.filter_img_ li span span {
	display: block;
	width: 26px;
	height: 26px;
	background-color: #ccc;
	position: relative;
}
.filter_img_ li.selected_ a {
	
}
.filter_img_ li.selected_ span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
}
.filter_img_ li.disable_ span span:after {
	content: "";
	display: block;
	width: 37px;
	height: 1px;
	background-color: #333;
	position: absolute;
	transform: rotate(-45deg);
	top: 13px;
	left: -5px;
}

.filter_img_ li span.black {
	background-color: #222;
}
.filter_img_ li span.silver {
	background-color: #A5A5A5;
}
.filter_img_ li span.white {
	background-color: #fff;
}
.filter_img_ li span.red {
	background-color: #E5000B;
}
.filter_img_ li span.pink {
	background-color: #EB7988;
}
.filter_img_ li span.orange {
	background-color: #FF5E19;
}
.filter_img_ li span.gold {
	background-color: #E49B0F;
}
.filter_img_ li span.yellow {
	background-color: #F4FA25;
}
.filter_img_ li span.green {
	background-color: #22C350;
}
.filter_img_ li span.blue {
	background-color: #1987E5;
}
.filter_img_ li span.purple {
	background-color: #AC16CE;
}
.filter_img_ li span.brown {
	background-color: #774635;
}
.filter_img_ li span.gray {
	background-color: #55545D;
}
.filter_img_ li span.other {
	background: linear-gradient(-45deg, red, orange, yellow, green, blue, indigo, violet);
}
/* --------------------------------------------------------------------
	サイドボックス　カテゴリツリー
-------------------------------------------------------------------- */
#top #sidebox_category {
	padding-top: 0;
}
.category_tree_ > li > a {
	padding-right: 20px;
	background-image: url(../img/usr/arrow_gray_r.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
}

/* --------------------------------------------------------------------
	サイドボックス　任意カテゴリツリー
-------------------------------------------------------------------- */
.select_category_tree_ {
}
.select_category_tree_ > li > a {
	padding-right: 20px;
	background-image: url(../img/usr/arrow_gray_r.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
}

/* --------------------------------------------------------------------
	サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
.genre_tree_ > li.tree1_ > a {
	background: none;
}

/* --------------------------------------------------------------------
	サイドボックス　ホバー時商品有り
-------------------------------------------------------------------- */
li.hover_contents_ > a,
li.hover_contents_ > span.nolink_ {
	padding-right: 20px;
	background-image: url(../img/usr/arrow_blue_r.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) center;
}
li.hover_contents_:hover > span.nolink_ {
	text-decoration: none;
	background-color: #cce2f8;
}


/* --------------------------------------------------------------------
	サイドボックス　すべての商品を見る
-------------------------------------------------------------------- */
.search_all_ {
	margin: 0 0 10px;
}
.search_all_ a {
	display: block;
	text-decoration: none;
	padding: 3px;
	background: #fff;
}
.search_all_ dl {
	padding: 16px 10px 13px 14px;
	border: 1px solid #0251a9;
}
.search_all_ dt,
.search_all_ dd {
	display: inline-block;
	vertical-align: middle;
}
.search_all_ dt {
	margin-right: 9px;
}
.search_all_ dd {
	font-size: 16px;
	padding-right: 32px;
	background: url(../img/usr/arrow_gray_r.png) right center no-repeat;
}

/* --------------------------------------------------------------------
	サイドボックス　カート
-------------------------------------------------------------------- */
.cart_title_ {
	display:none;
}
.cart_frame_ {
	padding-bottom:5px;
}
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;
}



