@charset "UTF-8";

body {
  background-color: #000;
}
.textWhite, a.textWhite:hover {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 100;
}
.textLarge {
  font-size: 1.6em;
  line-height: 2em;
}
#shoplist {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#SNS {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
#SNS a {
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
}
.copy {
  color: #FFF;
  font-size: 11px;
  font-family: 'Montserrat';
  font-weight: 300;
  text-align: center;
}

  @media screen and (min-width: 640px) {
    #shoplist {
      width: 96%;
    }
  }