article{
  border-top: 0px dotted #c0b59f;
}
article:hover{
  color: #000;
  background: none;
}
article iframe{
  float: left;
  width: 300px;
  background: url('../img/common/map.png') center center no-repeat;
}
.child_main h2{
  background: url('../img/shop/shop_back.jpg') center;
  background-size: cover;
}
article table {
  padding-left: 20px;
  vertical-align: top;
}
article table  th{
  vertical-align: top;
}
article a{
  text-decoration: underline;
}
article.btn_wrap a.index_btn{
  text-decoration: none;
}
article a:hover{
  color: #b7262d;
}
@media screen and (max-width:480px){
  article{
    text-align: center;
  }
  article iframe{
    width: 100%;
    max-width: 300px;
    float: none;
}
  article table {
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 0px;
  }
  article table th,article table td{
    text-align: left;
  }
}
