@charset "utf-8";

/* scienceLinkBlock01
------------------------------------------ */
.sciLinkBlock01 {
	background:url(/yogurtlibrary/en/style/choshoku/images/choshoku_bg_01.gif) left top no-repeat;
	height:271px;
	padding:12px 0 12px 12px;
}
.sciLinkBlock01 ul:after{
	content: "";
	display:block;
	clear:both;
}
.sciLinkBlock01 ul li{
	float:left;
}

/* scienceLinkBlock02
------------------------------------------ */
.sciLinkBlock02 {
	background:url(/yogurtlibrary/en/style/choshoku/images/choshoku_bg_01.gif) left top no-repeat;
	height:213px;
	padding:12px 0 12px 12px;
  margin-bottom:30px;
}
.sciLinkBlock02 ul:after{
	content: "";
	display:block;
	clear:both;
}
.sciLinkBlock02 ul li{
	float:left;
}

/* scienceLinkBlock03
------------------------------------------ */
.sciLinkBlock03 {
	background:url(/yogurtlibrary/en/style/choshoku/images/choshoku_bg_01.gif) left top no-repeat;
	height:302px;
	padding:12px 0 12px 12px;
  margin-bottom:30px;
}
.sciLinkBlock03 ul:after{
	content: "";
	display:block;
	clear:both;
}
.sciLinkBlock03 ul li{
	float:left;
}

/* recipe
------------------------------------------ */
table.recipe dl.foods dt{
  float:left;
  width:60%;
}
table.recipe dl.foods dt.indent{
  text-indent:-1em;
  padding-left:1em;
}
table.recipe dl.foods dd{
  padding-left:65%;
}
table.recipe dl.foods dd:after{
	content: "";
	display:block;
	clear:both;
}
table.recipe ul.how li{
  text-indent:-1em;
  padding-left:1em;
}
table.recipe ul.how li.noindent{
  text-indent:0;
  padding-left:0;
}
