/*-----------------------------------------
base.css
-----------------------------------------*/
/* header */
#header {
  height: 42px;
  background: url(/s/prdct/kitchen/images/common/header-bg.gif) repeat-x;
}
#header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header h1 {
  float: left;
}
#header dl {
  float: right;
}
#header dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header dl dt {
  float: left;
  cursor: pointer;
}
#header dl dd {
  float: left;
  cursor: pointer;
}

/* keyword */
#keyword {
  position: absolute;
  z-index: 100;
  top: 42px;
  display: none;
  width: 100%;
  text-align: center;
  background-color: #646464;
  padding: 20px 0;
  box-shadow: 0 8px 8px -8px #646464;
  -webkit-box-shadow: 0 8px 8px -8px #646464;
}
#keyword .close {
  width: 148px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #9D9D9D;
  cursor: pointer;
  background: #a1a1a1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1a1a1), color-stop(100%, #828282));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a1a1a1 0%, #828282 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 );
  /* IE6-9 */
}
#keyword ul {
  width: 300px;
  margin: 0 auto 15px;
}
#keyword ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#keyword ul .search-input input {
  float: left;
  width: 230px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
}
#keyword ul .search-btn input {
  float: left;
  width: 49px;
  height: 40px;
}
#keyword input {
  border-radius: 0;
  -webkit-border-radius: 0;
}

/* menu */
#menu {
  position: absolute;
  z-index: 100;
  top: 42px;
  display: none;
  width: 100%;
  background-color: #646464;
  padding: 20px 0;
  font-size: 14px;
  box-shadow: 0 8px 8px -8px #646464;
  -webkit-box-shadow: 0 8px 8px -8px #646464;
}
#menu a {
  display: block;
  padding: 10px 10px 10px 22px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  background: url(/s/prdct/kitchen/images/common/ico_arrow4.png) 10px 50% no-repeat;
  background-size: 5px auto;
}
#menu .inner {
  margin: 0 10px;
}
#menu .list {
  margin-bottom: 10px;
}
#menu .list li {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #DBDBDB;
}
#menu .close {
  width: 148px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #9D9D9D;
  cursor: pointer;
  background: #a1a1a1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1a1a1), color-stop(100%, #828282));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a1a1a1 0%, #828282 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a1a1a1 0%, #828282 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 );
  /* IE6-9 */
}

.top-line {
  border-top: 1px solid #DBDBDB;
}

#contents {
  padding-bottom: 10px;
  box-shadow: 0 -10px 10px -10px #C2C2C2 inset;
  -webkit-box-shadow: 0 -10px 10px -10px #C2C2C2 inset;
}

#contents .indent {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

#page-section {
  padding: 13px 10px 10px;
  border-top: 1px solid #E5E5E5;
}

