<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* movie menu */
#movieMenu {
	width: 300px;
	height: 608px;
	position: absolute;
	top: 36px;
	left: 50px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.movieTitle {
	width: 280px;
	padding: 24px 0 4px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #333;
}
.comMovieBtn {
	width: 280px;
	display: inline-block;
	margin: 6px 0px 6px 0px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}
.comMovieSelectedBtn {
	color: #fff !important;
	background: #548235 !important;
}

/* movie sub menu */
#movieSubMenu {
	width: 600px;
	height: 588px;
	position: absolute;
	top: 56px;
	left: 350px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
    border: solid 1px #548235;
    background: rgba(248, 255, 248, 1.0);
    display: none;
}
.closeBtn {
    width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 0;
	padding: 0;
    background-image: url(/-/media/Project/Canon/CanonJP/Website/business/solution/pro-printer/imageprograf/virtual-showroom/tm-series/images/close1.png);
	cursor: pointer;
}
.closeBtn:hover {background-image: url(/-/media/Project/Canon/CanonJP/Website/business/solution/pro-printer/imageprograf/virtual-showroom/tm-series/images/close_on.png)}
.subMovieBtn {
	width: 560px;
	display: inline-block;
	margin: 10px 20px 10px 20px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}

/* movie each menu */
#movieEachMenu {
	width: 360px;
	height: 608px;
	position: absolute;
	top: 36px;
	left: 50px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
    display: none;
    overflow-x: inherit;
    overflow-y: auto;
}
.movieEachTitle {
	width: 320px;
	padding: 24px 0 16px 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #548235;
    text-decoration: underline;
}
.movieEachSubTitle {
    width: 320px;
    margin-left: 12px;
    margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
    text-align: left;
    color: #333;
}
.disc {
	list-style-type: disc;
    margin-left: 12px;
	padding-left: 18px;
    font-size: 12px;
    line-height: 16px;
}
.disc li {
    margin-bottom: 4px;
}
.play {
	width: 100px;
	display: inline-block;
	margin: 4px 0px 16px 30px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}

/* movie */
#videoWrapper {
    width: 720px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 520px;
	margin: 0;
	padding: 0;
    display: none;
}

#videoArea {
	width: 720px;
	height: 405px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#captionSelector {
    width: 696px;
	height: 28px;
	position: absolute;
	top: 520px;
	left: 12px;
	margin: 0;
	padding: 0;
    background-color: transparent;
}
.captionR {float: right; margin: 0px 0px 0px 12px;}
.captionLabel {font-size: 12px; line-height: 20px; padding-top: 2px;}

#captionArea {
    width: 696px;
	height: 60px;
	position: absolute;
	top: 440px;
	left: 0px;
	margin: 0;
	padding: 12px 12px 44px 12px;
    color: #333;
    background-color: #e2e2e2;
    /* background-color: transparent; */
    font-size: 14px;
    line-height: 18px;
}

#captionAreaFull {
	width: 80%;
	height: 12%;
	position: absolute;
	bottom: 5%;
	left: 10%;
	margin: 0;
	padding: 1%;
    color: #fff;
    font-size: 2.5em;    /* ex. 1em=12px */
    line-height: 125%;
    /* text-align: center; */
    background-color: rgba( 100, 100, 100, 0.5 );
    pointer-events: none;
    visibility: hidden;    /* default*/
	z-index: 999;
}
</pre></body></html>