<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prdLogo {
	background: url(../images/common-sprite.png) no-repeat 0 0;
}
#prdLogo {
	background-position: 0 0;
	width: 309px;
	height: 33px
}
.products-header #topsec-rhs .header-nav &gt; li:nth-child(2){
    display:;
}
#btmBar ul li {
    width: 24%;
}
#relPrdDCGroupBSP{display:none}
.prodDownbtnWin {
	background: url(../images/win-lin.png) no-repeat scroll -6px -5px;
	display: inline-block;
	height: 29px;
	width: 28px;
	margin: 15px
}
.bannerflex {
	background-color: #035fac;
	min-height: 380px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}
p {
	font-size: 15px;
	line-height: 30px;
}
a.link, .menu-active a, .nav&gt;li&gt;a:hover, .nav&gt;li&gt;span:hover, [data-soldrop]:hover {
	color: #2a79bb !important;
}
.lhs-tree {
    border-right: 1px dotted #ddd;
}

.rhs-cont {
    border-left: 0;
}
.rhs-cont h1 {
    font-size: 30px;
    margin-bottom: 27px;
    font-weight: 300;
}
.breadcrumb span, .breadcrumb h1 {
    font-size: 25px;
    font-weight: 300;
    word-spacing: normal;
    display: inline-block;
    margin: 0;
    line-height: 25px;
}
.breadcrumb {
	vertical-align: bottom;
	padding: 5px;
	word-spacing: 5px;
}
.heading-menu .menuhead {
	display: block;
	text-align: center;
}
.bsp.features &gt; li {
	min-height: 180px;
}
.rhs-cont h2:after {
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0;
	background-color: #2a79bb;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}
.rhs-cont h2 {
	margin-bottom: 0px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	margin-top: 40px;
	max-width: 80%;
	position: relative;
}
.no-margin-top {
	margin-top: 0 !important;
}
.rhs-cont h3 {
	border-left: 3px solid #2a79bb;
	padding-left: 10px;
	width: 80%;
}
.rhs-cont li {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}
.rhs-cont .small li {
	margin-bottom: 0px;
}
.rhs-cont li strong {
	padding-top: 15px;
	display: inline-block;
}
.new-container {
	max-width: 1200px;
}
.new-container #lhsTree {
	max-width: none;
	padding: 5px 0px 0px 0px;
}
.new-container #lhsTree {
	max-width: none;
	padding: 5px 0px 0px 0px;
}
#lhsTree &gt; li a.feaact {
	color: #2a79bb !important;
}
ul.open {
	display: block !important;
}
ul.open li a {
	border: 0px !important;
	padding: 10px 0 10px 24px !important;
	font-size: 14px !important;
	display: block !important;
}
ul.open li:last-child a {
	margin-bottom: 15px;
}
.new-container .lhs-tree li span:after {
	top: 24px !important;
}
.new-container .lhs-tree li a, .new-container .lhs-tree li span {
	font-size: 15px;
	line-height: 30px;
	color: #777;
}
.new-container .lhs-tree li a:hover {
	color: #447dbb;
	text-decoration: none;
}
.new-container .lhs-tree li span:after {
	top: 24px !important;
}
.new-container #lhsTree.fixed {
	position: fixed;
	width: 288px;
	top: 70px;
}
.box &gt; ul {
    text-align: center;
}
.box &gt; ul &gt; li{
    display:inline-block;
    vertical-align:top;
}
.box &gt; ul &gt; li .para {
     display: block;
     color: #000;
     margin-top: 5px;
}
.box &gt; ul &gt; li h3{
    display:inline-block;
    font-size:17px;
    font-weight:600;
    line-height:24px;
    margin: 0 48px 10px;
    color: #2978bb;
}
.box &gt; ul &gt; li.list h3 {
    color: #000;
}
.box &gt; ul &gt; li &gt; a, .box &gt; ul &gt; li.list{
    display:block;
    width:300px;
    min-height:120px;
    position:relative;
    vertical-align:top;
    text-align:initial;
    padding:20px 25px;
    margin:15px;
    box-shadow:0 0 2px #ccc;
}

