.dojoBtn a{
	display: inline-block; 
	overflow: hidden;
	position: relative;
	letter-spacing:.1em;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 70px;
	margin-left:1em;
	
	background-repeat: no-repeat;
	background-position: 1em center;
	border:2px solid #6c6cab;
	background-color:#fff;
	color:#6c6cab;
}
.dojoBtn a::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  top:40%;
  right:15px;
  transform:rotate(45deg);
  transition:transform 0.2s ease;
  border-top:2px solid #6c6cab;
  border-right:2px solid #6c6cab;
}

.dojoBtn a:hover:after{
  transform:translate(.2em) rotate(45deg);
}
.dojoBtn a:first-child{
	margin-left:0;	
}
.dojoBtn a:first-child,.dojoBtn a:nth-child(2){
	background-image: url(/shogi24/images/icon_dojo_p.png);
}
.dojoBtn a:nth-child(3){
	background-image: url(/shogi24/images/icon_kifu_p.png);

}