.btn a {
  /* width: 150px; */
  height: 40px;
  line-height: 40px;
  padding : 0px 15px 0px 15px;    /* 文字余白 上右下左 */
  text-align: center;
  display: inline-block;
  background: #2999;
  border-radius: 20px;            /* 角の丸み */
  border-bottom: 4px solid #666;
  color: #FFF;
  margin: 0 auto 8 auto;          /* ボタン外周の余白 */
}