.box &gt; ul &gt; li &gt; a:hover {
    box-shadow: 0 0 10px #9fd2ff;
    color: #000;
    text-decoration: none;
}
.box &gt; ul &gt; li.list{
    display: inline-block;
}
.box &gt; ul &gt; li.big a {
    width: 685px;
}

.box &gt; ul &gt; li.big a .para {
    display: inline-block;
    width: 40%;
    margin-right: 2%;
    vertical-align: top;
}
.box &gt; ul &gt; li.big a h3 {
    display: block;
}
.box &gt; ul &gt; li.list &gt; ul {
    list-style: inside;
    white-space: nowrap;
    font-size: 13px;
    margin-top: 10px;
}
.box &gt; ul &gt; li .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display:none;
}

.box &gt; ul &gt; li .more a {
    display: block;
    padding: 4px 14px;
    background-color: #eee;
    color: #000;
    text-decoration: none;
    transition: all ease 350ms;
}

.box &gt; ul &gt; li .more a:hover {
    background-color: #267fc3;
    color: #fff;
}

.box &gt; ul &gt; li:hover .more {
    display: block;
}

.bsp h2 {
	margin: 30px 15px 0px;
	position: relative;
	border-bottom: 0px;
	max-width: none;
	padding-bottom: initial;
}
.bsp h2:after {
	content: '';
	width: 80px;
	height: 1px;
	display: block;
	background-color: #e1e2e2;
	margin: 20px auto;
	position: static;
	transform: none;
}
.bsp h2:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #2a79bb;
	margin: auto;
	left: 0;
	bottom: -2px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
}
.bsp.box h2 {
    margin: 0 auto;
    max-width: 800px;
    line-height: 40px;
}
.bsp &gt; ul {
	list-style: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	transition: 0.2s ease-in-out;
	padding-top: 20px;
}
.bsp.grey{
   background-color:#f2f2f2;
}

.bannerflex{
    background-color:#035fac;
    min-height:380px;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    margin-top:0px;
}
.flexslider{
    width:1200px;
}
.flexslider .flexBnrslides &gt; li .flex {
    display: flex;
    min-height: 380px;
    align-items: center;
    justify-content: center;
}

.flexslider .flexBnrslides &gt; li .flex .caption {
    font-family:'Open Sans',sans-serif;
    margin: 0 45px;
    width: 40%;
}

.flexslider .flexBnrslides &gt; li .flex .clip {
    width: 51%;
}

.flexslider .flexBnrslides &gt; li .flex .caption h1, .flexslider .flexBnrslides &gt; li .flex .caption h2 {
    font-size: 32px;
    font-weight: lighter;
    line-height: 47px;
    margin:0;
    margin-top:25px;
    margin-bottom:40px;
    color:#fff;
    letter-spacing: normal;
}
.flexslider .flexBnrslides &gt; li .flex .caption h1 strong, .flexslider .flexBnrslides &gt; li .flex .caption h2 strong {
    font-weight: 700;
    color: #d0eaff;
    font-size: 33px;
}
.flexslider .flexBnrslides &gt; li .flex .caption a{
    position: relative;
    display: block;
    max-width: 160px;
    text-align: center;
    color: #000;
    background-color: #ffd40e;
    padding: 12px 12px 15px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    }

.flex-control-nav li a.flex-active {
    background: #ffd50a;
}
.bsp .heading {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    display: block;
    margin:0;
    padding:40px 15px 15px;
}

