@charset "UTF-8";
img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }

.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.supervision {
	width: 647px;
	margin: 0 auto 20px;
	padding-bottom: 20px;

}
.supervision .samImg {
	/*width: 60px;*/
	padding-right:17px;
	float: left;
}
.supervision .supeText {
	width: 570px;
	/* font-size: 12px; */
	line-height: 20px;
	float: right;
}
.supervision .supeText p:first-child {
	/* font-size: 14px; */
	font-weight: 600;
	color: #000;
}
.supervision .supeText p {
	/* font-size: 12px; */
	color: #666;
}


.yomimonoArea {
  margin-bottom: 20px;
}
.yomimonoArea .yomimonoTitlicon {
  width: 80px;
  height: 61px;
  float: left;
}
.yomimonoArea .yomimonoTitlText {
  /* width: 567px; */
  padding-right: 1em;
  min-height: 61px;
  line-height: 61px;
  float: left;
	font-size: 25px;
	/*color: #c2b68c;*/
	color: #000;
}
.yomimonoArea p {
  clear: both;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}


@media only screen and (max-width: 767.98px) {
  .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

  .supervision{width:100%; /*660px;*/ margin:0 auto 20px;padding-bottom:20px;border-bottom:1px dotted #c2b68c;}
  .supervision .samImg{width:60px;float:left;}
  .supervision .supeText{width:calc(100% - 60px); /*590px;font-size:12px;*/line-height:20px;float:right;}
  .supervision .supeText p:first-child{/*font-size:14px;*/font-weight:600;color:#000;}
  .supervision .supeText p{/*font-size:12px;*/color:#666;}

  .yomimonoArea{margin-bottom:20px;}
  .yomimonoArea .yomimonoTitlicon{width:80px;height:61px;float:left;}
  .yomimonoArea .yomimonoTitlText{width:567px;min-height:61px;line-height:61px;float:left;font-size:25px;color:#000;}
  .yomimonoArea p{clear:both;font-size:14px;line-height:21px;color:#000;}
  .commodityArea{margin:20px auto 10px;padding:20px 0;}
}


.section-recipe-post .post-steps .post-description strong {
  font-weight:bold;
}
