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

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

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

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

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

/*******************************
* 固定ページ記事タイトル非表示
********************************/
.type-page h1,
.type-page 
.post-meta{
  display:none;
}

/*******************************
* ナビメニュー区切り線
********************************/
#navi .navi-in > ul > li{
  border-right: 1px solid #ffe6e6;
}
#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}
.navi-in > ul > .menu-item-has-children > a::after{ 
  right: 10px; 
} 

/* メニューバー高さ */
#navi .navi-in > ul li{
	height: 25px;
	line-height: 25px;
}

/* カテゴリーラベル非表示 */
.entry-card .cat-label{
display: none;
}

/* 投稿ページ文字色指定（キーカラー不能） */
h2.entry-card-title.card-title.e-card-title{
font-size:15px;
color:#bcbcbc;
font-weight:bold;
text-align:center;
line-height:1.8em;
margin-top:0.5em;
margin-bottom:0em;
padding: 0 1em 0;
}

#sidebar{
  color: #bcbcbc;
}
#sidebar a {
  color: #bcbcbc;
}

/* フッター縮小 */
.footer {
	margin-top: 0;
	padding-top: 0;
}
#custom_html-8,
.footer-bottom {
	margin-top: 0;
	padding-top:0;
}