@charset "shift_jis";
@media print {
/* ============================================================
＠＠
プリント用

※#suntory_contentsの内側のみのスタイル定義

%update / 2012.01.25

------------------
【目次】
------------------
▼page
▼clearfix
▼ContentWrap
▼ContentArea
============================================================ */

/* ------------------------------------------------------------
▼page
※#suntory_contentsの外側だが、例外
------------------------------------------------------------ */
body {
	background: #fff;
	width: 980px;
}
/* width: 980px; → 640px */
* html body { zoom: 0.65; }  /* for IE6 */


/* ------------------------------------------------------------
▼clearfix
------------------------------------------------------------ */
#suntory_contents .clearfix:after {
	height: 1px;
}


/* ------------------------------------------------------------
▼ContentWrap
------------------------------------------------------------ */
html>/**/body #suntory_contents #ContentWrap {  /* for mordern except IE7 */
	width : 980px;
}


/* ------------------------------------------------------------
▼ContentArea
------------------------------------------------------------ */
html>/**/body #suntory_contents #ContentArea .cntaInnr02 {  /* for mordern except IE7 */
	direction: ltr;  /* 表示順 */
}

html>/**/body #suntory_contents #ContentMainArea {  /* for mordern except IE7 */
	float : none;  /* float cancel */
	display : table-cell;
	padding-right : 30px;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}
html>/**/body #suntory_contents #ContentSubArea {  /* for mordern except IE7 */
	float :none;  /* float cancel */
	display : table-cell;
	padding-right : 0;  /* floatさせていたボックスの間隔 */
	vertical-align : top;
	direction: ltr;  /* 表示順 */
}


/* プリント用 終了
============================================================ */
}  /* /@media print */
