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


/*  LpDlBtn01
-------------------------------------------------- */

div#MainContent .LpDlBtn01 li{
	display: inline-block;
}
.LpDlBtn01 a{
display: table;
border-radius: 3px;
padding: 11px 29px 11px 43px;
background: -webkit-linear-gradient(#ffbe3b 0%, #ff4c00 100%);
background: -o-linear-gradient(#ffbe3b 0%, #ff4c00 100%);
background: linear-gradient(#ffbe3b 0%, #ff4c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe3b', endColorstr='#ff4c00',GradientType=0 );
border-top: 1px solid #fea96a;
border-bottom: 1px solid #df0a03;
color:#fff;
font-weight: bold;
font-size: 1.25em;
position:relative;
box-shadow: 1px 1px 1px #ffca61 inset;
}
.LpDlBtn01 a:hover,
.LpDlBtn01 a:focus,
.LpDlBtn01 a:active{
text-decoration: none;
color:#fff;
opacity: .8;
}
.LpDlBtn01 a:after{
content:"";
background: url(../../img/landing_page/micro_download/lp_micro_bg_02.png) no-repeat 0 center;
width:15px;
height: 100%;
position: absolute;
right:0;
top:0;
}
.LpDlBtn01 a:before{
content:"";
background: url(../../img/landing_page/micro_download/lp_micro_bg_01.png) no-repeat 0 center;
width:16px;
height:17px;
top:50%;
margin-top: -8px;
left: 16px;
position:absolute;
}</pre></body></html>