/*-----------------------------------------
list
-----------------------------------------*/
h2 {
  padding: 10px;
  margin-bottom: 15px;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.28571rem;
  border-bottom: 1px solid #dbd5d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}

h3 {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  width: 93.75%;
  margin: 0 auto 15px;
  padding: 5px 0 10px;
  background-image: url("/s/prdct/kitchen/images/common/bg_line.png");
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.search-item {
  padding: 0 10px;
  margin-bottom: 30px;
}
.search-item h3 {
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  width: 100%;
  border-left: 3px solid #ff6c00;
  padding: 0 0 0 6px;
  margin: 0 0 10px;
  background-image: none;
}
.search-item .item {
  border: 1px solid #DBD5D1;
  margin-bottom: 20px;
}
.search-item .search-title {
  border-bottom: 1px solid #DBD5D1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #faf5e2), color-stop(0, #fcfaef));
  background: -webkit-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -moz-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -o-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -ms-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
}
.search-title.search-title-other {
  background: -webkit-linear-gradient(90deg, rgb(250, 231, 217) 0%, rgb(252, 239, 229) 32%, rgb(253, 246, 241) 82%);
  background: -moz-linear-gradient(90deg, rgb(250, 231, 217) 0%, rgb(252, 239, 229) 32%, rgb(253, 246, 241) 82%);
  background: -o-linear-gradient(90deg, rgb(250, 231, 217) 0%, rgb(252, 239, 229) 32%, rgb(253, 246, 241) 82%);
  background: -ms-linear-gradient(90deg, rgb(250, 231, 217) 0%, rgb(252, 239, 229) 32%, rgb(253, 246, 241) 82%);
  background: linear-gradient(90deg, rgb(250, 231, 217) 0%, rgb(252, 239, 229) 32%, rgb(253, 246, 241) 82%);
}
.search-item .search-title span {
  display: block;
  padding: 10px;
  color: #b28643;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}
.search-item .search-contents.no-title ul {
  border-top: none;
}
.search-item .search-contents ul {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DBD5D1;
}
.search-item .search-contents ul:after {
  content: '';
  display: block;
  clear: both;
}
.search-item .search-contents ul li {
  display: block;
  height: auto;
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #DBD5D1;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #DBD5D1;
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 0px 3px 5px;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.search-item .search-contents ul li:nth-of-type(even) {
  border-right: none;
}
.search-item .search-contents ul li:nth-of-type(odd) {
  border-left: none;
}
.search-item .search-contents ul li:last-child, .search-item .search-contents ul li.bbNone {
  border-bottom: none;
}
.search-item .search-contents ul li img {
  width: 100%;
}
.search-item .search-contents ul li p {
  padding: 0 7px;
}
.search-item .search-contents ul li a {
  display: block;
  color: #666666;
  line-height: 1;
}
.search-item .search-contents .btn-more a {
  display: block;
  text-decoration: underline;
  color: #3d7dcc;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #DBD5D1;
  background-color: #EEEBE5;
  padding: 10px 0;
}

.search-series {
  width: 93.75%;
  margin: 0 auto 30px;
}
.search-series h3 {
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  width: 100%;
  border-left: 3px solid #ff6c00;
  padding: 0 0 0 6px;
  margin: 0 0 10px;
  background-image: none;
}
.search-series .item {
  border: 1px solid #DBD5D1;
  margin-bottom: 10px;
}
.search-series .item.contents-open {
  margin-bottom: 20px;
}
.search-series .search-title {
  border-bottom: 1px solid #DBD5D1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #faf5e2), color-stop(0, #fcfaef));
  background: -webkit-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -moz-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -o-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: -ms-linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
  background: linear-gradient(top, #fcfaef 0%, #faf5e2 100%);
}
.search-series .search-title span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #b28643;
  font-weight: bold;
  padding: 10px;
}
.search-series .search-contents.no-title ul {
  border-top: none;
}
.search-series .search-contents ul {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DBD5D1;
}
.search-series .search-contents ul:after {
  content: '';
  display: block;
  clear: both;
}
.search-series .search-contents ul li {
  display: block;
  height: auto;
  float: left;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #DBD5D1;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #DBD5D1;
}
.search-series .search-contents ul li:nth-of-type(even) {
  border-right: none;
}
.search-series .search-contents ul li:nth-of-type(odd) {
  border-left: none;
}
.search-series .search-contents ul li:last-child, .search-series .search-contents ul li.bbNone {
  border-bottom: none;
}
.search-series .search-contents ul li img {
  width: 100%;
}
.search-series .firstbig .search-contents ul li:first-child {
  width: 100%;
}
.search-series .firstbig .search-contents ul li:nth-of-type(odd) {
  border-right: none;
}
.search-series .firstbig .search-contents ul li:nth-of-type(even) {
  border-right: 1px solid #DBD5D1;
  border-left: none;
}

.item-list {
  width: 100%;
  background-color: #EEEBE5;
  padding: 10px 0 1px;
  margin-bottom: 20px;
}
.item-list .article {
  display: block;
  box-sizing: border-box;
  width: 93.75%;
  padding: 15px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  color: #444444;
  font-size: 14px;
  font-size: 1rem;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: 99% 98%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.item-list .article .img {
  float: left;
  width: 45%;
}
.item-list .article .img img {
  width: 100%;
}
.item-list .article .title {
  float: right;
  width: 50%;
}
.item-list .article .title .name {
  color: #3d7dcc;
  font-size: 15px;
  font-size: 1.07143rem;
  margin-bottom: 10px;
}
.item-list .article .title .category {
  color: #ffffff;
  font-size: 11px;
  font-size: 0.78571rem;
  text-align: center;
  padding: 5px 10px;
  min-height: 10px;
  border-radius: 10px;
}
.item-list .article .title .category.cate1 {
  background-color: #CFA26E;
}
.item-list .article .title .category.cate2 {
  background-color: #D16577;
}
.item-list .article .title .category.cate3 {
  background-color: #87D15A;
}
.item-list .article .title .category.cate4 {
  background-color: #62B0D3;
}
.item-list .article .title .category.cate45 {
  background-color: #63C866;
}
.item-list .article .title .category.cate46 {
  background-color: #C5C55C;
}
.item-list .article .title .category.cate61 {
  background-color: #C99EB5;
}
.item-list .article .title .category.cate66 {
  background-color: #F0917D;
}
.item-list .article .title .category.cate70-147, .item-list .article .title .category.cate70-148 {
  background-color: #F78AF3;
}
.item-list .article .title .category.cate67 {
  background-color: #CEA272;
}
.item-list .article .title .category.cate68 {
  background-color: #CF6678;
}
.item-list .article .title .category.cate69 {
  background-color: #89CF61;
}
.item-list .article .title .category.cate70 { /* カラフルキッチン */
  background-color: #65B0D1;
}
.item-list .article .title .category.cate71 {
  background-color: #EFB51B;
}
.item-list .article .title .category.cate76 {
  background-color: #657CCA;
}
.item-list .article .title .category.cate125 {
  background-color: #C372CE;
}
.item-list .article .title .category.cate126 {
  background-color: #F88BAB;
}
.item-list .article .title .category.cate127 {
  background-color: #9EB873;
}
.item-list .article .title .category.cate128 {
  background-color: #FFC000;
}
/* 追加カテゴリカラーチップ */
.item-list .article .title .category.cate229 {
  background-color: #8BC5F7;
}
.item-list .article .title .category.cate232 {
  background-color: #9EB4C9;
}
.item-list .article .title .category.cate263 {
  background-color: #979CD2;
}
.item-list .article .title .category.cate249 {
  background-color: #988AF8;
}
.item-list .article .title .category.cate246 {
  background-color: #C89632;
}
.item-list .article .title .category.cate253 {
  background-color: #58ACFA;
}
.item-list .article .title .category.cate264 {
  background-color: #86B404;
}
.item-list .article .title .category.cate252 {
  background-color: #10A14E;
}
.item-list .article .title .category.cate272 {
  background-color: #F3AA43;
}
.item-list .article .title .category.cate274 {
  background-color: #FFC000;
}
.item-list .article .title .category.cate280 {
  background-color: #B5B5C8;
}
.item-list .article .title .category.cate284 {
  background-color: #86B404;
}
.item-list .article .title .category.cate348 {  /* CERAMUG&reg;タンブラー〈蓋付き〉*/
  background-color: #86B404;
}
.item-list .article .title .category.cate341 {  /* スタンダード */
  background-color: #10A14E;
}
.item-list .article .title .category.cate366 {  /* cocochical */
  background-color: #9658F7;
}

/* 追加カテゴリカラーチップ */





.item-list .article .point {
  padding-top: 10px;
  clear: both;
  margin-bottom: 5px;
}
.item-list .article .info {
  background-color: #FAF5E3;
  border-radius: 6px;
  padding: 12px;
}
.item-list .article .info span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.bnr-box-top {
  width: 100%;
  margin: 0 auto 15px;
}

.bnr-box-top ul {
  padding: 0 5px 15px;
}

.bnr-box-top ul li {
  box-sizing: border-box;
  width: 100%;
/*  float: left; */
  padding: 0 5px 5px;
}

.bnr-box-top ul li img {
  width: 100%;
  height: auto;
}
/* アイテムから探す 221221 add */
#contents .itemsearch ul {
	display: flex;
}
#contents .itemsearch ul li{
	width: 33.3%;
}
#contents .itemsearch ul li img{
	width: 100%;
}