#shop .highlight {
  font-weight: bold;
  background-color: Yellow;
}

#shop #nohighlight {
  text-align: right;
}

#shop .search_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
  margin-left: auto;
}

#shop .search_container input[type="text"] {
  border: none;
  height: 2.0em;
}

#shop .search_container input[type="text"]:focus {
  outline: 0;
}

#shop .search_container input[type="button"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}

#shop .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  padding: 30px 0;
}

@media (max-width: 800px) {
  #shop .shop {
    display: block;
  }
}

#shop .shop .shop-left {
  width: 40%;
  line-height: 1.5;
  border-right: solid 1px #ccc;
}

@media (max-width: 800px) {
  #shop .shop .shop-left {
    width: 100%;
  }
}

#shop .shop .shop-left .logo {
  width: 50px;
  vertical-align: middle;
}

#shop .shop .shop-left .name {
  font-size: 2.2rem;
}

#shop .shop .shop-left .tel {
  font-size: 2.2rem;
}

#shop .shop .shop-left .tel i {
  color: green;
  padding-right: 10px;
}

#shop .shop .shop-left .postal {
  margin-top: 10px;
}

#shop .shop .shop-right {
  width: 60%;
  padding-left: 10px;
}

@media (max-width: 800px) {
  #shop .shop .shop-right {
    padding: 10px 0 0 0;
  }
}

@media (max-width: 800px) {
  #shop .shop .shop-right {
    width: 100%;
  }
}

#shop .shop .shop-right ul.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shop .shop .shop-right ul.area li {
  padding: 2px 5px;
}
/*# sourceMappingURL=shop.css.map */