/*認証ボタン*/

#entrance .more_btn a {
  background: none !important;　/*背景*/
  color: #000 !important;/*文字*/
  border:1px solid #000 !important;/*枠*/
}
#entrance .more_btn a:hover {/*オンマウス時*/
background:#000 !important;/*背景*/
color: #fff !important;/*文字*/
}
