/* 楽天ポイントボタン追加 2019.11.08 */
#rakuten_point_btn{
  position:fixed;
  bottom:65px;
  right:10px;
  z-index:999;
}
#rakuten_point_btn iframe#rakuten_point_parts{
  border:1px solid #d6d6d6;
}

/* ipad用ハック 161122 稲垣 */
@media only screen and 
(min-device-width : 768px) and (max-device-width : 1024px){
#reviews , #shopping , #toku_ban2 {margin-left:10%!important;}
}

/* リコール記事用 180831 稲垣 */
#top_info .info-cont {
    width: 914px;
    margin: 20px auto -25px;
    padding: 19px 43px 19px;
    background-color: #f5f5f5;
    background-image: url(https://file001.shop-pro.jp/PA01018/434/cms/img/top_info_title_p_ver2.png);
    background-repeat: no-repeat;
    background-position: center left 55px;
    }

#top_info .info-cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 5px 145px;
    border-bottom: 1px solid #e2e2e2;
    display: table;
    }