/*-----------------------------------------
list
-----------------------------------------*/
h2 {
  padding: 10px;
  margin-bottom: 5px;
  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 );
}

.item-header {
  width: 93.75%;
  margin: 0 auto 15px;
}
.item-header h3 {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  width: 100%;
  margin: 0 auto 15px;
  padding: 10px 0;
  background-image: url("/s/prdct/kitchen/images/common/bg_line.png");
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.item-header .flex-control-paging li a,
.item-header .flex-control-paging li a:hover {
  background: #DDDDDD;
}
.item-header .flex-control-paging li a.flex-active {
  background: #FF7500;
}
.item-header .category {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  padding: 5px 10px;
  min-height: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.item-header .category.cate1 {
  background-color: #CFA26E;
}
.item-header .category.cate2 {
  background-color: #D16577;
}
.item-header .category.cate3 {
  background-color: #87D15A;
}
.item-header .category.cate4 {
  background-color: #62B0D3;
}
.item-header .category.cate45 {
  background-color: #63C866;
}
.item-header .category.cate46 {
  background-color: #C5C55C;
}
.item-header .category.cate61 {
  background-color: #C99EB5;
}
.item-header .category.cate66 {
  background-color: #F0917D;
}
.item-header .category.cate70-147 {
  background-color: #F5A248;
}
.item-header .category.cate70-147, .item-header .category.cate70-148 {
  background-color: #F78AF3;
}
.item-header .category.cate67 {
  background-color: #CEA272;
}
.item-header .category.cate68 {
  background-color: #CF6678;
}
.item-header .category.cate69 {
  background-color: #89CF61;
}
.item-header .category.cate70 { /* カラフルキッチン */
  background-color: #65B0D1;
}
.item-header .category.cate71 {
  background-color: #EFB51B;
}
.item-header .category.cate76 {
  background-color: #657CCA;
}
.item-header .category.cate125 {
  background-color: #C372CE;
}
.item-header .category.cate126 {
  background-color: #F88BAB;
}
.item-header .category.cate127 {
  background-color: #9EB873;
}
.item-header .category.cate128 {
  background-color: #FFC000;
}
/* 追加カテゴリカラーチップ */
.item-header .category.cate229 {
	background-color: #8BC5F7;
}
.item-header .category.cate232 {
	background-color: #9EB4C9;
}
.item-header .category.cate263 {
	background-color: #979CD2;
}
.item-header .category.cate249 {
	background-color: #988AF8;
}
.item-header .category.cate246 {
	background-color: #C89632;
}
.item-header .category.cate253 {
	background-color: #58ACFA;
}
.item-header .category.cate264 {
	background-color: #86B404;
}
.item-header .category.cate252 {
	background-color: #10A14E;
}
.item-header .category.cate272 {
	background-color: #F3AA43;
}
.item-header .category.cate274 {
	background-color: #FFC000;
}
.item-header .category.cate280 {
	background-color: #B5B5C8;
}
.item-header .category.cate284 {
	background-color: #86B404;
}
.item-header .category.cate339 {
	background-color: #9EB4C9;
}
.item-header .category.cate341 { /* スタンダード */
  background-color: #10A14E;
}
.item-header .category.cate348 { /* CERAMUG&reg;タンブラー〈蓋付き〉*/
  background-color: #86B404;
}
.item-header .category.cate366 { /* cocochical */
  background-color: #9658F7;
}

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



.item-header .info {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1rem;
  color: #666666;
}
.item-header .specification-box {
  color: #666666;
  border: 1px solid #dbd5d1;
}
.item-header .specification-box .title {
  background-color: #EEEBE5;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
}
.item-header .specification-box ul {
  padding: 15px 15px 5px;
}
.item-header .specification-box ul li {
  margin-bottom: 10px;
}
.item-header .specification-box .series {
  padding: 0 15px 15px;
}
.item-header .specification-box .series a {
  color: #3d7dcc;
  padding-right: 25px;
  background-image: url("/s/prdct/kitchen/images/common/ico_arrow2.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

#item-contents {
  width: 93.75%;
  margin: 0 auto 15px;
  /*
  	form{
  		width: 100%;
  		img{
  			display: block;
  			max-width: 100%;
  			margin: 0 auto 15px;
  		}
  	}
  */
}
#item-contents h3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 13px;
  background-color: #FAF5E3;
  border-right: 1px solid #dbd5d1;
  border-bottom: 1px solid #dbd5d1;
  border-radius: 4px;
  color: #b28643;
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 8px 12px 7px;
}
#item-contents h4 {
  border-left: 3px solid #ff6c00;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  padding-left: 6px;
  margin-bottom: 15px;
}
#item-contents p {
  font-size: 14px;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px;
}
#item-contents img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}
#item-contents .movie {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
#item-contents .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnr {
  width: 93.75%;
  margin: 0 auto 15px;
}
.bnr img {
  width: 100%;
}

