
/*アメ限記事画像を変更*/
.amemberEntryBtn img{
visibility:hidden;
}
.amemberEntryBtn a{
width:250px;/*横幅*/
height:110px;/*高さ*/
background-image:url(画像のURL);
background-repeat:no-repeat;
display:block;
overflow:hidden;
outline:none;
margin-left:auto;
margin-right:auto;
text-align:center;
}
250pxと110pxは画像に合わせて変更