.txt9 {
	font-size:9px;
	line-height:1.5em;
	color:#555555;
	padding-top:0.5em;
	letter-spacing:1px
	}

table.spec {
	background:#CCC;
	width:700px;
}

table.spec th {
	background:#fefacd;
	padding: 5px 5px 5px 20px;
	width:170px;
	color:#ff0000;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #ffc662 ;
}

table.spec td {
	background:#FFF;
	padding: 5px 5px 5px 5px;
	font-size:12px;
	line-height:1.2em;
	border-bottom:1px solid #ffc662 ;
}

table.spec th.top,
table.spec td.top {
	border-top:1px solid #ffc662 ;
}

table.olul_1 {
	width:700px;
	margin-top: 5px;
}

table.olul_1 th {
	padding: 1px 2px 2px 30px;
	width:15px;
	font-size:12px;
	font-weight:normal;
	vertical-align: top;
	text-align:left;
}

table.olul_1 td {
	padding: 2px;
	font-size:12px;
	line-height:1.3em;
}

table.olul_2 {
	width:680px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.olul_2 {
	width:630px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}

table.olul_2 > tbody > tr > th {
	padding: 5px 2px 2px 30px;
	width:15px;
	font-size:8px;
	vertical-align: top;
	text-align:left;
}

table.olul_2 > tbody > tr >  th.number {
	font-size:12px;
	font-weight:normal;
	vertical-align: top;
	text-align:left;
}

table.olul_2 > tbody > tr >  td {
	padding: 2px;
	font-size:12px;
	line-height:1.3em;
}
.olul_2 td,
.olul_2 th {
	font-size:12px;
	line-height:1.3em;
}

table td.left{
	line-height:1.3em;
	padding: 5px 10px 10px 20px;
}

table td.left p{
	margin: 0;
	/*padding-top: 5px;*/
	padding-bottom: 10px;
}

table td.left ul {
	margin: 0;
	padding-bottom: 10px;
}
table td.left ul li {
	padding: 0 0 0 10px;
}

table td.left ul p{
	margin: 5px 0 5px 0;
}

table td.left ol li {
	margin: 0 0 0 10px;
	padding-top: 0;
}

table td h4 {
	margin: 15px 0 2px 0;
	padding:0 0 5px 40px;
	font-size:15px;
	font-weight:bold;
	color:#dc5300;
	background:url(images/h4_back.gif) left bottom no-repeat;
}
table td h4.no_style {
	margin: 15px 0 2px 0;
	padding:0 0;
	font-size:15px;
	font-weight:bold;
	color:#dc5300;
	background:none;
}

table td h5 {
	margin: 15px 10px -5px 10px;
	padding:7px 0 5px 5px;
	font-size:12px;
	font-weight:bold;
	color:#dc7c00;
	background:url(images/h5_back.gif) left bottom;
}

table td h6 {
	margin: 5px 10px 0px 10px;
	padding:7px 0 0 5px;
	font-size:12px;
	font-weight:bold;
	color:#dc7c00;
}

table td p.gyoi {
	margin: 5px 10px 5px 20px;
	padding:0 0 5px 5px;
}

table.photo {
	width:720px;
}

table.photo th {
	/*width:230px;*/
	font-size:12px;
	color:#8d4f00;
	text-align: center;
	padding: 10px 0 0 0;
}

table.photo td {
	/*width:240px;*/
	text-align: center;
	padding: 10px 0 10px 0;
	/*border:1px solid #ffc662 ;*/
}

table td p.topsection {
	margin: 0 10px 0px 0px;
	padding:0 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#dc5300;
}
table.normal {
	margin-bottom:10px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.normal td,
table.normal th {
	padding: 3px;
}
table.normal.l_bg th {
	background: #fefacd;
}
table.normal.l_line {
	border:1px solid #ffc662;
}
table.normal.l_line td,
table.normal.l_line th {
	border:1px solid #ffc662;
}
table.normal.l_line_hrz {
	border-top:1px solid #ffc662;
}
table.normal.l_line_hrz td,
table.normal.l_line_hrz th {
	border-bottom:1px solid #ffc662;
}
table.normal.l_line_vrt {
	border-left:1px solid #ffc662;
}
table.normal.l_line_vrt td,
table.normal.l_line_vrt th {
	border-right:1px solid #ffc662;
}

.color-red { color: #dc5300; }
.color-org { color: #dc7c00; }

.ta_ctr { text-align: center;}
.ta_lft { text-align: left;}
.ta_rgt { text-align: right;}

.block-img-txt
{
	clear: both;
}
.block-img-txt:after
{
	content: "";
	display: table;
	clear: both;
}
.block-img-txt .img.pull-left {
	float: left;
	width: 225px;
}
.block-img-txt .img.pull-left ~ * {
	margin-left: 240px;
}
.block-imgs-2 {
	overflow: hidden;
}
.block-imgs-2 img {
	float: left;
	width: calc((100% - 5px) / 2);
}
.block-imgs-2 img + img {
	margin-left: 5px;
}
.block-imgs-3 {
	overflow: hidden;
}
.block-imgs-3 img {
	float: left;
	width: calc((100% - 10px) / 3);
}
.block-imgs-3 img + img {
	margin-left: 5px;
}
.block-imgs-4 {
	overflow: hidden;
}
.block-imgs-4 img {
	float: left;
	width: calc((100% - 15px) / 4);
}
.block-imgs-4 img + img {
	margin-left: 5px;
}
.block-meal-demonstration {
	overflow: hidden;
}
.block-meal-demonstration img {
	max-width: 100%;
}
.block-meal-demonstration .__item {
	float: left;
}
.block-meal-demonstration .__item.is__image {
	width: 26%;
	margin-right: 1.5%;
	text-align: center;
}
.block-meal-demonstration .__item.is__recipe {
	width: 72.5%;
	}
	p.sub-title {
margin: 15px 0px 5px 0px;
    padding: 7px 0 5px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #dc7c00;
		background: url(images/h5_back.gif) left bottom;
	}