@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*リンクカードの動き*/
.blogcard:hover {
	transform: translateY(-4px);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}
.blogcard {
padding-bottom:.8%;
border: 0px solid whitesmoke;
border-radius:4px;
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
}


/*表のスタイル*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* Animated GIF controls */
.GIFarea {
  position: relative;
  margin-left:auto;
  margin-right:auto;
}
.GIFarea img {
  cursor: pointer;
  width: 100%;
}
.GIFarea .GIFstopped {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -14%;
  transform: translate(50%, 50%);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.GIFarea .GIFstopped > span {
  display: block;
  color: #808080;
  font-size: 170px;
  font-weight: 700;
  pointer-events: none;
  width: 40px;
  height: 120px;
}
.GIFarea .GIFstopped_img {
  opacity: 0.5;
}

/* 図枠 */
.grid {border: solid 2px #3E3E3E;}
/* リンクカラー */
a {
/*  color: #000000; */
}

/* SNSシェア */
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #808080; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 10px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 20px; /*ボタンの横幅*/
	height: 20px; /*ボタンの高さ*/
}


/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

#toc-2 li.current {
	background-color: #C0C0C0; /* ハイライト色 */
}
