/* 商品一覧＆商品検索結果　ページャー等 */
.pankuzu{padding:25px;}

.cate-freespace-img{
display: table-cell;
padding-left:25px;
width:45%;
vertical-align: middle;}
.cate-freespace-img img {border-radius: 10px;}

.cate-freespace{
  padding-left:50px;
  display: table-cell;
  vertical-align: middle;
}
.cate-freespace p{font-size:10.5px;
line-height:2;}

#group{
color:#666;
height:40px;
padding: 25px 0px 0px 25px;
}

#group h1{ display:inline-block;
font-size:20px;
}

.noneitem{ display:inline-block;
font-size:20px;
padding-left:25px;
}

.sortlist {
display:inline-block;
float:right;
overflow: hidden;
width: 110px;
margin-top:7px;
text-align: center;
}
.sortlist select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.sortlist select::-ms-expand {
display: none;
}
.sortlist.sort {
position: relative;
border-radius: 2px;
background: #fff;
}
.sortlist.sort::before {
position: absolute;
top: 1em;
right: 1.8em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #666;
pointer-events: none;
}
.sortlist.sort select {
padding: 8px 30px 8px 8px;
color: #666;
font-size: 12px;
line-height: 1;
}

.pager-pc{
height:30px;
padding-top: 10px;
margin: 0px 0px 40px 25px;
border-top:2px solid #ddd;
}
.item-hits{display:inline-block;
color:#666;
margin-top:3px;
}
.item-hits span{font-size: 16px;
margin:0px 2px 0px 2px;
color:#333;
}

.pager-ul {
display:inline-block;
float:right;
margin-top:5px;
}
.pager-ul li {
display:inline;
}
.pager-ul li a, 
.pager-ul li span {
padding: 5px 7px;
}
.pager-ul a {
border: 1px solid #ddd;
background: #fff;
color: #333;
}
.pager-ul li a:hover {
border: 1px solid #ddd;
background: #eee;
color: #333;
}
.pager-ul li span{
border: 1px solid #ddd;
background: #eee;
font-weight: bold;
color: #666;
}

/* 小グループ表示等 */
.subcate{
margin: 0px 25px 30px 25px;
width:100%;
}
.subcate-ul{
overflow: hidden;
display:block;
text-align:center;
}

.subcate-li{
width:25%;
padding:8px;
box-sizing:border-box;
display:inline-block;
float:left;
border: 1px solid #eee;
border-radius: 15px;
}

.subcate-li a{
font-size:13px;}

.subcate-li2{
width:25%;
padding:10px;
box-sizing:border-box;
display:inline-block;
float:left;
}

.subcate-li2 a{
font-size:15px;}

.cate-icon{margin-left:5px;}