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

body {
	font-family:Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
	background-color: #fff;
    font-size: 16px;
    color: #333;
}

a {color: #3a87ff;}
/* window size
@media only screen and (max-width: 1439px) {
	body {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
	}
}
@media only screen and (max-width: 1339px) {
	body {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
	}
}
@media only screen and (max-width: 1189px) {
	body {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
	}
}
*/
#wrapper {
    width: 1280px;
    height: 720px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
/* header */
#headerWrapper {
	width: 100%;
	background-color: #fff;
	z-index: 1100;
}
#header {
    width: 1200px;
    height: 80px;
    position: relative;
	margin: 0 auto;
}
#canonLogo {
	width: 151px;
	height: 31px;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	padding: 0;
}
#productLogo {
	width: 680px;
	height: 45px;
	position: absolute;
	top: 19px;
	left: 260px;
	margin: 0;
	padding: 0;
}
#homeBtn {
	width: 100px;
	height: 16px;
	position: absolute;
	top: 31px;
	right: 0;
	margin: 0;
    padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}

#homeBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
#homeBtn:active {box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}

/* footer */
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
}
#footerInner {
    position: relative;
    width: 1280px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}

/* adjust */
.mt8 {margin-top: 8px;}
.imgTxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.fxH {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
}
.fxV {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
.fxW {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.fxNW {
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
}
.fxJL {justify-content: flex-start;}
.fxJR {justify-content: flex-end;}
.fxJS {justify-content: space-between;}
.fxAC {align-items: center;}
.fxAE {align-content: flex-end;}

/* 2023/08/10追加 */
.site-header{
    display: none;
}
body{
    letter-spacing: normal;
}
*, ::after, ::before {
    box-sizing: content-box;
}
</pre></body></html>