.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited 
{
  color: #FFFFFF; /* ボタンの文字の色を指定 */
}
.c-button {
  background: #03a235; /* 通常時　ボタンの背景色を指定 */
}
  .c-button:hover {
    background: #039935; /* マウスオーバー時　ボタンの背景色を指定 */
  }