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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* サイト全体をAdobe Fontsにする場合 */
body {
    font-family: futura-pt, vdl-admin, sans-serif;
}

/* ユーザーさんが気になっていた h2（見出し）だけ変える場合 */
.article h2 {
    font-family: futura-pt, vdl-admin, sans-serif;
    font-weight: 600; /* 太さはお好みで */
}
/* dot */
.cocoon-custom-text-1 {
color:#ffffff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/* コメントリスト全体のコンテナ（クラス名は環境に合わせて調整してください） */
/* コメントリスト全体のコンテナ（クラス名は環境に合わせて調整してください） */
.widget_recent_comments ul {
    list-style: none;
    padding: 0;
}

.widget_recent_comments li {
    padding: 10px 0;
    border-bottom: 1px solid #eee; /* 項目ごとの区切り線 */
    line-height: 1.6;
	font-size: 12px;
}

/* 記事タイトルのリンク（活動報告にゃ...の部分） */
.widget_recent_comments li a {
    text-decoration: none;
    color: #555; /* 少し薄めの黒で馴染ませる */
	transition: all 0.3s ease-in-out;
}

.widget_recent_comments li a:hover {
    color: #ff9900; /* ホバー時に色を変える */
}

/* 「より」や日付などのテキスト */
.widget_recent_comments li {
    color: #888;
}

/* ユーザー名（リンクになっている場合） */
.widget_recent_comments li .url {
    color: #333;
    border-radius: 4px;
    margin: 0 4px;
}
#wpd-bubble-wrapper{
	bottom: 80px !important;
}
