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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.ect-entry-card .card-snippet {
	font-size: 0.8em;
    margin-bottom: 1em;
}

}

/************************
 * ランキング
/************************/
.ranking-item-name-text{ /*商品名*/
font-size:16px;
}
.rating-star { /*★*/
color: #0095d9;
font-size:14px;
}
.ranking-item-link-buttons a, /*公式ページ*/
.ranking-item-detail a { /*詳細ページ*/
background-color: #0068b7;
}
.ranking-item-description >p { /*説明文*/
font-size:12px;
}

