@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.alignleft {
		float: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.alignright {
		float: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/*画像キャプションを右寄せにする処理*/
.wp-block-image figcaption {
    text-align: right;
}

/*「<p class="clear"></p>」で回り込み解除*/
p.clear{
    clear: both;
}

.clearAll{
	clear: both;
}
