@charset "shift_jis";

/* 通常のフォントサイズ指定 */
#suntory_contents,
#suntory_contents p,
#suntory_contents li,
#suntory_contents th,
#suntory_contents td,
#suntory_contents td p,
#suntory_contents td li,
#suntory_contents td th,
#suntory_contents td td,
#suntory_contents td dt,
#suntory_contents td dd {
	font-size: medium !important;
	line-height: 1.4;
}

#suntory_contents li,
#suntory_contents .pf_calendr p,
#suntory_contents .txt_copy,
#suntory_contents .ot_sp div,
#suntory_contents div.tk_ct05,
#suntory_contents div.tk_ct06 {
	font-size: small !important;
}

#suntory_contents .ed_txt {
	font-size: medium !important;
}
#suntory_contents .sp_perform,
#suntory_contents .ed-title1,
#suntory_contents .con_tltpink,
#suntory_contents .tlt {
	font-size: large !important;
}


/* IE専用のフォントサイズ指定
（hack使用 : IEでsmallなどの指定は一回りフォントが大きく表示されるので、小さいサイズを指定して上書している） */
/*\*/
*html #suntory_contents,
*html #suntory_contents p,
*html #suntory_contents li,
*html #suntory_contents th,
*html #suntory_contents td,
*html #suntory_contents td p,
*html #suntory_contents td li,
*html #suntory_contents td th,
*html #suntory_contents td td,
*html #suntory_contents td dt,
*html #suntory_contents td dd {
	font-size: small !important;
}

*html #suntory_contents .pf_calendr p,
*html #suntory_contents .txt_copy,
*html #suntory_contents .ot_sp div,
*html #suntory_contents div.tk_ct05,
*html #suntory_contents div.tk_ct06 {
	font-size: x-small !important;
}
*html #suntory_contents .ed_txt {
	font-size: small !important;
}
*html #suntory_contents .sp_perform,
*html #suntory_contents .ed-title1,
*html #suntory_contents .con_tltpink,
*html #suntory_contents .tlt {
	font-size: medium !important;
}
/**/


/* ヘッダーの調整 */
#suntory_contents .fontsize .txt {
	line-height: 1 !important;
}


/* トップのoverflowの高さ調整 */
#news_wrap{
	height:400px;
}


/* フォントボタンの調整 */
.fontsize .btn li.medium a { background: transparent url("../img/fontbtn_medium.gif") no-repeat 0 0; }
.fontsize .btn li.large a  { background: transparent url("../img/fontbtn_large_on.gif") no-repeat 0 0; }

