.business01,
.business03{
  background-color: #f7f7f7;
}
.shop_list h3{
    background-color: #397aae;
}
.business01 img{
  border: solid 5px #1c649e;
}
.business01 h2{
  border-bottom: solid 1px #dedede;
}
.business02 a{
  color: #333;
    text-decoration: underline;
    border: solid 3px #fff;
    box-shadow: 0 0 5px #9f9f9f;
}
.business02 a:hover{
  color: #666;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #business h1{
    font-size:20px; 
  }
}

@media (max-width: 575px){
  
}


