@charset "utf-8";

/*
印刷用CSS
*/

/* 印刷時の文字サイズ固定にする */
* {
	font-size:12px;
}

h2 {
	display:none;
}

h3 {
	display:block;
}

#header {
	display:none;
}

#manual_download {
	display:none;
}

#top {
	display:none;
}

#setsumei {
	display:none;
}

#print_button {
	display:none;
}

#back_button {
	display:none;
}

table.pt01 {
	margin-top:0px;
	clear:both;
	width:600px;
	border-collapse:collapse;
	border:1px solid #888877;
	page-break-after:always;
}
table.pt01 td {
	padding:3px;
	border-bottom:1px solid #888877;
	border-right:1px solid #888877;
	width:500px;
}
table.pt01 td.title {
	padding:3px;
	background:#efefef;
	width:100px;
}
table.pt01 td.body {
	padding:3px;
	border-bottom:1px solid #888877;
	border-right:1px solid #888877;
	width:500px;
}

.attach_imagescreen {
	display:"";
	/*visibility:visible;*/
}

table.pt01 td.image {
	text-align:center;
}

.attach_imagerow {
	display:none;
}

.fit_center {
	display:none;
}

.fit_right {
	display:none;
}

.spacer {
	display:none;
}

.toiawase {
	display:none;
}

#footer {
	display:none;
}

.tbl_mark2 {
	display:none;
}

.loading1 {
	display:none;
}

#setsumei2 {
	display:none;
}

.tbl_mark {
	display:none;
}

#syudai_mark_exe_form {
	display:none;
}

#left_side {
	display:none;
}

div.text_box3 {
	margin-bottom:5px;
}

/* 主題セッション編成印刷対応 */
table.base {
	margin-top:0px;
	clear:both;
	width:100%;
	border-collapse:collapse;
	border:1px solid #888877;
	/*page-break-after:always;*/
}
table.base th {
	padding:3px;
	border-bottom:1px solid #888877;
	border-right:1px solid #888877;
}
table.base td {
	padding:3px;
	border-bottom:1px solid #888877;
	border-right:1px solid #888877;
}
table.base tr.dummyrow {
	display:none;
}
table.base td.paper_title {
	text-align:left;
}
table.base td.happyou_turn {
	text-align:center;
}
table.base td.happyou_time {
	text-align:center;
}
table.base td.happyou_shitsugi {
	text-align:center;
}
table.base td.happyou_addspeech {
	text-align:center;
}

table.base td.time_sum_title {
	text-align:center;
}
table.base td#enq1_speech_totaltime {
	text-align:center;
}
table.base td#enq1_discuss_totaltime {
	text-align:center;
}
table.base td#enq1_sumtime {
	text-align:center;
}
table.base td#enq2_speech_totaltime {
	text-align:center;
}
table.base td#enq2_discuss_totaltime {
	text-align:center;
}
table.base td#enq2_sumtime {
	text-align:center;
}
table.base td#sum_total_title {
	text-align:center;
}
table.base td#sum_speech_totaltime {
	text-align:center;
}
table.base td#sum_discuss_totaltime {
	text-align:center;
}
table.base td#sum_totaltime {
	text-align:center;
}
table.base1 {
	margin-top:0px;
	clear:both;
	width:100%;
	border-collapse:collapse;
	border:0px solid #888877;
	/*page-break-after:always;*/
}
table.base1 th {
	padding:3px;
	border-bottom:0px solid #888877;
	border-right:0px solid #888877;
}
table.base1 td {
	padding:3px;
	border-bottom:0px solid #888877;
	border-right:0px solid #888877;
}

table.base td.sum_speechtime {
	border-top:2px solid #887;
	text-align:center;
}

table.base td.tourokuno {
	text-align:center;
}
.do_fit_center{
	text-align:center;
}
.do_print {
	display:block;
}
.donot_print {
	display:none;
}

table.base td.errno {
	text-align:center;
}
table.base td.errmsg {
	text-align:left;
}

