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

/*以下追記*/
body{
	background-image: none;
}

.entry-content h2{
	background-color: #F5F5F7;
	border-left: 10px solid #007AFF;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
	border-bottom: none;
	/*color: #000000;*/
	color: #5A5A5A;
}

.entry-content h3{
	border-radius: 10px 2px 2px 10px / 10px 2px 2px 10px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.entry-content h3:before{
	background: #007AFF;
}

.entry-content h4{
	width: 98.5%;
}

.entry-content h4:before{
	border-bottom-color: #007AFF;
}

.entry-content h4:after{
	border-bottom-color: #007AFF;
}

.author-box{
	background-color: #ffffff;
}