
/*読者になる画像を変更*/
.readerRequestBtnArea a.readerBtn.skinImgBtnS{
margin-left:auto;
margin-right:auto;
text-align:center;
padding:0;
text-indent:-9999px;
display:block;
overflow:hidden;
outline:none;
width:128px;/*横幅*/
height:28px;/*高さ*/
background-image:url(画像のURL);
}
128pxと28pxは画像に合わせて変更
画像の横幅がサイドバーの横幅を超えていると
飛び出してしまいます