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