/*
  Skin Name: tokanoスキンテンプレート
  Description: スキン自作の際にひな型となるスキンです。
  Skin URI: https://tokanogenkimura.com
  Author: tokanogenkimura
  Author URI: https://tokanogenkimura.com
  Screenshot URI: 
  Version: 1.0.2
  Priority: 10
*/
/*以下にスタイルシートを記入してください*/
@media screen and (min-width:769px) {
.article h2 {
background-color:unset!important;
	font-weight: initial;
	padding:inherit;
	padding-bottom:10px;
	color:#4a4a4a!important;
	font-size:28px;
	margin-left:25px;
	margin-right:25px;
	}}
@media screen and (max-width:768px) {
.article h2{font-size:24px;
	background-color:unset!important;
	font-weight: initial;
	padding:inherit;
	padding-bottom:10px;
	color:#4a4a4a!important;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;}
}
a:hover{color:#004a20;}
.breadcrumb a:hover{text-decoration:underline; color:#004a20;}
.wp-block-button__link a:hover{color:#46f073;}

.author-box img {
  text-align: center;
  padding: 10px;
  background: rgba(255,255,255, 0.7);
  border-radius: 100px;