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

.cat-link {
	color: #fff !important;
	background-color: #b5afab !important;
}

/* 黄色マーカー */
.marker-under {
    background: repeating-linear-gradient(-45deg, #ffe686, #ffe686 2px, transparent 2px, transparent 4px) no-repeat 0 0.75em;
}


.container {
	background-color: #fff;
}

.main {
	background-color: #fff !important;
    border: 1px solid #c8c8c8;
    border-radius: unset;
}

.sidebar h2::before, .sidebar h3:before {
	background-color: #000;
}

.sidebar h2, .sidebar h3 {
    border-bottom-color: #000;
}

.tagcloud a {
    border-color: #c8c8c8;
    background-color: #fff;
}

.article h2, .article h3 {
	border-color: #000 !important;
}

/* サムネの右上のカテゴリー表示を隠す*/
.eye-catch .cat-label, #carousel .cat-label, #list .cat-label {
    display: none;
}