/*
2026-09-18
栄養レシピ　新レイアウト

詳細:
- テーブルの色


*/
.post table.recipe-table th {
	font-size: 500px;
	font-size: 1.4rem;
	background: #edf5f8;
	border: 1px solid #e5ebee;
	padding: 10px;
	word-break: keep-all;
	text-align: center;
	color: #333;
}

.post table.recipe-table--yellow th {
	background: #f8f3d6;
	width: 50%;
}

.post table.recipe-table--blue th {
	background: #edf5f8;
	width: 50%;
}



