@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;
}

/*--------------------------------
味噌の豆知識,全国の郷土味噌
--------------------------------*/
.menu_list_inline{
 background-color:#FFFFFF;
 height:100px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;
}

.menu_list{
	font-size: 0;
}

.menu_list li{
 	display: inline-block;
	font-size: 12px;
	width: 20%;
}

.rank_title{
	font-weight: bold;
	font-size: 15px;
}

.rank {
	margin-right: 8px;
	vertical-align: middle;
}

/*--------------------------------
ランキングボタンの色を変える
--------------------------------*/
.ranking-items .ranking-item-detail a {
background-color: #deabc4;
}