@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.rinen{
		font-size:1.2em!important;
	}
.entry-content{
	margin-bottom:0px!important;
}

.article-footer{
	height:0px!important;
}

h2.h2-no{
	margin-top:-20px;
}
h2.h2-no10{
	margin-top:-10px;
}

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

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	.rinen{
		font-size:1.2em!important;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.rinen{
		font-size:1.2em!important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.rinen{
		font-size:1.2em!important;
	}
}
