
@charset "UTF-8";
table {
  border-collapse: collapse;
  border-spacing: 0; }
th, td{
  line-height: 1.5;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/*============================
shoplist
============================*/

.shoplist {
margin:0;
  background-image: url(../img/bg.jpg);	
}

.shoplist .contents-inner {
  background-color: #fff;
  width: 640px;
  margin: 0 auto;
  padding-bottom: 37px;
}

.shoplist h1 {
  width: 100%;
  margin-bottom: 22px;
}

.shoplist table {
  width: 590px;
  color: #666666;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 1rem;
}

.shoplist table th {
  padding: 12px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  background: #ffcd00;
  border: solid 1px #847a6e;
}

.shoplist table td {
  padding: 12px;
  border: solid 1px #847a6e;
  border-top: none;
  border-left: none;
}


/*============================
sp
============================*/
@media screen and (max-width:767px) and (min-width: 1px){
  .shoplist .contents-inner {
    width: 100%;
  }

  .shoplist table {
    overflow: hidden;
    width: 92%;
    font-size: 0.9rem !important;
  }

  .shoplist table td {
    padding: 1% 2%;
  }
}