@charset "UTF-8";


#subMenu {
	/*height: 318px;*/
	background: url(/img/recipe/bg_submenu.gif) no-repeat;
}


/*----- [業務用レシピトップ] -----*/
#recipeTop div.contentsBlock {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-bottom: 5px;
}


#recipeTop div.contentsBlock div.blockBody {
	margin: 14px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-top: 0;
	
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
}

#recipeTop div.contentsBlock div.blockBody:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #recipeTop div.contentsBlock div.blockBody {
	display:inline-table;
	/**/display:block;/**/
}


#recipeTop #contents #contentsBody h3 {
	margin-top: 10px;
}

#recipeTop #contents #contentsBody div.contentsBlock h3 {
	margin-top: 0;
}


#recipeTop ul.linkList {
	width: 712px;
	margin: 0 -12px 0 0;
	overflow: hidden; 
}

* html #recipeTop ul.linkList {
	zoom: 1;
}

#recipeTop ul.linkList li {
	float: left;
	margin-right: 12px;
	margin-top: 10px;
}



/*----- [業務用レシピ 詳細] -----*/
#recipeDetail div.contentsBlock {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	
	/*
	padding-bottom: 10px;
	padding-bottom: 5px;
	*/
	
	background: url(/img/recipe/bg_recipe_detail-body.gif) no-repeat left bottom;
	
	color: #333;
}

#recipeDetail div.contentsBlock div.blockBody {
	margin: 0;
	padding: 20px;
	background: url(/img/recipe/bg_recipe_detail-head.gif) no-repeat left top;
}


#recipeDetail #mainVisual {
	width: 688px;
	background: url(/img/recipe/bg_recipe_detail-visual.gif) repeat-y right top;
	
	/*overflow: hidden;*/
	
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
}

#recipeDetail #mainVisual:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #recipeDetail #mainVisual {
	display:inline-table;
	/**/display:block;/**/
}



#recipeDetail #mainVisual p.recipePhoto {
	float: left;
	/*margin: 0 10px 5px 0;*/
	width: 360px;
}

#recipeDetail #mainVisual #dataBlock {
	padding: 20px;
	
	width: 288px;
	
	overflow: hidden;
	_zoom: 1;
}

* html #recipeDetail #mainVisual #dataBlock {
	float: right;
}

#recipeDetail #mainVisual #dataBlock h3 {
	font-size: 138.5%;
	color: #fff;
	font-weight: bold;
}

#recipeDetail #mainVisual #dataBlock h3 span {
	display: block;
	margin-bottom: 5px;
}


#recipeDetail #mainVisual #dataBlock #pointBlock {
	margin-top: 20px;
	margin-top: 12px;
}


#recipeDetail #mainVisual #dataBlock #pointBlock p {
	margin-top: 8px;
	color: #fff;
	line-height: 1.4;
}


#recipeDetail #foodBlock {
	clear: both;
	
	margin-top: 20px;
	
	zoom:1; /*for IE 5.5-7*/
   	position:relative; /*for preview*/
}

#recipeDetail #foodBlock:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #recipeDetail #foodBlock {
	display:inline-table;
	/**/display:block;/**/
}


#kewpieBlock {
	float: left;
	width: 334px;
	background: url(/img/recipe/bg_recipe_detail_half.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

#kewpieBlock ul {
	margin: 0 12px;
	margin-bottom: 10px;
}

#kewpieBlock ul li {
	margin-top: 10px;
}


#otherBlock {
	float: right;
	width: 334px;
	background: url(/img/recipe/bg_recipe_detail_half.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

#otherBlock ul {
	margin: 10px 12px;
	/*margin-bottom: 10px;*/
}

#otherBlock ul li {
	/*margin-top: 10px;*/
	line-height:1.6;
}


#howtoBlock {
	clear: both;
	margin-top: 10px;
	background: url(/img/recipe/bg_recipe_detail_full.gif) no-repeat left bottom;
	padding-bottom: 28px;
}

#howtoBlock ul {
	margin: 0 16px;
	margin-top: 10px;
}

#howtoBlock ul li {
	padding-bottom: 2px;
	border-bottom: 1px dotted #ddd;
	line-height: 2.4;
	
	margin-top: 4px;
	
	text-indent: -52px;
	/*margin-left: 52px;*/
	padding-left: 52px;
}

* html #howtoBlock ul li {
	/*margin: 1em 0;*/
	
	margin-top: 0.8em;
	padding-bottom: 0.8em;
}

#howtoBlock ul li img {
	margin-right: 8px;
	vertical-align: text-bottom;
	margin-top: -2px;
	
}

#howtoBlock ul li img.docIN {
	vertical-align: text-bottom;
	margin: 0;
	margin: 0 4px;
}



