@charset "shift_jis";
@media print {
/* ============================================================
＠＠
プリント用
コンテンツエリア限定の場合

※#suntory_contentsの内側のみのスタイル定義

%update / 2012.03.26

------------------
【目次】
------------------
▼page
▼printOnlyContent
============================================================ */

/* ------------------------------------------------------------
▼page
※#suntory_contentsの外側だが、例外
------------------------------------------------------------ */
body {
	background: #fff !important;
	width: 643px !important;
}
/* width: 643px; → 640px */
* html body { zoom: 0.99; }  /* for IE6 */

#suntoryCommonHeader,
#suntoryCommonFooter {
	display: none;
}

#suntory_contents {
	width: 643px !important;
}


/* ------------------------------------------------------------
▼printOnlyContent
------------------------------------------------------------ */
#suntory_contents .printOnlyContent #HeaderArea,
#suntory_contents .printOnlyContent #GlobalNavArea,
#suntory_contents .printOnlyContent #FooterArea,
#suntory_contents .printOnlyContent #ContentSubArea {
	display: none;
}

#suntory_contents .printOnlyContent,
#suntory_contents .printOnlyContent .cwpInnr01 {
	margin: 0 auto;
	background: #fff !important;
	width : 643px !important;
}

#suntory_contents .printOnlyContent #ContentArea,
#suntory_contents .printOnlyContent #ContentArea .cntaInnr01,
#suntory_contents .printOnlyContent #ContentArea .cntaInnr02 {
	background: #fff !important;
	width : 643px !important;
}

#suntory_contents .printOnlyContent #TopicPathArea {
	width : 643px !important;
}

html>/**/body #suntory_contents .printOnlyContent #ContentMainArea {  /* for mordern except IE7 */
	width : 643px !important;
}

#suntory_contents .printOnlyContent #LineupRefCntt01Area,
#suntory_contents .printOnlyContent #LineupNav01Area,
#suntory_contents .printOnlyContent #Osusume01Area {
	display: none;
}

/* 家庭菜園＞本気野菜　採れたてレシピ */
#suntory_contents .printOnlyContent #ContentArea .c_recipe_refer_unit,
#suntory_contents .printOnlyContent #ContentArea .c_recipe_print {
	display: none;
}

/* プリント用 終了
============================================================ */
}  /* /@media print */
