@charset "utf-8";

.shopView { margin-top: 1.5em;}
.shopView .inner { background: #fff; max-width: calc(970px - 60px); margin: 0 auto; border: 15px solid #77BEC0; padding: 15px;}
.shopView .topImage { padding: 15px 0;}
.shopView .topMap { padding: 15px 0;}
.shopView h2 { padding: 10px 0; margin-bottom: 1em;}
.shopView h3 { max-width: 813px; margin: 0 auto 1em; text-align: left;}

.shopView table { width: 810px; margin: 0 auto 1.5em; font-size: 14px;}
.shopView table th { text-align: left; vertical-align: top; padding: 3px 10px;}
.shopView table td { text-align: left; vertical-align: top; padding: 3px 10px;}
.shopView table td strong { font-weight: bold;}
.shopView table td a { color: #fc2873 !important;}
.shopView table td a:hover { text-decoration: underline;}

.shopView table td.Red { color: #fc2873;}
.shopView table tr.blue th,
.shopView table tr.blue td { background: #bfeeff;}

.spOnly { display: none;}

/*SP_CSS*/
@media screen and (max-width:760px){
  .pcOnly { display: none;}
  div.spOnly { display: block;}

  #footer .footer_txt1 { font-size: 10px; padding-top: 15px;}
  #footer .footer_txt2 { width: auto;}

  .shopListView { background: #fff; text-align: left; padding-top: 1.5em;}
  .shopListView img { max-width: 100%;}
  .shopListView .shop_box > img.img100 { max-width: 90%; display: block; margin: 0 auto;}
}