/***********************************************************************************************************************

カラーミーショップ
商品検索結果のcss

search.css

***********************************************************************************************************************/

/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
	font-size: 12px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: none;
  color: #e50056;
}
.p-item-sort-list__item a {
  color: #fff;
}.p-item-sort-list__item a:hover {
  color: #e50056;
}



.p-category__ttl{
	font-size: 12px;
	margin-bottom: 10px;
}
.p-category-free{
	font-size: 14px;
}