@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){/*必要ならばここにコードを書く*/}
/*  --------------------------------
Cocoonにあったもの
-------------------------------- */
/*ヘッダーとメインコンテンツの幅調整*/
.content 
{
	margin-top:0px!important;
}
/*上の行間削除*/
.entry-content
{
	margin-top:0px!important;
}
/*上と同じく行間の削除*/
.main
{
	padding-top:0px!important;
	padding-bottom:0px!important;
}
/*テーブルの色*/
.wp-block-table td,.wp-block-table th 
{
	color:#000000;
    border: 1px solid;
    padding: .5em
}
.entry-content
{
	margin-bottom:0px!important;
}
.article
{
	margin-bottom:0px!important;
}
/* ================================
Cocoonにあったもの
================================ */



/*  --------------------------------
全体
-------------------------------- */
/*サイトテーマフォント*/
.EnableRocknRollFont
{
/*   font-family: "RocknRoll One", sans-serif; */
  font-weight: 400;
  font-style: normal;
}
/* ================================
全体
================================ */