<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*レシピ用*/


/* タイトル回り */
.mama__recipe__top__wrap{
	display:table;
}
.mama__recipe__topImage{
	padding-bottom:25px;
	display:table-cell;
}
.mama__recipe__title__wrap{
	margin:0 0 30px;
}
.mama__recipe__right__wrap{
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
	padding:3px 0 0 20px;
	width:100%;
}
.mama__recipe__title__time{
	margin:0 0 20px;
	font-size:12px;
}
.mama__recipe__title__time span.gokkun{
	padding:3px 10px;
	background-color:#9bc342;
	color:#ffffff;
	border-radius:4px;
}
.mama__recipe__title__time span.mogumogu{
	padding:3px 10px;
	background-color:#c077af;
	color:#ffffff;
	border-radius:4px;
}
.mama__recipe__title__time span.kamikami{
	padding:3px 10px;
	background-color:#08abc7;
	color:#ffffff;
	border-radius:4px;
}
.mama__recipe__title__time span.pakupaku{
	padding:3px 10px;
	background-color:#00c164;
	color:#ffffff;
	border-radius:4px;
}
.mama__recipe__title__easyCatch{
	margin:0 0 8px;
	font-size:16px;
	font-weight:bold;
}
.mama__recipe__title__mainTitle{
	margin:0 0 20px;
	font-size:22px;
	font-weight:bold;
}
.mama__recipe__title__read{
	font-size:13px;
	line-height:1.5;
}

/* 見出し */
.mama__recipe__headline{
	padding:0 15px;
	height:30px;
	background-color:#f8f8ec;
	border-radius:4px;
}
.mama__recipe__headline[title="kounyuu_dai"]{
	margin-bottom:20px;
}
.mama__recipe__headline__text{
	font-size:14px;
	color:#330000;
	line-height:30px;
}
.mama__recipe__headline__text--material{
    margin-left: 10px;
    padding-left: 12px;
    font-size: 14px;
	color:#330000;
    font-weight: normal;
    line-height: 30px;
    border-left: 1px solid #aaaaaa;
}

/* 材料 */
.mama__recipe__material__list{
	margin-bottom:20px;
}
.mama__recipe__material__list li{
    width: 100%;
    display: table;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.mama__recipe__material__list li:last-child{
	margin-bottom:20px;
    border-bottom: none;
}
.mama__recipe__material__name{
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    line-height: 1.4;
    width: 77%;
	padding:0 10px;
}
.mama__recipe__material__amount{
    padding: 0 0 0 10px;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-left: 1px dashed #dfdfdf;
    line-height: 1.3;
}

/* 作り方 */
.mama__recipe__making__list{
	counter-reset: my-counter;
	display:table;
	margin:20px 5px;
}
.mama__recipe__making__list li{
    width: 260px;
    display: table-cell;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px 0 45px;
    border-right: 1px solid #dfdfdf;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mama__recipe__making__list li:last-child{
    border-right: none;
}
.mama__recipe__making__list li:before{
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #330000;
    color: #ffffff;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 24px;
    margin-left: -35px;
    text-align: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.mama__recipe__making__subcont &gt; div:last-child{
	margin-bottom:40px;
}

/* 調理の目安 */
.mama__recipe__target__wrap{
	margin:5px 10px 5px 15px;
	display:table;
}
.mama__recipe__target__title{
	padding-right:30px;
	font-size:14px;
	font-weight:bold;
	display:table-cell;
}
.mama__recipe__target__microwave{
	line-height:1.6;
	font-size:13px;
	display:table-cell;
	padding-left:25px;
	padding-right:30px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 15px;
    background-size: 20px 15px;
	background-image: url("../../../g6/mama/image/recipe-icon01.gif");
}
.mama__recipe__target__starch{
	font-size:13px;
	line-height:1.6;
	display:table-cell;
	padding-left:25px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 15px;
    background-size: 20px 15px;
	background-image: url("../../../g6/mama/image/recipe-icon02.gif");
}

/* 便利メモ */
.mama__recipe__memo__wrap{
	margin:5px 10px 5px 15px;
	display:table;
}
.mama__recipe__memo__title{
	padding-right:30px;
	font-size:14px;
	font-weight:bold;
	display:table-cell;
    width: 60px;
}
.mama__recipe__memo__text{
	font-size:13px;
	line-height:1.4;
	display:table-cell;
}

/* 作り方（サブコンテンツ無いとき） */
.mama__recipe__making__list__notsub{
	counter-reset: my-counter;
	display:table;
	margin:20px 5px -10px;
}
.mama__recipe__making__list__notsub li{
    width: 260px;
    display: table-cell;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px 0 45px;
    border-right: 1px solid #dfdfdf;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mama__recipe__making__list__notsub li:last-child{
    border-right: none;
}
.mama__recipe__making__list__notsub li:before{
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #330000;
    color: #ffffff;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 24px;
    margin-left: -35px;
    text-align: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

/* ポイント */
.mama__recipe__point__list li{
    width: 100%;
    display: table;
    font-size: 13px;
    line-height: 1.4;
    padding: 20px 10px 20px 40px;
    border-bottom: 1px solid #dfdfdf;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mama__recipe__point__list li:before{
	content: "";
    display: inline-block;
    float: left;
	margin-top: 1px;
    margin-left: -25px;
	width: 18px;
    height: 16px;
	background: url("../../../smart/mama/recipe/image/recipe_icon_check.png") no-repeat;
	background-size: contain;
}
.mama__recipe__point__list li:last-child{
	margin-bottom:20px !important;
    border-bottom: none;
}

/* レシピ作成者 */
.mama__recipe__maker__list{
	display:table;
	margin:20px 0 40px;
}
.mama__recipe__maker__list li{
    display: table-cell;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 30px 0 15px;
    border-right: 1px solid #dfdfdf;
	width: 380px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mama__recipe__maker__list li:last-child{
    border-right: none;
}
.mama__recipe__maker__list li &gt; img{
	display:table-cell;
	margin-right:10px;
}
.mama__recipe__maker__list__wrap{
	display:table;
}
.mama__recipe__maker__text{
	padding-left:15px;
    font-size: 13px;
	display:table-cell;
	vertical-align: top;
}
.mama__recipe__maker__text span{
    font-size: 13px;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}

/* 他のレシピ */
.mama__recipe__other__list li{
    width: 130px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 18px 30px 0;
    vertical-align: top;
}
.mama__recipe__other__list li:nth-child(n+6){
	padding-top:0;
}
.mama__recipe__other__list li a &gt; img{
	border-radius:4px;
}
.mama__recipe__other__text{
    font-size: 13px;
	color:#aa0000;
	margin: 5px 2px 0 2px;
}

/* レシピ一覧 */
.mama__recipe__otherTime__list li{
	border-bottom: 1px solid #dfdfdf;
}
.mama__recipe__otherTime__list li a{
    position: relative;
    display: block;
	padding: 15px 28px 15px 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
}
.mama__recipe__otherTime__list li a:after{
    content: "";
    position: absolute;
    right: 12px;
    top: 1px;
    bottom: 0;
    display: block;
	margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #c0b8b6;
    border-right: 3px solid #c0b8b6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}</pre></body></html>