/* 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%;
}
/*要素全体にリンクをつけるために必要な要素*/
.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;
}
.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;
}




