@charset "utf-8";

/* ****************************************************
Title: print.css
Created: 2010/02/18
Last Modified: 2009/02/18
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 for previous ie
#02 for all browser

----------------------------------------*/


/* #01 for previous ie
印刷用レイアウトを作らない場合、zoomの値を変更し、各IEの印刷範囲のみを調整する
---------------------------------------------------------------------------- */

body {
	zoom: 100%;
}

* html body {
	zoom: 50%;
}

*:first-child+html body {
	zoom: 70%;
}


/* #02 for all browser
---------------------------------------------------------------------------- */

div#content div.timetable {
	display: block !important;
}

div#content div.timetable table td dl.session dd.description p.button {
	display: none !important;
}

div#content div.timetable table td dl.session dd.description div.text {
	display: block !important;
}
