@charset "utf-8";

.recipe {
	margin: 0 auto;
    overflow: hidden;
    width: 710px;
}

.recipe h2 {
	font-family: "Noto Sans Japanese";
    font-size: 30px;
    font-weight: 100;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px 0;
    padding: 0 0 9px 0;
    text-align: left !important;
}

.recipe h3 {
	font-family: "Noto Sans Japanese";
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 20px;
    text-align: left !important;
}

.recipe .image {
	margin: 0 0 30px 0;
}

.recipe .text01 {
	font-family: "Noto Sans Japanese";
    font-size: 12px;
    font-weight: 100;
    line-height: 2em;
    border-top: 1px solid #d9d9d9;
    margin: 0 0 30px;
    padding: 20px 0 0 0;
    text-align: left !important;
}

.recipe .text02 {
	font-family: "Noto Sans Japanese";
    font-size: 12px;
    font-weight: 100;
    line-height: 2em;
    margin-bottom: 30px;
    text-align: left !important;
}

.recipe .anchorArea {
	list-style: outside none none;
	margin:0 0 40px 0;
	padding: 0;
	overflow: hidden;
}

.recipe .btn {
	float: left;
	margin:0 19px 0 0;
}

.recipe .catch {
	font-family: "Noto Sans Japanese";
    font-size: 24px;
    font-weight: 100;
    border-top: 1px solid #d9d9d9;
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    text-align: center !important;
}

.recipe .caution {
	font-size: 12px;
	color: #ff7d03 !important;
}

.recipe .hr {
	border-bottom: 1px solid #d9d9d9;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}

.recipe .mb-30 {
	margin-bottom: 30px;
}
