/* CSS Document */

ul.check{
  margin-bottom: 30px;
}
div.ttl{
  margin-top: 0px;
  text-align: center;
  font-size:1.8rem;
  line-height: 150%;
}
p.center{
  text-align: center;
}
.labelBox dt{
  background-color: #222;
  font-weight: bold;
  color:#fff;
  padding: 5px 10px;
  width:80px;
  float: left;
  margin-right: 10px;
}
.labelBox dd{
  line-height: 28px;
}
.shopList.grid ._item{
  width:25%;
  padding-right: 15px;
}
.shopList h4{
  font-size:1.3rem;
  margin-bottom: 5px;
}
a.map{
  display: block;
  margin-top: 5px;
  border:1px #004e7d solid;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
a.map:hover{
  background-color: #004e7d;
  color:#fff;
}

/* アンカーメニュー */
.inner_nav {
	display: table;
    margin-top: 10%;
    width: 100%;
}

.inner_nav ul li:first-child a {
    border-left: 1px solid #dfe0e6;
}
.inner_nav ul li a {
    padding: 23px 0 0;
    display: block;
    height: 74px;
    border-top: 1px solid #dfe0e6;
    border-right: 1px solid #dfe0e6;
    border-bottom: 1px solid #dfe0e6;
    text-align: center;
    background: url(/img/service/icon_arrow_down.png) no-repeat center bottom 5px;
    background-size: 13px auto;
    line-height: 1.2;
    color: #333;
}

.inner_nav ul li {
    float: left;
    width: 25%;
    vertical-align: middle;
}


@media screen and (max-width: 640px) {
  .shopList.grid ._item{
    width: 50%;
    margin-bottom: 15px;
  }
}