@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** カテゴリ・タグ 文字装飾
************************************/

.tag-link {
 background-color: #dddddd;
 color: #666666;
 border-radius: 20px;
 padding: 8px 15px;
}

.cat-link {
 background-color: #666666;
 color: #fff;
 border-radius: 20px;
 padding: 8px 15px;
}

.author-description {
 font-size: 12px;
}

/************************************
** 背景色設定
************************************/
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.navi-in a:hover,
.navi-footer-in a:hover,
.a-wrap:hover,
.comment-reply-link:hover,
.recent-comments .a-wrap:hover .recent-comment-content,
.pagination a:hover,
.pagination-next-link:hover, .comment-btn:hover,
.pager-links a:hover span,
.pager-links a:hover span,
.mobile-menu-buttons .menu-button:hover,
.menu-drawer a:hover,
.bp-login-widget-register-link a:hover{
background-color: #cccccc; /*背景色*/
color: #000; /*フォントカラー*/
transition: all 0.5s ease;
}

#navi .navi-in a:hover {
  background-color: #cccccc;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

/* プロフィールボックス 概要文字サイズ */
.author-box .author-description {
  font-size: 13px; /* .9em; */
}


/************************************
** タイトル拡大
************************************/

.entry-title {
	font-size: 30px;
}

.entry-card-title {
	font-size: 20px;
	font-weight: 800;
}

/************************************
** メニュー表示へのAdobe Fontsの摘要
************************************/

.item-label
.ad-label 
.toc-title
.sns-share-message 
.sns-follow-message
.related-entry-heading
.author-info 
.comment-title
.widget-sidebar-title 
.author-name {
  font-family: "ab-megadot9", sans-serif;
  font-weight: 400;
  font-style: normal;
}