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

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

.my-review{
	border: 1px solid red;
	padding: 30px;
	margin: 20px 0;
	background-color: #ffeff7;
}

.my-more{
	border: 1px solid red;
	padding: 30px;
	margin: 20px 0;
	background-color: #ffeff7;
	text-align: center;
}

.widget-sidebar-title{
	border:2px dashed #b7b7ff;
}

.image-library{
	text-align: center;
}

.related-entry-heading{
	border:3px dashed #d1a3ff;
	background-color: #eddbff;
	padding:0.75rem;
	text-align:center;
}

.widget-below-related-entries-title,
.widget-index-bottom-title {
	border:3px dashed #ffa3d1;
	background-color: #ffdbed;
	padding: 0.75rem;
	text-align:center;
	margin-bottom: 1rem;
}

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

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

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