@charset "UTF-8";
/* CSS Document */
/*===================================================
    カンファレンススペース印刷用CSS
===================================================*/
/* 非表示 */
header,
#pageTop,
#schedule .step,
#schedule .step + p,
#schedule .ttlWrap.event p,
#schedule .req,
#schedule form > dl:not(.print),
#schedule ul label,
#schedule dl.print ul,
#schedule dl.print textarea,
#schedule .lboxTrg,
#schedule .viewSw,
#schedule form dd .ckBox label:before,
#schedule tr:not(.print),
#schedule td:not(.print):after,
#schedule td > *:not(.priTxt),
#schedule .opt + aside,
#schedule .btnWrap,
#schedule .estimate .result input,
#mapCanvas,
#SNS,
footer .footMap {
	display: none !important;
}

body {
	-webkit-print-color-adjust: exact;
	padding: 0;
}
.bgWhite {
    margin-bottom: 0;
    padding: 30px 0 30px;
}
#schedule .ttlWrap.event {
    padding: 20px 0;
	background-color: #F5F5F5 !important;
}

#schedule dl.print {
	height: 45px;
	padding: 12px 0 8px;
}
	#schedule dl.print > dt {
		padding-top: 0;
	}

#schedule .priTxt {
	display: inline;
}

/* オプション */
#schedule .opt {
	display: block;
}
#schedule .opt table th.info {
	padding-right: 10px;
}
#schedule form dd .ckBox label {
	padding-left: 0;
}


/* フッター */
footer address {
	float: none;
}
footer .footMain {
    margin: 0 auto 20px;
}




