.logo{
	animation-name:fdin;
	animation-duration:2s;
}
@keyframes fdin{
from {
	opacity:0;
	transform: translateY(10px);
}
to {
	opacity:1;
	transform: translateY(0);
}
}



.main,.sidebar{
		animation-name:fadein;
    animation-duration: 2s;

}
@keyframes fadein{
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



.menu-header .menu-item:hover{
	 border-bottom:3px solid #95cc4a !important;/*線の太さ色*/
	    transition: all .3s;/*線が出てくる時間*/
}
.sub-menu .menu-item:hover{
	border-bottom:none !important;
}


/*目次*/
.toc{
	border-width:3px;/*外枠線の太さ*/
	border-color:#95cc4a;/*外枠線色*/
	width:90%;/*目次の横幅*/
}
.toc-title{
	color:#778899;/*「目次文字色」*/
}
.toc .toc-content ol{
	color:#c2e2e1;/*段落の番号色*/
}
/*目次ここまで*/



/*プロフィール*/
.author-box{
	padding:30px 0 0;
}
.author-name{
	margin-bottom:20px;
}
.author-name a{
	font-size:1.2em;
	text-decoration:none;
}
.author-description{
	margin-bottom:30px;
}
.author-description p{
		text-align:center;
}
.author-box .sns-follow-buttons a.follow-button:hover{
	background-color:transparent;
	opacity:0.6;
}
.nwa .author-box .author-thumb{
	width:110px;
}
.nwa .author-box .author-thumb img{
	padding:1%;
	box-shadow:0 1px 3px rgba(0,0,0,.18)
	
}
.author-follows{
	background-color:#50aba9;
	padding:15px 0;
}
.author-follows::before{
	color:#fff;
	font-size:16px;
}

.nwa .author-box .author-content{
	font-size:14px;
}
.author-box .sns-follow-buttons a.follow-button{
	width:35px;
	height:35px;
	border-radius:40px;
	font-size:27px;
	color:#fff;
	background:0 0;
	border-color:#fff;
	margin-top:5px;
	margin-right:10px;
}
.author-box .sns-follow-buttons a.follow-button:hover{
	transform:scale(1.1);
}

/*ここまで*/


input::placeholder{
	font-size:0.75em;/*「サイト内を検索」の文字サイズ*/
}
.search-edit{
	border-radius:10px;/*検索ボックスの角のまるさ*/
	height:40px;
}
.search-submit{
	top:0px;
	line-height:0.25;
	bottom:0;
}
.search-submit:hover::before{
	color:#ffbc00;/*検索ボタンホバー時の色*/
}





/*h2タグ*/
.article h2{
	background-color:#c2e2e1;
	color:#696969;  /*文字の色*/
	margin-top:80px /*見出しとその直前の文字の距離*/
}
/*ここまで*/

/*h3タグ*/
.article h3{
	border:none;
	display:inline-block;
	color:#696969; /*文字の色*/
	margin-top:30px; /*見出しとその直前の文字の距離*/
	margin-bottom:0px; /*見出しとその直後の文字の距離*/
}
/*ここまで*/


/*h4タグ*/
.aeticle h4{
	border-color:#95cc4a
}
/*ここまで*/
