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

/************************************
/*↓ここから:メンバーリストの表設定*/
/************************************
/*メンバーリストの表設定(全体・幅のみ)*/
table.mbmberlist {
	width: 300px;
}
/*メンバーリスト(タイトル部分)の表設定*/
table td.mbmberlist-title-td {
	padding: 1px;
	border: none;
	background-color: #ffffff;
	font-size: 13px;
}
/*メンバーリスト(説明メイン部分)の表設定*/
table td.mbmberlist-setsumei-td {
	padding: 1px;
	border: none;
	background-color: #ffffff;
	font-size: 12px;
	}
/*メンバーリスト(説明サブ部分)の表設定*/
table td.mbmberlist-setsumei-sub-td {
	padding: 1px;
	border: none;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	}
/*メンバーリスト(本体部分・奇数行)の表設定*/
table td.mbmberlist-kisuu-td {
	padding: 1px;
	border: none;
	background-color: #ffffef;
	font-size: 12px;
	}
/*メンバーリスト(本体部分・偶数行)の表設定*/
table td.mbmberlist-gusu-td {
	padding: 1px;
	border: none;
	background-color: #ffffff;
	font-size: 12px;
}
/************************************
/*↑ココマデ:メンバーリストの表設定*/
/************************************
/************************************
タブ見出しボックス
/************************************
.tab-caption-box-label{ 
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 48px 24px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
}
/****************
コメントの設定
****************/
/* コメントから名前とメールアドレスの項目を隠す */
.comment-form-author, .comment-form-email, .comment-notes{
    display: none;
}
/****************
記事タイトルの上にラベルを追加する
****************/
.prev-post-title:before,
.next-post-title:before {
    color: #999999; /* 文字色 */
    font-size: 12px; /* 文字サイズ */
    margin-bottom: 0.3em;
    display: block;
}
.next-post-title:before {
    content: '＞＞＞ こちらもオススメです♪';
}
.prev-post-title:before {
    content: '＜＜＜ 一緒にお読み頂くのが、オススメです♪';
}
/****************
ページ送りナビの文字設定
****************/
.pager-post-navi a {
color: #4086bf;/*文字色*/
line-height: 1.7;/*行間*/
font-size: 1em;/*文字の大きさ*/
font-weight: bold;/*文字の太さ*/
}
/****************
カテゴリーのカスタマイズ
****************/
.widget_categories ul li a{
	line-height: 1.3; /*行間を狭くする*/
}
.widget_categories ul li a::before{
	font-family: FontAwesome; /*フォント名*/
	content: "\f0f3"; /*FontAwesomeのユニコード*/
	color: ; /*色*/
	padding-right: 6px; /*右側空間*/
	font-weight: 900; /*太さ*/
}
/************************************	
ランカー表の設定	
************************************/	
/*↓ここから:表設定*/	
/*表全体の横幅(完売・出演)*/	
table.table-ranker-table1 {	
	width: 280px;
}	
/*表全体の横幅(X)*/	
table.table-ranker-table2 {	
	width: 320px;
}	
/*表全体の横幅(YT)*/	
table.table-ranker-table3 {	
	width: 320px;
}	
/*1タイトル部分*/	
table td.table-ranker-title-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #ffffff;
	color: ;
	font-size: 14px;
	font-weight: bold;
}	
/*2説明メイン部分*/	
table td.table-ranker-setsumei-main-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	color: ;
	font-size: 12px;
	font-weight: ;
}	
/*3説明サブ部分*/	
table td.table-ranker-setsumei-sub-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	font-weight: ;
}	
/*4本体部分(項目行)*/	
table td.table-ranker-main-koumoku-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #ffffff;
	color: ;
	font-size: 12px;
	font-weight: ;
}	
/*5本体部分1*/	
table td.table-ranker-main1-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #fff9f9;
	color: ;
	font-size: 14px;
	font-weight: ;
}	
/*6本体部分2*/	
table td.table-ranker-main2-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #fffff9;
	color: ;
	font-size: 14px;
	font-weight: ;
}	
/*7本体部分(YT)*/	
table td.table-ranker-main3-td {	
	padding: 1px;
	padding-bottom: 10px;
	line-height: 1.4;
	border: none;
	border-top: ;
	border-bottom: ;
	background-color: #fff9f9;
	color: ;
	font-size: 14px;
	font-weight: ;
}	
/*8本体部分(合計行)*/	
table td.table-ranker-main-gokei-td {	
	padding: 1px;
	padding-bottom: ;
	line-height: ;
	border: none;
	border-top: 1px solid black;
	border-bottom: ;
	background-color: #ffffff;
	color: ;
	font-size: 12px;
	font-weight: bold;
}	
/*↑ランカー表の設定ココマデ*/	
/************************************
グローバルメニューの設定
************************************/	
.navi-in .menu-header .item-label{
	font-size: 14px;
	line-height: ;
}
/************************************
ウィジットサムネイルの角を丸める
************************************/	
.card-thumb img,
.widget-entry-card {
	border-radius: 8px;
}
/************************************
サイドバーウィジット 記事タイトルの設定
************************************/
.widget-entry-card-content {
	font-size: 12px;
	line-height: ;
	font-weight: ;
}
