/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
.aff-btn{
  height:50px;
  background-color: #4169e1;
  line-height: 50px;
  overflow-wrap:break-word ;
  border-radius: 20px;
  display: inline-block;
  box-shadow:0px 4px black;
}
.aff-btn:active{
  transform: translateY(4px);
  box-shadow:0px 0px black;
  cursor: pointer;
}
.aff-btn:hover{
opacity:0.5;
}
.aff-btn a{
  padding:0px 40px;
  text-decoration: none;
  color: white !important;
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}