@charset "utf-8";
/* CSS Document */

.bikerweargoods {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #B5FF14;
	text-align: center;
}
.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: 1.25em;
}
/* もっと見る */
.block-link { 
  display: none;
}

/* 紹介文アンダーライン */
.under {
  background: linear-gradient(transparent 50%, #B5FF14 50%);
  font-weight: bold;
}

/* 上下の余白を消す */
.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}


/* 口コミ商品 */

.itembox {
  display: flex;
  flex-wrap: nowrap;
background-color: #fff;
}

.item-image {
  width: 25%;
justify-content: center; 
    margin-top:55px;
    text-align: center;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 2 10px;
 padding: 10px;
}

.rec_pt {
 font-weight: bold;
 font-size: 1.0rem;
    text-decoration: underline;
}

.rec_date {
 color: #999;
 font-size: 0.7rem;
 text-align: left;
}

.rec_title {
 font-size: 1.0rem;
 font-weight: bold;
 text-align: left;
 margin-bottom:-50px;
}

.rec_text {
 font-size: 0.9rem;
 text-align: left;
 line-height:230%;
 width: 100%;
 margin:5px 0 auto;
 padding:20px;
 background-color: #eee;
 border-bottom: 1px solid #ccc;
 border-top: 1px solid #ccc;
}