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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*メインカラム・サイドバー・ヘッダ・フッタの背景色*/
.header-container,  
.main,  
.sidebar,  
.footer { 
  background-color: #202020; 
}

/*サイト全体の文字色*/
.a-wrap {
  color: #D1D2D3;
}
.a-wrap:hover{
transform: translateY(-2px);
box-shadow: 2px 2px 6px 0 #ccc;
 color: #fff462;
}

/*目次の設定*/
.toc {
 border-style: none;
}
.toc-title {
  color: #D1D2D3;
}
.toc .toc-list li a {
  color: #ffff;
}
.toc-list > li a::before {
color: #D1D2D3;
font-family: "FontAwesome";
content : "\f13a";
margin-right: 7px;
}

/*ページネーション（次のページ）*/
.pagination-next-link:hover {
color: #fff462;
}
.pagination-next-link {
color: #D1D2D3;
}
/*ページネーション（番号）*/
.page-numbers {
color: #D1D2D3;
}
.page-numbers:hover {
color: #fff462;
}
.pagination a:hover {
color: #fff462;	
}


/*見出し*/
.article h2 {
  color: #2D2C2C;
  font-size: 24px;
  font-weight: 600;
  background-color:#D1D2D3;
	border-style: none;
  padding: 10px 20px;
	border-radius: 15px;
  margin-top: 1.5em;
  margin-bottom: 1.250em;
}
.article h3 {
  color: #D1D2D3;
  font-size: 20px;
  font-weight: 600;
	border-style: none;
	border-bottom: 1px solid;
  padding: 6px 5px;
  margin-bottom: 1em;
}

/*表の枠線*/
table td {
   border: 1px solid white;
}

/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

/*フッター メニュー調整*/
.footer-bottom-logo { 
  float: none;
  bottom: auto;
  position: static;
  margin-bottom: 10px;
}
.footer-bottom-logo .logo-image {
  padding: 0;
  width: 300px;
	height: 50px;
  margin: 0 auto;
}
.footer-bottom-content {
  float: none;
  text-align: center;
}
.navi-footer-in > .menu-footer {
  justify-content: center;
  margin-bottom: 1em;
}

/*人気記事ウィジェット */

.widget ul {
padding: 0;
}

.popular-posts li{
  list-style-type:none;
	font-size:16pxt;
	font-weight:600;
  line-height: 1.6em;
	border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.popular-posts img{
	margin: 0 10px 0 0;
  padding:0px;
}

/* 引用カスタム↓↓ */
blockquote{
  color: red;
  background: #545454;
  border-radius: 5px;
}
blockquote:before{ /*上の引用アイコン*/
  position: absolute;
  color: silver;
}
blockquote:after{ /*下の引用アイコン*/
  position: absolute;
  color: silver;
}

/*カテゴリーページ メタ非表示 */

.archive.category .card-meta {
  display: none;
}
/*WP Show Postsのタイトルフォントサイズ*/ 
.wp-show-posts .wp-show-posts-entry-title {
	font-size: 22px;
	font-weight: bold;
}
/*WP Show Postsの抜粋フォントサイズ*/ 
.wp-show-posts-entry-summary {
    font-size: 0.8em;
}
/*WP Show Postsの仕切り線*/ 
.wp-show-posts-entry-summary {
    border-bottom: 1px solid #ccc;
}

/*タグ表示*/ 
.tag-link {
color: #ffff00;
}

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

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

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