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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* サイドバー全体のスタイル */
.sidebar-area {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* バナー画像 */
.sidebar-banner img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.sidebar-banner img:hover {
  transform: scale(1.03);
}

/* ランキング・カテゴリ・レビューの見出し */
.sidebar-ranking h3,
.sidebar-category h3,
.sidebar-latest h3 {
  font-size: 16px;
  margin-bottom: 10px;
  border-left: 4px solid #ff4d6a;
  padding-left: 8px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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