.bsp .heading strong {
    font-weight: 500;
}
.bsp.overview{
}
.bsp.overview p{
   font-size: 15px;
   line-height: 30px;
   text-align: center;
   display: block;
   max-width: 800px;
   margin: auto;
   padding:0 15px;
}
.overview-sec {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.overview-sec a {
    display: inline-block;
    width: 270px;
    text-align: center;
    margin: 10px;
    text-decoration: none;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.overview-sec a:hover {
    box-shadow: 0 0 3px #cacaca;
}

.overview-sec a:hover img {
    transform: scale(1.05);
    box-shadow: 4px 4px 2px #e5e5e5;
}

.overview-sec a img {
    width: 57px;
    margin: auto;
    padding: 20px;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 2px 2px 1px #e5e5e5;
    transition:all ease 350ms;
}

.overview-sec a h3 {
    margin: 0;
    padding: 20px 5px 5px;
    font-weight: 500;
    color: #666;
}
.overview-sec a:nth-child(1):hover h3{
   color:#cd6f73;
}
.overview-sec a:nth-child(2):hover h3{
   color:#559f6f;
}
.overview-sec a:nth-child(3):hover h3{
   color:#4f95db;
}
.overview-sec a:nth-child(4):hover h3{
   color:#d1a61d;
}
.overview-sec a span {
    color: #000;
    font-size: 13px;
    font-weight: 100;
}
.bsp.box {
    margin: 0 0 50px;
}
.bsp.os {
    border-top: 1px solid #eee;
    text-align: center;
    padding:0 40px 40px;
}
.bsp.os ul {
    display:flex;
    margin:auto;
    max-width:800px;
    justify-content: center;
}
.bsp.os ul li{
    display:inline-block;
    margin: 0 20px;
    min-width: 200px;
    font-size: 17px;
}

.bsp.os ul li:before{
    content:'';
    display:block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}
.bsp.os ul li#os-icon-1:before{
    background-image:url('../images/chrome-icon.png');
}
.bsp.os ul li#os-icon-2:before{
    background-image:url('../images/ie-icon.png');
}
.bsp.os ul li#os-icon-3:before{
    background-image:url('../images/edge-icon.png');
}
.bsp.os ul li#os-icon-4:before{
    background-image:url('../images/firefox-icon.png');
}
.bsp.fea-inner {
    display: flex;
    justify-content: center;
}

.bsp.fea-inner img {
    margin: 20px 40px 40px;
    width: 250px;
    height: auto;
    align-self: center;
}

.bsp.fea-inner ul {
    align-self: center;
    max-width: 500px;
    margin: 20px 40px 40px;
    padding: 0;
}

.bsp.fea-inner ul li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    padding-bottom: 12px;
    box-shadow: none;
    margin: auto;
    width: auto;
    text-align: left;
}

.bsp.fea-inner ul li:before {
    content: '鈻�';
    font-size: 12px;
    position: absolute;
    color: #4f95db;
    left: -18px;
    top: 0;
}
.bsp.fea-inner ul li:last-child a {
    display: inline-block;
    border: 1px solid #4e95da;
    color: #4e95da;
    background-color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}

.bsp.fea-inner ul li:last-child:before {
    display: none;
}
.edition .overview-sec{
   margin:0;
}
.edition .overview-sec a img {
    width: 90px;
    background-color: #fff;
    box-shadow: 2px 2px 1px #cccbcb;
}

.edition .overview-sec a:hover img {
    box-shadow: 5px 5px 3px #cccbcb;
}

.edition .overview-sec a {
    width: 210px;
}
.edition .overview-sec a:hover {
    box-shadow: 0 0 3px #adabab;
}
.edition .overview-sec a h3 {
    font-size: 18px;
}
.edition .overview-sec a:nth-child(1):hover h3{
   color:#559f6f;
}
.edition .overview-sec a:nth-child(2):hover h3{
   color:#4f95db;
}
.edition .overview-sec a span {
    text-align: center;
    display: block;
    padding: 0 20px;
    font-weight: 400;
    line-height: normal;
}
.bsp.end{
    padding:20px 15px 40px;
}
.end .call-out {
    max-width: 850px;
    display: flex;
    padding: 20px;
    margin: 0 auto 40px;
    background-color: #fff;
    justify-content: space-evenly;
}

.end .call-out a {
    color: #fff;
    background-color: #d53436;
    padding: 10px 18px;
    font-size: 20px;
    align-self: center;
    text-decoration:none;
}

.end .call-out p {
    align-self: center;
    margin: 11px 25px;
    font-size: 19px;
}

