.header__logo-img img{
  width:150px;
}


/*販売中の商品 On sale products見出し部分*/
.recommend__section{
  margin-top:-30px !important;
}

/*商品タイトル*/
.product-list__name{
  background:#fff;
  padding:10px;
  padding-top:25px;
  margin-top:-10px;
  font-size:14px;
}

.product_list__name a{
  padding-top:10px;
}

/*副タイトル*/
.txt--md{
  background:#fff;
  padding:10px;
  margin-top:-10px;
  color:#F7931E;
  font-size:14px;
  font-weight:bold;
}

/*値段*/
.product-list__prices{
  background:#fff;
  padding:10px;
  margin-top:-10px;
  color:#000;
  font-size:14px;
  font-weight:bold;
  text-align:right;
}

/*News*/
.info{
  margin-top:10px !important;
}

.news-day{
  margin-top:10px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin-right:15px;
  background:#F7931E;
  padding:5px 5px;
 display:inline-block;
  text-align:center;
}

.news .sub-txt{
  padding-left:117px;
}

/*見出しの背景ストライプ*/
.section__title-h2{
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  font-weight:bold;
}

/*ランキングの数字部分*/
.rank-box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.rank-number{
border-radius:0 !important;
}

.about{
  margin-top:-100px;
  text-align:center;
}

.about h2{
  font-family:"oswald";
  margin-bottom:-20px;
}

.about h3{
  margin-top:-2px;
  font-weight:bold;
  margin-bottom:-15px;
}

/*カテゴリーサイドバー*/
.menu-list__link{
  background:#fff !important;
  padding:10px 10px;
  padding-top:10px;
  width:92%;
  font-weight:bold;
  
}

.menu-list__icon{
  text-align:left !important;
}

.menu-list{
  margin:0 !important;
}


/*最近チェックした商品の画像部分*/
.product-list{
  margin-top:10px !important;
}

