﻿@charset "utf-8";
.recipe_table {
	text-align:center;
}

.recipe_table table{
	width:660px;
	text-align:left;
}

.recipe_table table td{
	vertical-align:top;
	padding:5px;
	border-bottom:#D6F2B9 solid 1px;
}

.midashi_title {
	background:#FFE6E8;
	border-bottom:#EEACB2 solid 5px;
	padding:5px;
}

.page_list {
	line-height:30px;
	text-align:center;
	background:#FDF0F3;
}


