/* APIタイプ別検索 /////////////// */
.stock-h1 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.2rem;
    background-color: #ffe45b;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
}

#category_nav {
  margin-bottom: 30px;
}
#category_nav ul {
  text-align: center;
  padding-left: 0;
  display: block;
}
#category_nav li {
  display: inline-block;
  font-size: 10px;
  color: #333;
  width: 100px;
  height: 65px;
  background-color: #EEE;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #CCC;
}
li::before {
    content: none;
}

#category_nav img {
  margin-top: -15px;
  width: 75%;
  transition: none;
}
/*要素全体にリンクをつけるために必要な要素*/
.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:90%;
  width: 100%;
  border-bottom: 0px;
  text-decoration: none;
  color: #666;
  padding-top: 8px;
  transition: none;
}
.linkbox a:hover {
  background-color: #dc7800;
  color: #FFF;
  border-radius: 5px;
}
.linkbox a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.stock_all {
  font-size: 80% !important;
  line-height: 1.2em;
}

.menu_hover {
  background-color: #dc0000;
  color: #FFF !important;
  border-radius: 5px;
}
.menu_hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


.back {
    background-color: #999;
    margin: auto;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 26px;
    text-decoration: none;
}



/* 店舗別メニュー部分 =========== */
.shop_name {
  top: 7px;
  position: relative;
  transition: none;
}






.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.dropbtn {
  background-color: #a80013;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #777;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #777;
  background-color: #333;
  color: #FFF;
  transition: none;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #333;
}

.dropdown-content .category_menu {
  /*background-color: #04273d;*/
  color: #ffe890;
}

.show {
  display: block;
}
