/* 眼科一覧 地図ページ */
.map-poti {}
@media (max-width: 640px) {
  .map-poti {
    margin-left: -30px
  }
}
#map-pre-li a {
  color: #f18a3c;
  font-weight: 700
}
#map-pre-li a:hover {
  background: #f18a3c;
  padding: 4px 10px;
  color: #fff
}
#map-pre-li ul {
  list-style-type: circle
}
#map-pre-li li {
  width: 70px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #F5D1AC
}
#map-list {
  line-height: 1em;
	font-size: 95%
}
@media (max-width: 820px) {
#map-list {
  font-size: 90%;
  line-height: 1.4em
}
}
.prefecture {
  background: #f18a3c;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  border-radius: 12px
}
/* みるみるショップ一覧 地図ページ */
@media (max-width: 640px) {
  .map-poti {
    margin-left: -30px
  }
}
#map-pre-li-shop a {
  color: #4f8a4a;
  font-weight: 700
}
#map-pre-li-shop a:hover {
  background: #4f8a4a;
  padding: 4px 10px;
  color: #fff
}
#map-pre-li-shop ul {
  list-style-type: circle
}
#map-pre-li-shop li {
  width: 70px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #F5D1AC
}
.prefecture-shop {
  background: #4f8a4a;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  border-radius: 12px
}
.box-shadow {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.box-shadow2 {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.left-box-shadow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 640px) {
  .left-box-shadow {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
}
.right-box-shadow {
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 640px) {
  .right-box-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 0px;
  }
}
.b-b-gray {
  border-bottom: #8F8F8F 1px solid;
}