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

/* 見出しカスタマイズ */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}



/* 見出し1 */
.article h1{
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: none;
	font-size: xx-large;
	letter-spacing: 0.1em;
	line-height: 160%;
}

/* 見出し2 */
.article h2{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: xx-large;
	background: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	border-left: 0;
	margin-bottom: 1em;padding: 0;
	line-height: 160%
}

/* 見出し3 */
.article h3{
	font-family: serif;
	font-size: x-large;
	font-weight: normal;
	background: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0;
}

.main {
 background-color: #f4f3ef;
 padding-top: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-bottom 0;
}

table tr:nth-of-type(2n + 1) {
 background-color: transparent;
 border-top: 2px solid #000000;
 border-right: 0;
 border-bottom: 2px solid #000000;
 border-left: 0;
}

table tr:nth-of-type(2n) {
 background-color: transparent;
 border-top: 1px solid #000000;
 border-right: 0;
 border-bottom: 1px solid #000000;
 border-left: 0;
}
