@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
*/

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

/************************************
** 　プロフィール記事用　CSS
************************************/
    .kiji {
      display: flex;
    }

    .left-kiji {
      width: 680px;
      padding: 10px;
    }

    .right-kiji {
      flex: 1;
      background-color: #ffffff;
      padding: 0px 10px;
    }
.profile-table {
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  margin: 0 0;
}
.profile-table td {
  padding-left: 10px;
  vertical-align: top;
}

.profile-table th {
  background-color: #8C001A;
  padding-left: 10px;
  text-align: left;
  width: 130px;
  font-weight: bold;
  color: #FFF8F0;
}

.discography-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin: 0 0 24px;
}

.discography-table td {
  border: 1px solid #ddd;
  padding: 6px 8px;
  vertical-align: top;
}
.discography-table th {
  background-color: #8C001A;
  color: #FFF8F0;
  text-align: left;
  white-space: nowrap;
}


body {
	line-height: 1.35;
	font-family: Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	background:#fff;
}

#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #333;
    }


/* サイドバー見出し */
.sidebar h3 {
  background: transparent;  /* 背景を透明にする */
  text-align: center;  /* 見出しの文を中央揃えにする */
  padding:0px;  /* 周囲の余白（内側） */
  margin: 0px 0px 10px 0px;  /* 周囲の余白（外側） */
  border-bottom: dashed 2px #a8bcc8;  /* 下部に波線を表示する */
  color: #5C676D;  /* 色の変更 */
}

/*ホームページの「ページタイトル（H1見出し）」を非表示*/
.home.page .entry-title{
    display: none;
  }

/* 見出しのデザインリセット */

/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}

/* 見出しのデザイン設定 */
h1 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px  #8B0000;
}
/* H2 */
.entry-content h2{
color: #000; /* 文字色 */
font-size: 1.2em; /* 文字サイズ */
padding: 10px;
border-top: solid 3px #8B0000;/* 上側に実線・色 */
border-bottom: solid 3px #8B0000;/* 下側に実線・色*/
}

/* H3 */
.entry-content h3{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px #8B0000;/* 下側に点線・色*/
}

/* H4 */
.entry-content h4{
color: #000; /* 文字色 */
font-size: 1.2em; /* 文字サイズ */
padding: 10px;
border-top: solid 3px #008000;/* 上側に実線・色 */
border-bottom: solid 3px #008000;/* 下側に実線・色*/
}

/* H5 */
.entry-content h5{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 3px #008000;/* 下側に点線・色*/
}

/* H6 */
.entry-content h6{
color: #000; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #008000; /* 左側に実線・色*/
}


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

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

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