p {
	font-size: 75%;
	line-height: 1.7em;
	color: #000000;
}
h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
h5 {
	color: #000000;
}




/*扉のテーブル設定*/
.tobira-table {
	font-size: 75%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.margin-100 {
	margin-bottom: 100px;
}
.margin-200 {
	margin-bottom: 200px;
}





.tobira-table th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;
	background-color: #FF572d;
	color: #FFFFFF;
}




.tobira-table td {
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}






/*レシピ材料表のテーブル設定basic*/

















.icon-table {
	font-size: 75%;
	color: #000000;
}
.icon-table th {
	background-image: url(../img/icon-recipe.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 10px 7px;
	padding-left: 30px;
	text-align: left;
	padding-right: 30px;
}
.icon-table td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.number {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	font-size: 75%;
	color: #000000;
	margin-bottom: 2px;
}
.dot {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 23px;
	font-size: 75%;
	color: #000000;
}
.text-red {
	color: #FF0000;
}
.pict {

}
.pict td {
	vertical-align: top;
}
.num-table {
	font-size: 75%;
	line-height: 1.7em;
	color: #000000;
	margin-left: 10px;
}
.num-table th {
	width: 20px;
	font-weight: normal;
	text-align: left;
}
