@charset "utf-8";
/* CSS Document */
.bikerweargoods {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #B5FF14;
  text-align: left;
  line-height: 1.5;
}
.bikerweargoods p {
  margin: 0;
  padding: 0;
}
/* タイトル */
.t_bike1 {
  padding: .6em 1em;
  background: #666;
  background: -webkit-linear-gradient(top, #666 0%, #252525 100%);
  background: linear-gradient(to bottom, #666 0%, #252525 100%);
  border-top: 1px solid #888;
  border-right: 10px solid #B5FF14;
  border-bottom: 1px solid #888;
  border-left: 30px double #B5FF14;
  border-radius: 7px;
  color: #DDD;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
/* 紹介文アンダーライン */
.under {
  background: linear-gradient(transparent 50%, #B5FF14 50%);
  font-weight: bold;
}
/* 上下の余白を消す */
.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* もっと見る */
.block-link {
  display: none;
}
/* 口コミ商品 */
#sns .flex {
  max-width: 100%;
  margin: 10px auto;
}
#sns .item2 {
  margin: 0 auto;
  text-align: center;
}
.point {
  margin: 0 0 0 0px;
}
.pt1 {
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 150%;
  margin: 10px 0;
}
#spants .recommend-entry {
  position: relative;
  border: 1px solid #666;
  padding: 15px;
  margin-top: 20px;
}
#spants .recommend_title {
  position: absolute;
  top: -20px;
  left: 20px;
  font-weight: bold;
  font-size: 120%;
  background: #fff;
  padding: 0 .5em;
}
#spants .pt01 {
  font-size: 0.7rem;
  text-decoration: underline;
}
.mab30 {
  margin-bottom: 30px;
}
.mat40 {
  margin-top: -40px;
}
.link-t-a {
  position: relative;
  top: -200px;
  display: block;
}
#spants a.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.list_title {
  font-size: 1.1rem;
  color: #FFF;
  background-color: #00acee;
  text-align: center;
  clear: both;
  padding: 8px;
  margin: auto;
  margin-bottom: 60px;
  font-weight: bold;
  border-radius: 5px;
}
.list_title2 {
  font-size: 0.9rem;
  color: #313131;
  background-color: #fcdf3b;
  text-align: center;
  clear: both;
  padding: 5px;
  margin: auto;
  margin-bottom: 60px;
  font-weight: bold;
  border-radius: 5px;
}
.rec_text {
  font-size: 0.8rem;
  text-align: left;
  line-height: 200%;
  width: 100%;
  padding: 20px 20px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.rec_date {
  color: #999;
  font-size: 0.7rem;
  text-align: center;
}
.buyit {
  border: 1px solid #333;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}