.fb-button {
  width: 100%;
  margin: 0 auto 13px;
  text-align: center;
  background: #7c92ba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7c92ba 1%, #546fa4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7c92ba), color-stop(100%, #546fa4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c92ba 1%, #546fa4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c92ba 1%, #546fa4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c92ba 1%, #546fa4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c92ba 1%, #546fa4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c92ba', endColorstr='#546fa4',GradientType=0 );
  /* IE6-9 */
}
.fb-button a {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.0;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.fb-button .icon {
  margin-right: 7px;
}
.fb-button .icon img {
  vertical-align: middle;
}

.column3-bnr {
  margin-bottom: 12px;
}
.column3-bnr li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.column3-bnr li.last {
  margin-right: 0;
}
.column3-bnr li img {
  width: 100%;
}
.column3-bnr:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.page-top {
  text-align: right;
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 25px;
  font-size: 12px;
  background: url(/s/prdct/kitchen/images/common/pagetop-icon.png) right no-repeat;
  background-size: 13px auto;
}
.page-top a {
  color: #333333;
  text-decoration: none;
}

.main-title {
  padding: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

/* header-navi */
.header-navi {
  width: 100%;
  background-image: url("/s/prdct/kitchen/images/common/header-navi_bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  padding: 0 0 3px;
}
.header-navi ul li {
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #FFAC66;
  border-bottom: 1px solid #FFAC66;
  border-right: 1px solid #E75B06;
  padding: 11px 0 6px;
}
.header-navi ul li.top {
  width: 29%;
  border-left: none;
}
.header-navi ul li.lineup {
  width: 42%;
}
.header-navi ul li.support {
  width: 29%;
  border-left: none;
}
.header-navi ul li a {
  display: block;
  text-align: center;
}

.new-product {
  width: 93.75%;
  margin: 0 auto 15px;
  border-bottom: 2px solid #DBD5D1;
}
.new-product img {
  width: 100%;
  height: auto;
}
.new-product .new-product-inner {
  box-sizing: border-box;
  background-color: #EEEBE5;
  border: 1px solid #DBD5D1;
  border-top: none;
}
.new-product .new-product-inner .img {
  width: 93.75%;
  margin: 0 auto 10px;
  border: 1px solid #DBD5D1;
  background-color: #ffffff;
}
.new-product .new-product-inner p {
  font-size: 14px;
  font-size: 1rem;
  width: 93.75%;
  margin: 0 auto;
}
.new-product .new-product-inner .lead {
  padding: 10px 0;
  line-height: 1.4;
}
.new-product .new-product-inner .lead a {
  color: #666666;
}
.new-product .new-product-inner .name {
  line-height: 1.6;
}
.new-product .new-product-inner .name a {
  color: #b28643;
}
.new-product .new-product-inner .detail a {
  margin: 0 0 15px;
  color: #444444;
  border: 1px solid #DBD5D1;
  font-size: 12px;
  font-size: 0.85714rem;
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 13px 0;
  background-image: url("/s/prdct/kitchen/images/common/ico_triangle.png");
  background-position: right bottom;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.support-box {
  width: 93.75%;
  margin: 0 auto 20px;
}
.support-box h3 {
  margin-bottom: 10px;
  color: #444444;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
}
.support-box li {
  float: left;
  width: 32%;
  margin: 0 2% 5px 0;
}
.support-box li:nth-of-type(1) {
  /* width: 49%; *　210901 delete*/
  /* margin-right: 2%; 210901 delete*/
}
.support-box li:nth-of-type(2) {
  /* width: 49%; *　210901 delete*/
  /* margin-right: 0; 210901 delete*/
}
.support-box li:nth-of-type(3) {  /*210901 add*/
  margin-right: 0;
}
.support-box li:nth-of-type(4) {
}
.support-box li:nth-of-type(5) {
}
.support-box li:nth-of-type(6) {
  margin-right: 0;
}
.support-box li:nth-of-type(7) {
  width: 49%;
  margin-bottom: 0;
}
.support-box li:nth-of-type(8) {
  width: 49%;
  margin-right: 0;
  margin-bottom: 0;
}
.support-box li img {
  width: 100%;
}

/* footer-navi */
.footer-navi {
  width: 100%;
}
.footer-navi ul {
  border-top: 1px solid #D8D2CE;
  border-bottom: 1px solid #D8D2CE; 210901 delete
  padding-bottom: 1px;
}
.footer-navi ul li {
  float: left;
  box-sizing: border-box;
  background-color: #EEEBE5;
  width: 50%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #D8D2CE;
  display: table;
}
.footer-navi ul li.wide {
  width: 100%;
  text-align: center;
  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%);
}
.footer-navi ul li.wide a {
  background-position: 97.5% center;
  height: 30px;
}
.footer-navi ul li.br {
  border-right: 1px solid #D8D2CE;
}
.footer-navi ul li.btNone {
  border-top: none;
}
.footer-navi ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font-size: 12px;
  color: #666666;
  padding: 5px 10px;
  background-image: url("/s/prdct/kitchen/images/common/ico_arrow3.png");
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.footer-navi p {
  color: #8B7E69;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  padding: 8px 0;
}

/* footer-link */
#footer-link .pagelist2 {
  margin: 15px 0;
}
#footer-link .pagelist2 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 12px;
  background: url(/s/prdct/kitchen/images/common/ico_arrow5.png) 10px 6px no-repeat;
  background-size: 5px auto;
}
#footer-link .pagelist2 li a {
  display: block;
  padding-left: 22px;
  text-decoration: none;
  color: #003399;
}
#footer-link .pagelist2 li.last {
  width: 100%;
}
#footer-link .pagelist2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#footer-link .button {
  width: 210px;
  margin: 0 auto 17px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #DDDDDD;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 1%, #e9e9e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f6f6f6), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 1%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 1%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 1%, #e9e9e9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 1%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e9e9e9',GradientType=0 );
  /* IE6-9 */
}
#footer-link .button a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0;
  text-decoration: none;
}
#footer-link .button .icon {
  margin-right: 7px;
}
#footer-link .button img {
  vertical-align: middle;
}

/* footer */
#footer {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
}