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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article-header.entry-header .eye-catch-wrap { display: none !important; }
.article-header.entry-header .entry-title { position: relative; top: 0; left: 0; margin-bottom: 10px; }
.article-header.entry-header h1.entry-title { padding-left: 40px; min-height:32px; background: url(https://step.bloglight.net/wordpress/wp-content/uploads/2026/03/cropped-favicon-32x32.png) no-repeat left center; } 
.article-header.entry-header h1.entry-title::before{ content:""; display:block; width:32px; height:100%; position:absolute; left:0; top:0; background:rgba(255,255,255,.3);}
.article-header.entry-header .date-tags { position:relative; top:0; left: 0;}

table tr:nth-of-type(2n+1) { background-color: rgba(0,0,0,0.03)}

h2.entry-card-title.card-title.e-card-title,
.e-card-title{ font-weight: 400; }

.author-box .author-name{ margin: 0; }
.author-description, .author-description a{ font-weight:400; color: auto; }
.nwa .author-box{ padding: 0; }
.nwa .author-box .author-content{ padding: 0; }

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

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

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

}
