@charset "UTF-8";
/* CSS Document */

.minititle {/* 角丸の見出し（アイルドの保育）*/
	font-size: 16px;
	color: #fff;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	padding-top:4px;
	padding-right: 10px;
	padding-bottom:4px;
	padding-left: 12px;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: bold;
	display: block;
	width: 150px;
	text-align: center;
}
.kakotitle {/* 過去の給食見出し（アイルドの保育）*/
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4E5F3;
	font-size: 16px;
	background-color: #ECF9FE;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}
/* レシピ　*/
.recipe  {
	width: auto;
	height: auto;
	margin: 1em auto auto 0px;
	padding: 0.5em;
	display: block;
}


/* レシピ　*/
.recipe dl {
	width: 50%;
	height: auto;
	margin: 0em auto auto 0px;
	padding: 0.5em;
	float: left;
}
.recipe dl dt{
	width: auto;
	height: auto;
	margin: 0em auto;
	text-align: left;
	padding-left: 1em;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}
.recipe dl dt.ttl{
	width: auto;
	height: auto;
	margin: 0em auto;
	text-align: center;
	padding-left: 0.5em;
	background-color: #EEE;
	line-height: 2.5em;
}
.recipe dl dd{
	/* [disabled]width: 100px; */
	height: auto;
	margin: -2em 0em auto auto;
	text-align: left;
	line-height: 2em;
	/* [disabled]border-bottom: 1px solid #ccc; */
	float: right;
	padding-right: 1em;
}
/* レシピ　*/
.recipe p {
	width: 45%;
	height: auto;
	margin: 0.5em auto auto 0px;
	padding: 0.5em;
	float: right;
	border: 1px dotted #ddd;
}
