@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*リンクカードの動き*/
.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){
  /*必要ならばここにコードを書く*/
}

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

/*カテゴリー非表示*/
.cat-item.cat-item-1,.cat-item-5,.cat-item-6,.cat-item-7,.cat-item-8,.cat-item-14,.cat-item-15,.cat-item-16,.cat-item-17,.cat-item-18,.cat-item-19,.cat-item-21,.cat-item-22,.cat-item-23,.cat-item-24,.cat-item-25,.cat-item-27{display:none;}

/*枠線*/
.img-border{
	border: solid 1px #dcdcdc;
}