.bsp.fea-inner ul li:after, .bsp .heading:before,.bsp .heading:after {
    display: none;
}
table.ico-table {
    border: 1px solid #eee;
}

table.ico-table tr td {
    padding: 15px;
    line-height: normal;
    margin: 0;
    border: 1px solid #eee;
    text-align: left;
}

table.ico-table tr td p {
    padding: 0;
    margin: 0;
    text-align: left;
}
.thanks-quote {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 600px;
    line-height: 30px;
}
.box &gt; ul &gt; li &gt; a:after, .box &gt; ul &gt; li.list:after{
    content: '';
    position: absolute;
    display: inline-block;
    left: 25px;
    border-left: 0px;
    border-bottom: 0px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-image: url(../images/bsp-box-icon-1.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.box &gt; ul &gt; li &gt; a.disabled {
    pointer-events: none;
    color: #555;
}
.box &gt; ul &gt; li#box1 &gt; a:after, .box &gt; ul &gt; li#box1:after{
    background-image: url(../images/bsp-box-icon-1.png);
}
.box &gt; ul &gt; li#box2 &gt; a:after, .box &gt; ul &gt; li#box2:after{
    background-image: url(../images/bsp-box-icon-2.png);
}
.box &gt; ul &gt; li#box3 &gt; a:after, .box &gt; ul &gt; li#box3:after{
    background-image: url(../images/bsp-box-icon-3.png);
}
.box &gt; ul &gt; li#box4 &gt; a:after, .box &gt; ul &gt; li#box4:after{
    background-image: url(../images/bsp-box-icon-4.png);
}
.box &gt; ul &gt; li#box5 &gt; a:after, .box &gt; ul &gt; li#box5:after{
    background-image: url(../images/bsp-box-icon-5.png);
}
.box &gt; ul &gt; li#box6 &gt; a:after, .box &gt; ul &gt; li#box6:after{
    background-image: url(../images/bsp-box-icon-6.png);
}
.box &gt; ul &gt; li#box7 &gt; a:after, .box &gt; ul &gt; li#box7:after{
    background-image: url(../images/bsp-box-icon-7.png);
}
.box &gt; ul &gt; li#box8 &gt; a:after, .box &gt; ul &gt; li#box8:after{
    background-image: url(../images/bsp-box-icon-8.png);
}
.box &gt; ul &gt; li#box9 &gt; a:after, .box &gt; ul &gt; li#box9:after{
    background-image: url(../images/bsp-box-icon-9.png);
}
.box &gt; ul &gt; li#box10 &gt; a:after, .box &gt; ul &gt; li#box10:after{
    background-image: url(../images/bsp-box-icon-10.png);
}
.box &gt; ul &gt; li#box11 &gt; a:after, .box &gt; ul &gt; li#box11:after{
    background-image: url(../images/bsp-box-icon-11.png);
}
.box &gt; ul &gt; li#box12 &gt; a:after, .box &gt; ul &gt; li#box12:after{
    background-image: url(../images/bsp-box-icon-12.png);
}
.box &gt; ul &gt; li#box13 &gt; a:after, .box &gt; ul &gt; li#box13:after{
    background-image: url(../images/bsp-box-icon-13.png);
}
.box &gt; ul &gt; li#box14 &gt; a:after, .box &gt; ul &gt; li#box14:after{
    background-image: url(../images/bsp-box-icon-14.png);
}
.box &gt; ul &gt; li#box15 &gt; a:after, .box &gt; ul &gt; li#box15:after{
    background-image: url(../images/bsp-box-icon-15.png);
}
.box &gt; ul &gt; li#box16 &gt; a:after, .box &gt; ul &gt; li#box16:after{
    background-image: url(../images/bsp-box-icon-16.png);
}
.box &gt; ul &gt; li#box17 &gt; a:after, .box &gt; ul &gt; li#box17:after{
    background-image: url(../images/bsp-box-icon-17.png);
}
.box &gt; ul &gt; li#box18 &gt; a:after, .box &gt; ul &gt; li#box18:after{
    background-image: url(../images/bsp-box-icon-18.png);
}
.box &gt; ul &gt; li#box19 &gt; a:after, .box &gt; ul &gt; li#box19:after{
    background-image: url(../images/bsp-box-icon-19.png);
}
.box &gt; ul &gt; li#box20 &gt; a:after, .box &gt; ul &gt; li#box20:after{
    background-image: url(../images/bsp-box-icon-20.png);
}
.box &gt; ul &gt; li#box21 &gt; a:after, .box &gt; ul &gt; li#box21:after{
    background-image: url(../images/bsp-box-icon-21.png);
}
.box &gt; ul &gt; li#box22 &gt; a:after, .box &gt; ul &gt; li#box22:after{
    background-image: url(../images/bsp-box-icon-22.png);
}
.box &gt; ul &gt; li#box23 &gt; a:after, .box &gt; ul &gt; li#box23:after{
    background-image: url(../images/bsp-box-icon-23.png);
}
.box &gt; ul &gt; li#box24 &gt; a:after, .box &gt; ul &gt; li#box24:after{
    background-image: url(../images/bsp-box-icon-24.png);
}