.item-footer {
  width: 100%;
  margin-bottom: 15px;
  background-color: #FAF5E2;
  padding: 20px 0;
}
.item-footer h3 {
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  width: 93.75%;
  margin: 0 auto 10px;
  padding-left: 6px;
  border-left: 3px solid #ff6c00;
  background-image: none;
}
.item-footer .shop-list {
  width: 93.75%;
  margin: 0 auto 20px;
}
.item-footer .shop-list li {
  font-size: 12px;
  font-size: 0.85714rem;
  width: 48%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #dbd5d1;
  background-size: 42px 48px;
  background-position: left center;
  background-repeat: no-repeat;
}
.item-footer .shop-list li a {
  box-sizing: border-box;
  color: #444444;
  display: block;
  padding: 10px 0 10px 42px;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  line-height: 1.2;
}
.item-footer .shop-list li span {
  color: #ff6c00;
}
.item-footer .shop {
  float: left;
  background-image: url("/s/prdct/kitchen/images/product/bg_shop.png");
}
.item-footer .online {
  float: right;
  background-image: url("/s/prdct/kitchen/images/product/bg_online.png");
}
.item-footer #slider2 {
  position: relative;
}
.item-footer #slider2 .flexslider2 {
  position: static;
  width: 300px;
  margin: 0 auto;
  border: none;
  background: none;
}
.item-footer #slider2 .flexslider2 .slides li {
  background-color: #ffffff;
  width: 120px;
  border: 1px solid #dbd5d1;
  margin: 0 20px 0 0;
  padding: 7px 10px;
  font-size: 12px;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.item-footer #slider2 .flexslider2 .slides li a {
  display: block;
  color: #666666;
}
.item-footer #slider2 .flexslider2 .slides li .title {
  height: 28px;
  line-height: 1;
  overflow: hidden;
}
.item-footer #slider2 .flexslider2 .slides li .type {
  height: 14px;
}
.item-footer #slider2 .flex-prev {
  left: 0;
}
.item-footer #slider2 .flex-direction-nav a {
  width: 26px;
  height: 52px;
}
.item-footer #slider2 .flex-next {
  right: 0;
}

.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-item .search-title a {
  display: block;
  background-image: url("/s/prdct/kitchen/images/common/btn_icon_open.png");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.search-item .search-title a.open {
  background-image: url("/s/prdct/kitchen/images/common/btn_icon_close.png");
}
.search-item .search-title span {
  display: inline-block;
  padding-left: 10px;
  color: #b28643;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 20px;
}
.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 {
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #ff6c00;
  width: 100%;
  margin: 0 auto 10px;
  padding-left: 6px;
  border-left: 3px solid #ff6c00;
  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 a {
  display: block;
  background-image: url("/s/prdct/kitchen/images/common/btn_icon_open.png");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.search-series .search-title a.open {
  background-image: url("/s/prdct/kitchen/images/common/btn_icon_close.png");
}
.search-series .search-title span {
  line-height: 48px;
  padding-left: 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #b28643;
  font-weight: bold;
  /*padding-top: 15px;*/
}
.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 {
  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 .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;
}