body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f8faf5;

}

.bland_title  {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.area_title  {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  color: rgba(113, 113, 113, 1);
}

.dealer_name  {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  white-space: nowrap;
}

a:link {
    color: rgba(113,113,113,1); 
}
a:visited {
    color: rgba(113,113,113,1); 
}
a:hover {
    color: rgba(180,180,180,1); 
}
a:active {
    color: rgba(113,113,113,1); 
}

.col-md-offset-2 {
  margin-left: 0px;
}

.area-list {
  margin-bottom: 25px;
}