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

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

/* 投稿では投稿日のみ、固定ページでは更新日のみを表示する */
.type-post .post-update {
	display: none;
}

.type-page .post-date {
	display: none;
}

#post-7 .date-tags {
	display: none;
}

/* Katteneをボックスの中に表示する場合にボーダーを消す */
.block-box .kattene {
	border: none;
}

/* ブログカードをタブボックスの中に表示する場合にボーダーを消す */
.block-box.has-border-color .blogcard {
	border: none;
}

/* サイドバーウィジェットのタイトルの表示を調整 */
.sidebar h3 {
	padding: 4px 8px;
	-moz-transform: skewx(-10deg);
	-webkit-transform: skewx(-10deg);
	transform: skewx(-10deg);
	background: -moz-linear-gradient(left, #00affa 60%, transparent);
	background: -webkit-linear-gradient(left, #00affa 60%, transparent);
	background: linear-gradient(to right, #00affa 60%, transparent);
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
}

/* サイドバーの目次は中央にしない */
.toc-widget-box .toc-center {
	margin-left: 0;
}

/* JetpackのWordPress投稿ウィジェット用 */
.jetpack-display-remote-posts h4 a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #333;
}

.jetpack-display-remote-posts h4:hover {
	background-color: #f5f8fa;
	transition: all 0.3s ease-in-out;
}

/* noteからのRSSウィジェット用 */
.sidebar h3 a.rss-widget-feed {
	display: none;
}

.sidebar h3 a.rss-widget-title {
	color: #fff;
	text-decoration: none;
}

.sidebar .widget_rss ul li a.rsswidget {
	padding: 5px 0;
}

.sidebar .widget_rss ul li .rss-date {
	display: block;
	text-align: right;
	font-size: 0.7em;
	line-height: 1;
}

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

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

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