/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 05:59:42 */
/*詳しくはこちらボタン 背景・文字*/
.author-description > p:nth-of-type(3)>a {
  background: #FF8FA3;
  border-radius: 20px;
  padding: 5px 20px;
  color: white;
	font-size: 16px;
}
/*詳しくはこちらボタン 位置*/
.author-description > p:nth-of-type(3) {
  text-align: center;
  margin: 20px 0px;
}
/*詳しくはこちらボタン 下線削除*/
.author-description > p:nth-of-type(3)>a:link {
  text-decoration: none;
}
/*詳しくはこちらボタン　ホバーで動く*/
.author-description > p:nth-of-type(3) :hover{
  transform: translateY(3px);
}