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

/*カラム背景色*/
.header-container,
.main,
.sidebar,
.sidebar-menu-content,
.footer {
background-color: #000000;
}

.entry-title {
font-size: 18px;
}

/* 見出しセルの文字色・背景色・枠線設定 */
.entry-content th {
	color: #ffffff;
	background-color: #000000;
	border: solid 1px #000000;
}
/* 見出し以外のセルの枠線設定 */
.entry-content td {
	border: solid 1px #000000;
}
/* 奇数行の背景色 */
.entry-content tr:nth-child(odd) td {
	background-color: #000000;
}
/* 偶数行の背景色 */
.entry-content tr:nth-child(even) td {
	background-color: #000000;
}
/* 見出しカスタマイズ */
/* H2 */
#content-in .article h2 {
padding: 0;
font-size: 18px;
border-bottom: solid 3px white;
position: relative;
background:none;
}

/* H3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* H4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* H5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* H6 */
.article h6{
border-bottom:none;
padding: 0;
}
