html
<input type="submit" value="" />value=””にテキストがあると表示されるので text-indentで飛ばすか、入力しないようにする
css
article:nth-of-type(5) section form input[type="submit"]{ border: 0px; width:●●●px; height:●●●px; background: url(●●●) left top no-repeat; display: block; margin: auto; }