@charset "utf-8";

/* ======================================================
   print
====================================================== */
#pageContainer,
.heading01,
.heading02,
span.iconLink01,
.iconLink01 li,
.definitionList01 dt,
.recipeContents .visualBlock,
.recipeContents .visualBlock .figType01,
.recipeContents .commentBlock dl,
.recipeContents .howtoBlock .howtoList,
.recipeContents .relationBlock,
.recipeContents .relationBlock dl {
	zoom: 1;
}


/* for IE8 print setting
------------------------------------------------------ */
html>/**/body .numberList01 li:last-child {
	background: none;
}
html>/**/body #contents.vertical .heading01 {
	display /***/: table;
	margin-bottom: 20px;
}
html>/**/body #contents.vertical .heading01 .recipeType {
	display /***/: table-cell;
	float: none;
	vertical-align: top;
}
html>/**/body #contents.vertical .heading01 .recipeTitle {
	display /***/: table-cell;
	vertical-align: top;
}


/* for IE6
------------------------------------------------------ */
* html #header .socialBlock .facebook {
	float: right;
	margin-top: -20px;
}
* html #header .headerLogoBlock #calpisLogo {
	float: right;
	margin-top: -50px;
}
* html #contents .recipeContents .visualBlock .addInfo {
}
* html .recipeContents .relationBlock dl dd {
	padding: 6px 0 0;
}
* html .recipeContents .relationBlock dl dd .relationList {
	width: 285px;
}
* html #footer .smallBlock {
	margin-top: -20px;
}