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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	//background-color: white;
}

.main, .sidebar {
	background-color: white;
}

#sidebar {
    font-size: 0.9em;
}
.widget-entry-card {
    font-size: 0.9em;
}

/* カテゴリーラベル非表示 */
.entry-card .cat-label{
	display: none;
}

/* カテゴリーラベル非表示 */
.related-entry-card .cat-label{
	display: none;
}

ul {
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}

.mokuji-box {
	border: 4px solid #ccff66;
	border-radius: 4px;
	//margin: 1em 0;
	padding-top: 2em;
	position: relative;
	background-color: #ffffcc;
	font-size: 1.1em;
}

.mokuji-box::before {
	//border: 4px solid #ccff66;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #66aa66;
	background-color: #ffff99;
	//color: #da4033;
	content: "\76EE\6B21";
	font-weight: bold;
	//font-size: 1.25em;
	left: 1em;
	padding: 0 .5em;
	position: absolute;
	top: -1em;
}

table.tbltech2
{
	border: solid 2px black;
	border-collaps: collapse;
}

table.tbltech2 th
{
	border: solid 1px black;
	text-align: center;
	padding: 10px;
	background: #fff5e5;
}

table.tbltech2 tr,
table.tbltech2 td 
{
	border: solid 1px black;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
	padding: 10px;
}

h2.shadow	{
	font-size: 1.4em;
	color: black;
	padding: 10px;
	background-color: #e5ffcc;
	//border-bottom: solid 3px #66aa66;
	box-shadow: 2px 2px 5px #66aa66;
}

h3.item90-left-btm {
	width: 90%;
	padding-top: 0px;
	padding-left: 7px;
	font-size: 1.1em;
	color: black;
	background-color: transparent;
	border-left: solid 16px sandybrown;
	border-bottom: solid 5px saddlebrown;
}

/* パンくずリストのスタイル */
.breadcrumb {
	font-size: 1.0em;
	//margin-left: -40px;
	//background-color: #ffffcc;
}
.breadcrumb a {
	color: #33aa88;
}

.underline {
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-underline-offset: 0px;
	text-decoration-color: #99ff33;
}

.toc {
	border: 2px solid orange;
	background-color: cornsilk;
}

.toc-title {
	text-align: left;
	font-weight: bold;
}

.guzai-box {
	position: relative;
	border: 4px solid #ccff66;
	border-radius: 4px;
	margin-left: 5px;
	padding: 1em;
	background-color: #ffffcc;
	font-size: 1.0em;
	text-align: left;
	width: 90%;
}
.guzai-box::before {
	position: absolute;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #66aa66;
	background-color: #ffff99;
	content: "具材";
	font-weight: bold;
	font-size: 1.1em;
	left: 1em;
	padding: 0 .5em;
	top: -1em;
}
.guzai-box ul {
	padding-top: 20px; 
	padding-left: 20px; 
	margin-bottom: 0px; 
}
.guzai-box ul li {
	padding-bottom: 10px; 
}


.tukurikata-box {
	position: relative;
	border: 4px solid #ccff66;
	border-radius: 4px;
	margin-left: 5px;
	padding: 1em;
	background-color: #ffffcc;
	font-size: 1.0em;
	text-align: left;
	width: 90%;
}
.tukurikata-box::before {
	position: absolute;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #66aa66;
	background-color: #ffff99;
	content: "作り方";
	font-weight: bold;
	font-size: 1.1em;
	left: 1em;
	padding: 0 .5em;
	top: -1em;
}
.tukurikata-box ol {
	margin-top: 20px; 
	padding-left: 20px; 
	padding-bottom: 0;
	margin-bottom: 0;
}
.tukurikata-box ol li {
	padding-bottom: 20px; 
}


.recipe {
	//background-color: #ccffcc;
}

/* afiリンクスタイル */
.afi-box {
	text-align:left;
	padding-bottom:10px;
	font-size:small;
	zoom: 1;
	overflow: hidden;
	background-color: lightcyan;
}
.afi-image {
	float:left;
	margin:15px 20px 5px 15px;
}
.afi-name {
    //margin-bottom:0px;
    line-height: 150%;
    //font-size:16px;
    margin-top: 5px;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.afi-name a {
    //margin-bottom:0px;
    //line-height: 150%;
    //font-size:16px;
    margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.afi-info  {
    //margin: 0 ;
    margin-top: 10px ;
    padding-right: 20px;
	line-height:120%;
	zoom: 1;
	overflow: hidden;
}

.afi-link-p {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

.afi-link a {
    width:60%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none !important;
    font-weight:800;
    //text-shadow:1px 1px 1px #dcdcdc;
    font-size:14px;
    color: #fff !important;
}
.afi-linkamazon {
    margin-bottom:10px;
}
.afi-linkamazon a {
	color:#000 !important;
	border: 1px solid #FF9901 !important;
	background-color: #FF9901 !important;
	}
.afi-linkrakuten a {
	color:#fff !important;
	border: 1px solid #c20004 !important;
	background-color: #c20004 !important;
	}
.afi-linkyahoo a {
	color:#000 !important;
	border: 1px solid #DBFF71 !important;
	background-color: #DBFF71 !important;
	}
.afi-link-rentalsrv a {
    width: 90%;
    border: 1px solid orange;
	background-color: orange;
	margin-bottom: 20px;
}
.afi-link-rentalsrv a:hover {
    border: 1px solid lightcoral;
	background-color: lightcoral;
}

.afi-link-asp a {
    width:90%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 12px 0 0;
    padding:10px 1px;
    text-align:center;
    float:right;
    text-decoration:none !important;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:14px;
    color: #fff !important;
}
.afi-link1 a {
	color:#000 !important;
	border: 1px solid #ffcc99 !important;
	background-color: #ffcc99 !important;
}
.afi-link2 a {
	color:#000 !important;
	border: 1px solid #ffcc66 !important;
	background-color: #ffcc66 !important;
}
.afi-link3 a {
	color:#000 !important;
	border: 1px solid #ffcc33 !important;
	background-color: #ffcc33 !important;
}
.afi-link4 a {
	color:#000 !important;
	border: 1px solid #ffcc00 !important;
	background-color: #ffcc00 !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.breadcrumb {
	font-size: 0.8em;
}
p {
	font-size: 0.9em;
}
.guzai-box {
	font-size: 0.8em;
}
.guzai-box::before {
	font-size: 1.0em;
}
.tukurikata-box::before{
	font-size: 0.9em;
}


}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.article h2	{
	font-size: 1.1em;
}
.article h3	{
	font-size: 1.0em;
}
}

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