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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*リンク*/
a {
	text-decoration: none;
}

.entry-content a {
	text-decoration: none;
}

.entry-content a:hover {
	color: #1111cc;
	text-decoration: underline;
}

.toc-content a:hover {
	color: #222222;
	text-decoration : underline;
}
/*白抜きボックス*/
.blank-box {
	border: 1px solid #e1e1e1;
}

/*カードスニペット*/
.entry-card-snippet.card-snippet.e-card-snippet {
	font-size: 16px;
	line-height: 1.5em;
}

.related-entry-card-snippet {
	font-size: 16px;
	line-height: 1.5em;
}

/*reCAPTCHA*/
.grecaptcha-badge {
	visibility: hidden;
}

/*サイドバープロフィール*/
.author-name a {
	text-decoration: none;
}

.author-name a:hover {
	color: #1111cc;
	text-decoration: underline;
}

.author-description {
	font-size: 16px;
	line-height: 1.5em;
}

/*モバイルメニュー*/
.slicknav_menu {
    background: #999999;　
    padding: 0px;
}
.slicknav_btn {
     background-color: #999999;
}

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

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

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

  /*カードスニペット*/
.entry-card-snippet.card-snippet.e-card-snippet {
	font-size: 15px;
	line-height: 1.5em;
}

.related-entry-card-snippet {
	font-size: 15px;
	line-height: 1.5em;
}
	
}
