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

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

/*表題の整形*/
.entry-title {
	font-size: 36px;
	text-align: center;
}
/*固定ページの投稿日を非表示*/
.type-page .date-tags {
	display: none;
}
/*ダウンロードボタンの編集*/
.wp-block-file__button.wp-element-button{
	background-color: #548235;	
	background: linear-gradient(to bottom, #6aa84f, #548235);
	border: 2px solid #3e6628;
	border-radius: 8px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3);
}

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

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

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