/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #000;
  background: #ffcc33;
}

.subbox h4 {
  font-size:1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.subbox h5 {
  font-size:1em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}



/* === Custam === */

/* -showcase- */
div.showcase { text-align: center;}
div.showcase img {
  max-width: 600px;
  margin: 30px 0;}
div.showcase p {}


/* -buy- */
div .buy {}
div .buy img { 
  width: 5em;
  margin-bottom: 1em;
}
div .buy p {
  font-size: 2em !important;
  font-weight: bold;
}
div .buy p span {
  font-size:0.5em
}
div .buy a {
  text-decoration: none !important;
}

/* -goodsbox- */
div.goods {
  margin: 50px 0;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #ffcc33;
}

div.goods dl {
  max-width: 340px;
  margin: 10px;
}

div.goods dl dt {
  padding-bottom: 20px;
}

div.goods div.info {
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
}

div.goods div.info p.plice {
  font-size: 3em !important;
  font-weight: bold;
  margin-bottom: 0.6em !important;
}
div.goods div.info p.plicekids {
  font-size: 1.6em !important;
  font-weight: bold;
  margin-bottom: 0.6em !important;
}


/* -fleamarket- */

div.fleamarket  {
  margin-top: 80px;
}

.fleamarket h4 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}




@media screen and (max-width: 680px){

  div.gallery ul li {
    max-width: 300px;
  }

}
