@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{background-color:#fff !important;}
.new-entry-card-date {
  display: block;
}

.topics_box{margin-top:-50px;}
.topics_box a{width:32%; float:left; margin-left:10px;}

@media screen and (max-width:900px){
	.topics_box a{width:80%;margin:10px;}
}

.mobile-footer-menu-buttons{display:none;}

/*トップカテゴリラベル*/
.category_right .cat-label {
	position: static !important;
	display:inline-block;
	margin-top: 3px;
	padding: 2px 10px;
	font-size: 11px;
	border: none;
} 
/*関連記事カテゴリラベル*/
.related-entry-card .cat-label {
	position: static !important;
	display: inline-block;
	margin-top: 3px;
	padding: 2px 10px;
	border: none;
}

.relatea_category_side{
	margin-bottom: -5px;
}

.related-entry-card-content card-content e-card-content {
	font-size: initial;
}

.widget-entry-cards figure .cat-label{position:absolute;width:100px;top:350px;left:190px;padding:2px 20px !important;font-size:12px !important;font-weight:bold;border:none;font-family: 'spectral SC', serif;text-align:center;}
.category_right .cat-label{position:absolute;width:100px;padding:2px 20px !important;font-weight:bold;left:0;text-align:center;font-family: 'spectral SC', serif;margin-left:-29px;}
.new-entry-card-update-date{display:none;}
.widget-entry-cards.card-large-image figure img:hover{opacity:0.5;}

@media screen and (max-width:900px){
	.widget-entry-cards figure .cat-label{position:absolute:width:100px;top:0;left:0px;padding:5px 20px !important;}
}

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

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

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