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

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


body.ba-fixed, .ba-fixed.header, .ba-fixed.appeal {
    background-size: cover;
}

.tagline {
	background-color: inherit !important;
	color: inherit !important;
}

.btn-blue, .ranking-item-detail a, .btn-wrap.btn-wrap-blue > a {
    background: #004df4;
}

.cat-label-13{
	 background: #72a60c !important;
}
.cat-label-1{
	 background: #999 !important;
}

.article h2 {
	margin-top:2.5em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1023px){}
@media screen and (max-width: 834px){}
@media screen and (max-width: 480px){}