/* CSS Document */

#h-recipe-list {
	background:transparent url(../images/h_recipe_list.jpg) no-repeat left top ;
	width:690px;
	height:170px;
	text-indent:-9999px;
}
.recipe-list-section-img {
	padding-bottom:30px;
}
.recipe-list-section-box {
	background:transparent url(../../common/images/line_01.gif) repeat-x left bottom ;
	margin-bottom:20px;
}
.recipe-list-section-txt {
	padding-left:15px;
}
.recipe-list-section-txt h3 {
	padding-bottom:15px;
}
.recipe-list-section-txt p {
	padding-bottom:15px;
}

#recipe-list table {
	background:transparent url(../../common/images/dot_01.gif) repeat-x left top ;
}
#recipe-list table td {
	background:transparent url(../../common/images/dot_01.gif) repeat-x left bottom ;
	padding-bottom:3px;
	padding-top:7px;
}
.process td {
	background:transparent url(../../common/images/dot_01.gif) repeat-x left bottom ;
	padding:10px 0;
	}
.to-dtl {
	margin-bottom:15px;
}

.recipe-img_material {
	position: relative;
}
.recipe-img_material > span {
	position: absolute;
	left: 8px;
	bottom: 8px;
	border: 2px solid #90681e;
	border-radius: 20px;
	background: linear-gradient(#ffa443 0%, #ff7501 100%);
	padding: 4px 12px;
	color: #fff;
	line-height: 100%;
	font-size: 14px;
	font-weight: 600;
}

.supervise_ttl {
	font-weight: bold;
	font-size: 16px;
}



/*
	border:#f00 solid 1px;
*/

