@charset "utf-8";

@media print{
  #accent,
	#header,
  #nav,
	#page-title,
	#ticket-intro,
	#footer {
		display:none;
	}
	#wrapper {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",  "ＭＳ Ｐゴシック", Meiryo, "MS Gothic", sans-serif;
	}

	/*------------------ Ticket Firefox Hack------------------*/
	.ticket-festa { font-size:90%; line-height:140%;}
	.ticket-column { font-size:90%; line-height:140%;}
	html>/**/body div.ticket-festa { font-size:80%; line-height:110%;}
	html>/**/body div.ticket-column { font-size:80%; line-height:110%;}
	html:first-child div.ticket-festa { font-size:100%; line-height:130%; }
	html:first-child div.ticket-column { font-size:100%; line-height:130%; }

}
