@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{
	table-layout: fixed;
} */

/*--------------------------------		
 テーブル1列目の幅		
---------------------------------*/
td:nth-child(1){
	width: 140px;
	background-color: #f5f5f5;
	font-weight: bold;
}

/*--------------------------------		
 テーブルを白くする		
---------------------------------*/		
table,tr,td{		
	background-color: #ffffff;
	text-align: left;
}

/*--------------------------------		
 テーブル見出しをグレーにする		
---------------------------------*/		
th{		
	background-color: #dcdcdc;
	text-align: center;
}

/*--------------------------------		
 味噌の特徴	
---------------------------------*/	
.misotokucho td:nth-child(1){
	width: 50px;
	text-align: center;
}

/*--------------------------------		
 レシピ
---------------------------------*/
.recipe_photo img{
	border-radius:5px;
}

.recipe_zairyo li{
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.recipe_zairyo li:nth-child(1){
	border-bottom: 1px solid #b3b3b3;
	font-weight: bold;
}

.recipe_tsukurikata li{	
	list-style: none;
	text-align: justify;
	text-indent: -1.8em;
	margin-left: 1em;
	border-bottom: 1px dotted #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	counter-increment: cnt;
}

.recipe_tsukurikata li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}

/*--------------------------------
流れボタン
--------------------------------*/
.nagarebutton {
	display: inline-block;
	font-weight: bold;
	background-color: #2a8460;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	width: 300px;
	color: #ffffff;
	margin-bottom: 16px;
	padding: 8px;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #2a8460, 2px 1px 6px 4px rgba(10,10,0,0.5);
}

.nagarebutton a:link , .nagarebutton a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*--------------------------------
歴史/米の食味ランキングとはテーブル
--------------------------------*/
.rekishi tr td:nth-of-type(1){
	background-color: #f2f2f2;
	width: 60px;
	text-align: center;
}

.rekishi tr td:nth-of-type(2){
	background-color: #ffffff;
}

/*--------------------------------
米の食味ランキング　テーブル
--------------------------------*/
.komerank{
	table-layout: fixed;
	width: 100%
}

.komerank td{
	background-color: #ffffff;
	text-align: center;
}

.komerank tr:nth-child(1) td{
	background-color: #f2f2f2;
	font-weight: bold;
}

.komerank tr td:nth-of-type(1){
	width: 100px;
}

.komerank tr td:nth-of-type(2){
	width: 100px;
}

/*--------------------------------
固定ページの全てで日付を非表示にする
--------------------------------*/
.home .article h1{display:none;}
.home .post-date{display:none;}
.home .post-update{display: none;}
.home.page .sns-share{display: none;}
.home.page .sns-follow{display: none;}
.home.page .author-info{display: none;}

