
  .action-sp{
  	width: 100%;
   text-align: center;
  }
	.action-sp .block-logout--back-to-home {
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
    max-width: 360px;
}
.action-sp .btn.btn-recommend {
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}
.action-sp .btn.btn-recommend:after{
	position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #888 #888 transparent transparent;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
     right:10px;
     top:50%;
     margin-top: -3px;
}

/*その他のお知らせボタン　非表示*/
.toppage-container .contents-container article.colleft .info-container .bottomlink {
    display: none;
}

/*カテゴリのおすすめ　タイトル非表示*/
.categoryosusume-container.sec_category_recommend .ttlbb {
    display: none;
}

/*メディアで紹介しました　タイトル*/
h3.ttlbb.media_goods {
    margin-bottom: -15px;
    line-height: 1;
}