.bsp .dwn-link-cont{
    width:60%;
    display:inline-block;
    min-height:initial;
    vertical-align:top;
    margin-top:50px;
}

.bsp .dwn-form-cont{
    width:25%;
    display:inline-block;
}

a.dwn-cont{
    color:#333;
    background:none repeat scroll 0 0 #E9142B;
    border-radius:5px;
    display:inline-block;
}

.prodDownbtnWin{
    background:url(../images/win-lin.png) no-repeat scroll -6px -5px rgba(0, 0, 0, 0);
    display:inline-block;
    height:29px;
    margin:15px;
    width:28px;
}
 .prodDownbtnBg{
    color:#FFFFFF;
    display:inline-block;
    font-size:28px;
    height:40px;
    padding:10px;
}

.prodDownbtnsml{
    font-size:12px;
}

 .dwn-main-icon{
    background-position:-53px -24px;
    float:right;
    height:31px;
    line-height:30px;
    margin:12px 14px 0 3px;
    width:33px;
}

.dwn-prob a{
    background:#C4C8CC;
    padding:2px 10px;
    border-radius:3px;
    color:#333;
    text-decoration:none;
}
.dwn-prob a:hover{
    background:#0099cc;
    color:#fff !important;
}
.lictxt{
    padding:20px;
}
.mobile-download{
   display: none;
}
.download{
   display: block;
}

.note {
    background-color: #eee;
    border-left: 3px solid #2e7cbc;
    margin-top: 15px;
    padding: 10px 20px;
    max-width: 700px;
    font-size:14px;
    line-height:24px;
}
.note strong {
    color: #2e7cbc;
}

 ol.note, li.note{
    background-color:#eee;
    padding:25px 25px 25px 43px !important;
    list-style-position:outside;
    border-left:2px solid #ccc;
}

@media screen and (max-width: 760px){
.flexMobile {
    color: #fff;
    font-size: 27px;
    padding: 15px;
}
.flexMobile strong {
    color: #ffce26;
    font-weight: 600;
    font-size: 35px;
}
.bsp.bannerflex {
    min-height: auto;
}
.overview-sec,.bsp.fea-inner,.end .call-out {
    flex-wrap: wrap;
    text-align:center;
}
.bsp .heading{
    line-height:normal;
}
.bsp.fea-inner img{
    margin:15px;
}
.end .call-out {
    padding-bottom: 40px;
}
.mobile-download{
   display:block;
}
.download{
   display: none;
}
.bsp .dwn-link-cont, .bsp .dwn-form-cont {
    width: 100%;
}
.bsp .edi-btn inputgroup input{
   width: 300px !important;
}
.bsp .edi-btn inputgroup{
   width:322px;
   margin: auto;
}
.bsp.os ul {
    display: block;
}

.bsp.os ul li {
    margin: 20px;
    min-width: auto;
    width: 100px;
    vertical-align: top;
}
}</pre></body></html>