@charset "utf-8";
/* Recipe search
   ========================================================================== */
#recipe-search {
  margin-bottom: 20px;
}
#recipe-search form {
  margin-bottom: 6px;
  padding: 15px 10px;
  background-color: #f4f3f0;
  text-align: center;
}
#recipe-search form:last-child {
  margin-bottom: 0;
}
#recipe-search form .keyword,
#recipe-search form .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#recipe-search form .keyword {
  width: 395px;
}
#recipe-search form .keyword input {
  width: 395px;
  height: 32px;
  *height: 22px;
}
#recipe-search form .button input {
  background-color: #ede8e1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede8e1), color-stop(100%, #dedad4));
  background: -webkit-linear-gradient(left top, left bottom, #ede8e1, #dedad4);
  background: -moz-linear-gradient(left top, left bottom, #ede8e1, #dedad4);
  background: linear-gradient(to bottom, #ede8e1, #dedad4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFEDE8E1', endColorstr='#FFDEDAD4') chroma(color=#000000);
  zoom: 1;
  height: 32px;
  margin-left: -1px;
  padding: 0 19px;
  *height: 34px;
  *padding: 0 19px;
  border: 1px solid  #beb8b0;
  font-size: 120%;
}

#recipe-search .suggest-keyword {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid  #d9d6d1;
}
#recipe-search .suggest-keyword dt {
  float: left;
  padding-right: 14px;
  color: #f1961e;
  font-weight: bold;
}
#recipe-search .suggest-keyword dd {
  overflow: hidden;
  zoom: 1;
  padding-left: 16px;
  font-weight: bold;
  background: url(/common/img/parts/line_y_dotted_dark.png) repeat-y;
}
/* Search result
   ========================================================================== */
#search-result .search-condition {
  margin-bottom: 17px;
}
#search-result .search-condition .matches {
  line-height: 1.2;
}
#search-result .search-condition .matches .number {
  margin-right: 0.15em;
  font-size: 178.57%;
}
#search-result .no-match {
  margin-bottom: 1.2em;
}
#search-result .no-match:last-child {
  margin-bottom: 0;
}
#search-result .no-match p {
  color: #ee3900;
  font-size: 1.4em;
}
/* Category index
   ========================================================================== */
#category-index {
  overflow: hidden;
  zoom: 1;
  padding: 30px 0 30px 35px;
  background-color: #f4f3f0;
}
#category-index .col {
  float: left;
  width: 300px;
  margin-right: 32px;
}
#category-index .category {
  margin-bottom: 20px;
}
#category-index .category:last-child {
  margin-bottom: 0;
}
#category-index .title {
  margin-bottom: 10px;
  padding: 4px 10px;
  background-color: #fff;
  font-size: 1.4em;
}
#category-index .mod-ul li {
  *margin-left: 0 !important;
  *padding-left: 13px !important;
  *background: url(/common/img/parts/icon_bullet.png) no-repeat left center !important;
  *list-style-type: none !important;
}
#category-index .mod-ul.half li {
  float: left;
  width: 132px;
}
#category-index .mod-ul.half li:nth-child(2n-1) {
  clear: left;
}
@media screen and (max-width: 701px) {
  #category-index {
    margin: 0 -10px;
    padding: 20px 10px 0;
  }
  #category-index .col {
    margin-bottom: 20px;
  }
  #recipe-search form .keyword {
    width: 210px;
  }
  #recipe-search form .keyword input {
    width: 210px;
  }
  #recipe-search form .button input {
    font-size: 120%;
  }

}
