/* お気に入りボタン*/

#item-table td{
    position: relative;!important;
}
.product-list__fav-items {
    margin-top: 10px;
    width: 30px;
    position: absolute;
    bottom: 2px;
    left: 8px;
    z-index: 10;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/* end お気に入りボタン*/
#SubCateList {
	text-align: center;
	width: 800px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
#SubCateList2 {
	background-color: #EBEBEB;
	border: 1px dotted #BBB;
	width: 760px;
	padding: 10px;
	text-align: left;
	font-size: 13px;
} 
#SubCateList2 h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#SubCateList ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#SubCateList li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 14px;
}

#itemlineup{
	padding-top: 7px;
	padding-bottom: 3px;
	clear: both;
	background-image: url(https://bicklycarpet.photo/share/itemlist/bk.png);
	background-repeat: repeat-x;
	background-position: 0% top;
}
#itempageinks{
	font-size: 13px;
	text-align: center;
	background-color: #EBEBEB;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#item-table td{
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	border-radius: 4px;
	background-color: #EBEBEB;
}
.item-name{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-radius: 4px;
	border-bottom-color: #BFBFBF;
	word-break: break-all;
}

.item-txt{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	color: #666;
}
.item-soldout{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.item-price{
	padding-top: 5px;
	color: #C00;
	font-weight: bold;
	text-align: right;
}

/*詳細検索*/
#moresearch {
	width: 800px;
}
#moresearch_title {
	padding: 10px;
	text-align: center;
	background-color: #F7CA15;
}
#moresearch_title img{
	vertical-align: middle;
	margin-right: 5px;
}
#moresearch_main {
	padding-right: 20px;
	padding-left: 20px;
}
#moresearch_main table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 0px;
	margin-bottom: 5px;
	font-size: 15px;
}
#moresearch_main th{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #ebebeb;
	width: 14%;
	font-weight: normal;
	border-right: 1px dotted #333333;
}
#moresearch_main td{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #ebebeb;
	width: 35%;
}
#moresearch_txt {
	text-align: center;
	color: #666666;
	padding: 20px;
	font-size: 13px;
}

#moresearch .tdline{
	border-right: 5px solid #FFFFFF;
	width: 37% !important;
}

#moresearch_main .singlesel th{
	width: 14% !important;
}
#moresearch_main .singlesel td{
	width: 86% !important;
}

#moresearch ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#moresearch li{
	display: block;
	width: 204px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

#moresearch li:hover {
	background-color: #F9F9F9;
}

#moresearch .li4 li{
	width: 152px !important;
}

#searchbutton{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	text-align: center;
}

/*宮崎追加*/

/*CSSアコーディオン*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}

ul#search_kinoui {
    display: block !important;
}

/*ラベル*/
.accbox label.sidber_search_box {
    text-align:  center;
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#FFFFFF;
    font-weight: bold;
    background :#333333;
    cursor :pointer;
    transition: all 0.5s;
    position:  relative;
}

.accbox label.sidber_search_box:after {
  content: "\f067";
  font-family: fontawesome;
  position:  absolute;
  right:  0;
  top: 0;
  bottom:  0;
  margin:  auto;
  height:  max-content;
  font-size:  1.4rem;
  padding-right:  10px;
}

/*ラベルホバー時*/
.accbox label.sidber_search_box:hover {
    background :#333333;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    /* padding: 5px; */
    background: #FFFFFF;
    opacity: 1;
}
		
div#PC_sidber_search_refine.accbox {
    max-width: 95%;
	margin: auto;
}

div#moresearch_title::after {
    content:  "▼";
    /* text-align:  right; */
    margin:  auto;
    position:  absolute;
    right: 1rem;
}

div#moresearch_title {
    position:  relative;
	box-shadow:2px 2px 2px 1px rgba(0,0,0,0.7);
	border-radius: 5px;
}
		
div#PC_sidber_search_refine ul {
    list-style:  none;
    margin:  0;
    padding:  0;
}

div#PC_sidber_search_refine ul li {
    display:  inline-block;
    width:  32.5%;
    margin-bottom:  5px;
}

.fanc_checkbox {
  display: none;
}
.fanc_checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.fanc_checkbox + .checkbox-icon:before {
  content: "\f111";
  font-family: fontawesome;
  color: #ccc;
  font-size: 22px;
  margin-right: 5px;
}
.fanc_checkbox:checked + .checkbox-icon:before {
  content: "\f058";
  color: #1A1A1A;
  margin-right: 5px;
}
	
div#moresearch_main select {
    padding:  .5rem;
}