
.comSearchBox .search label:nth-child(3) {
	background: #b3a783;

}
.comSearchBox .search label:nth-child(3)::before {
	background: #bdb393;

}
.comSearchBox .hiddenBox .btnList01 li {
	margin-bottom: 17px;
}
.comSearchBox .hiddenBox .btnList02 li {
	margin: 19px 7px 0 9px;
    width: 200px;
}
.comSearchBox .hiddenBox .btnList02 li:nth-child(5n) {
	margin-right: 7px;
}
.comRecipeList > li .txt {
    margin-top: 5px;/*20*/
    display: block;
    font-size: 16px;
}
.comRecipeList > li.no-recipe-found{
    text-align:center;
    width:100%;
    font-size:22px;
    font-weight:700;
    color:#A08F62;
}
@media screen and (max-width: 768px) {
    .comRecipeList > li.no-recipe-found{
        font-size: 5vw;
    }
}
.comRecipeList > li .tagList li {
    box-sizing: border-box;
    margin-top: 2px;
    margin-right: 20px;
    padding: 3px 5px 1px;
    width: 112px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 3px;
    background-color: #A08F62;/*#C3BDA2;*/
}
@media screen and (max-width: 768px) {
    .comRecipeList li .txt {
        margin-top: 5px;/*10*/
        font-size: 14px;
    }
}
#main_details .mainBox .subSec .materialsList li:last-of-type {
    border: 0;
}
#main_details .mainBox .subSec .numList li:last-of-type {
    border: 0;
}
#main_details .mainBox .subSec .materialsList::after {
    width: 407px;
    content: '';
    border: 1px solid #eae8de;
    margin-top: -1px;
}

#main_details .mainBox .subSec > p:first-of-type {
    border-top: 1px dotted #808080;
	margin-top: 10px;
	padding-top: 10px;
}
#main_details .memo dt {
    /*display: inline-block;*/
    float: left;
    width: 25%;
}
#main_details .memo dd {
    display: block;
    width: 75%;
    margin-left: auto;
    border-bottom: 1px dotted #808080;
}
#main_details .memo dd:last-child {
    border-bottom: 0;
}
#main_details .memo dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #808080;
}
#main_details .memo dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
	border-bottom: 0;
}

/*--20211214 add--*/
.recipeLink {
    display: block !important;
    margin-top: 15px;
    text-align: right;
}
.recipeLink a {
	text-decoration: underline !important;
    font-weight: bold;
	font-size: 18px;
    color: #35302e;
    padding-left: 24px;
    background: url(../img/recipeLink_icn.webp) no-repeat;
    background-position: center left;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    #main_details .memo dt {
        /*display: block;*/
        width: 100%;
    }
    #main_details .memo dd {
        /*display: block;*/
        margin-left: 20%;
        width: 80%;
    }
    #main_details .memo dl {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #808080;
    }
    #main_details .memo dl:last-child {
        border-bottom: 0;
    }
    .comSearchBox .hiddenBox .btnList02 li {
        margin: 15px 0 17px 0;
        width: 30%;
    }
    .comSearchBox .hiddenBox .btnList02 li:nth-child(5n) {
        margin-right: 0;
    }
		/*--20211214 add--*/
		.recipeLink {
			margin-bottom: 20px;
            text-align: center;
		}
		.recipeLink a {
			font-size: 14px;
		}
}
