<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 {
background: #fff;
font-family: 'ãƒ¡ã‚¤ãƒªã‚ª', sans-serif;
-webkit-touch-callout: default;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
color: #444;
}
.wrapper a {
color: #444;
}
ul {
list-style: none;
padding: 0;
}
h1{margin: 0;}


.no-gutter &gt; [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
header .icon {
display: inline-block;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}
*:first-child + html body header .icon {
display: inline;
zoom: 1;
}
header .icon-arw {
width: 12px;
height: 18px;
margin-top: -9px;
background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
header .icon-arw-small {
width: 7px;
height: 10px;
margin-top: -5px;
background: url(../images/symbol_arw_right_small2.png) 0 0 nno-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-small {
width: 10px;
height: 15px;
margin-top: -8px;
background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
}
}
header .icon-arw-down {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-down {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
}
}
header .icon-arw-up {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-up {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
}
}
header .icon-box {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/symbol_box.png) 0 0 no-repeat;
}
header .icon-outer-small {
width: 10px;
height: 8px;
margin-top: -4px;
background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-small {
width: 13px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
}
}
header .icon-outer-mid {
width: 16px;
height: 13px;
margin-top: -7px;
background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-mid {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
}
}


/*=========================================

COMMON

=========================================*/


.caption{
    text-align: center;
    border: 10px solid #fbe920;
    padding: 10px;
    font-size: 20px;
	line-height:30px;
}

.tLeft{text-align:left;}
.tCenter{text-align:center;}
.tRight{text-align:right;}

@media screen and (max-width: 481px) {

.caption{
	font-size:15px;
	line-height:20px;
    border: 5px solid #fbe920;
}

}


/*=========================================

HEADER

=========================================*/


.header__langList {
position: relative;
height: 20px;
}

@media screen and (min-width: 481px) {
.header__langList {
height: 22px;
}
}
@media screen and (min-width: 769px) {
.header__langList {
height: 17px;
}
}
.langList {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 80px;
min-height: 22px;
overflow: hidden;
font-size: 11px;
margin-left: auto;
background: #1db3cb;
color: #fff;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
-webkit-transition: opacity height 0.1s linear;
-moz-transition: opacity height 0.1s linear;
transition: opacity height 0.1s linear;
cursor: pointer;
}
.langList:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}
.langList.is-open:hover {
opacity: 1;
filter: none;
}
.langList ul {
margin: 0;
}
.langList li {
line-height: 2;
display: none;
height: 22px;
text-align: center;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.langList li:hover {
background: #38cbe3;
}
.langList li a {
display: block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}
.langList li.is-current {
display: block;
}
.langList .iconContainer {
position: absolute;
right: 10px;
top: 11px;
z-index: 0;
}
.langList .iconContainer .icon {
vertical-align: top;
}
.langList li {
text-indent: -12px;
}
@media screen and (min-width: 481px) {
.langList {
width: 159px;
min-height: 35px;
font-size: 20px;
}
.langList .iconContainer {
right: 15px;
top: 18px;
}
.langList li {
height: 35px;
text-indent: -15px;
}
}
@media screen and (min-width: 769px) {
.langList {
width: 150px;
min-height: 29px;
font-size: 14px;
}
.langList .iconContainer {
right: 16px;
top: 14px;
}
.langList li {
height: 29px;
text-indent: -16px;
}
}
.titleLogo {
position: relative;
height: 40px;
}
.titleLogo:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.titleLogo img {
min-width: 120px;
max-width: 100%;
height: auto;
vertical-align: bottom;
margin-left: -10px;
}
@media screen and (min-width: 481px) {
.titleLogo {
height: 56px;
}
.titleLogo img {
margin-left: 0;
}
}
.header__nav {
height: 40px;
margin-right: -10px;
}
@media screen and (min-width: 481px) {
.header__nav {
height: 56px;
}
}
.header__nav ul {
/*clear float by parent div tag*/
zoom: 100%;
display: block;
position: relative;
height: 100%;
font-size: 0;
text-align: right;
}
.header__nav ul:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.header__nav ul:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.header__nav li {
position: relative;
padding-left: 1px;
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0;
line-height: 1.1;
font-size: 12px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
*:first-child + html body .header__nav li {
display: inline;
zoom: 1;
}
.header__nav li [class*='icon-'] {
margin-left: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li [class*='icon-'] {
margin-left: 4px;
}
}
.header__nav li span {
display: inline-block;
text-align: left;
}
.header__nav li br {
line-height: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li {
text-align: center;
}
.header__nav li.nav__long_1 {
width: 60%;
}
.header__nav li.nav__long_2 {
width: 40%;
}
}
@media screen and (min-width: 481px) and (max-width: 700px) {
.header__nav li {
font-size: 15px;
}
}
@media screen and (min-width: 701px) and (max-width: 768px) {
.header__nav li {
font-size: 20px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
font-size: 14px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
width: 14.68189233%;
}
.header__nav li.nav__long_1 {
width: 28.54812398%;
}
.header__nav li.nav__long_2 {
width: 19.57585644%;
}
}
.header__nav li a {
position: relative;
display: block;
}
.header__nav li a:hover {
text-decoration: none;
}
.header__nav li a:after {
content: "";
display: block;
background: #444;
margin-top: 3px;
margin-right: 1px;
height: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear;
}
@media screen and (min-width: 481px) {
.header__nav li a:after {
margin-top: 4px;
}
}
@media screen and (min-width: 769px) {
.header__nav li a:after {
margin-top: 6px;
}
}
.header__nav li a:hover:after {
background: #1db3cb;
}


/*=========================================

CONTENTS

=========================================*/


	
.promoArea{
width: 100%;
text-align:left;
color:#FFF;
background-color:#2fb8ea;
margin-top:20px;
margin-bottom:10px;

}
.promoBlock{
text-align:center;
color:#FFF;
margin:0 auto;
padding:10px 0 0;
}

@media screen and (max-width: 482px) {
.promoBlock .spnone{
	display:none;
}
}

@media screen and (min-width: 481px) {
.promoBlock .pcnone{
	display:none;
}
}

.ko .promoBlock,
.cn .promoBlock,
.tw .promoBlock{
padding-top:70px;
padding-bottom:43px;

}
.promoArea .mainttl{
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fbe920;
    font-weight: bold;
text-shadow:
2px 2px 6px #356e96,
-2px 2px 6px #356e96,
2px -2px 6px #356e96,
-2px -2px 6px #356e96;
}

.ko .promoBlock h2,
.cn .promoBlock h2,
.tw .promoBlock h2{
padding-left:50px;
letter-spacing:12px;

}
.promoArea p{
font-size:32px;
line-height:1;
margin-bottom:25px;
margin-left:25px;


}
.ko .promoBlock p,
.cn .promoBlock p,
.tw .promoBlock p{
padding-left:50px;
letter-spacing:2px;

}

@media screen and (max-width: 481px) {

.ko .promoBlock,
.cn .promoBlock,
.tw .promoBlock{
padding-top:30px;

}
.promoArea h2 img{
	width:100%;

}
.ko .promoBlock h2,
.cn .promoBlock h2,
.tw .promoBlock h2{
padding-left:0px;

}
.promoArea p{
font-size:14px;
line-height:1.3;
margin-bottom:5px;
margin-left:10px;

}
.ko .promoBlock p,
.cn .promoBlock p,
.tw .promoBlock p{
padding-left:0px;

}
}


.mainContent {
margin:0 auto;
width:940px;

}

@media screen and (max-width: 481px) {

.mainContent {
width:auto;

}
}

.mainContent a,
.mainContent a:hover,
.mainContent a:active,
.mainContent a:visited{
color:#243cd4;
text-decoration:none;

}
.mainContent h2{
background:url(../images/h2_bg_001.gif) 50% 100% no-repeat;
padding-bottom:17px;
margin-bottom:40px;

}
.mainContent h2 span{
background-color:#3386ca;
color:#FFF;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:20px;
display:block;

}
.mainContent h3{
color:#2899d5;
font-size:26px;
text-align:center;
border-bottom:2px dotted #2899d5;
padding-bottom:15px;
font-weight:bold;
margin-bottom:40px;

}

@media screen and (max-width: 481px) {

.mainContent h2{
background-size:20px;
padding-bottom:8px;
margin-bottom:15px;

}
.mainContent h2 span{
font-size:16px;
padding-top:15px;
padding-bottom:15px;
display:block;

}
.mainContent h3{
font-size:16px;
padding-bottom:15px;
font-weight:bold;
margin-bottom:15px;

}
}

.conArea01{
width:942px;
margin: 20px auto;

}
.conArea01 ul li:last-child{
margin-bottom: 0;

}

@media screen and (max-width: 481px) {

.conArea01{
width:auto;
margin: 0 10px 15px 10px;

}
}

.search-area,
.search-theme,
.recommend {
margin: 0 auto 40px;

}
@media screen and (min-width: 481px) {
.search-area,
.search-theme,
.recommend {
margin: 0 auto 55px;
}
}


/*=========================================

DISCOUNT

=========================================*/


.discountArea01 dl{
background:#fee5a0 url(../images/discount_bg_001.gif) 0 0 no-repeat;
text-align:center;
font-size:28px;
padding-top:20px;
padding-bottom:20px;
border:10px solid #f4bb65;
border-bottom:none;

}
.discountArea01 dt{
margin-bottom:15px;
text-shadow:
4px 4px 8px #FFF,
-4px 4px 8px #FFF,
4px -4px 8px #FFF,
-4px -4px 8px #FFF;

}
.discountArea01 dd{
font-size:36px;
font-weight:bold;
text-shadow:
4px 4px 8px #FFF,
-4px 4px 8px #FFF,
4px -4px 8px #FFF,
-4px -4px 8px #FFF;

}
.discountBlock01{
background-color:#ffce87;
font-size:24px;
padding:0px 0px 0px 40px;
border:10px solid #f4bb65;

}
.discountBlock01 .leftBlock{
width:35%;
display:table-cell;
margin-top:25px;
vertical-align:middle;

}
.discountBlock01 .rightBlock{
width:62%;
display:table-cell;
padding:10px;
vertical-align:middle;

}
.discountBlock01 .ttl{
font-weight:bold;
font-size:26px;
margin-bottom:15px;
margin-top:15px;

}
.discountBlock01 .icon{
font-size:16px;
background-color:#666;
padding:2px 10px;
color:#FFF;
border-radius:6px;

}
.discountBlock01 .price strong{
font-size:50px;
font-weight:bold;
text-shadow:
4px 4px 8px #FFF,
-4px 4px 8px #FFF,
4px -4px 8px #FFF,
-4px -4px 8px #FFF;

}
.discountBlock01 .price .priceOff{
font-size:24px;
background:url(../images/price_off_bg_001.png) 0 0 no-repeat;
font-weight:bold;
display:inline-block;
padding:40px 21px;
color:#FFF;
text-align:center;
margin-left:10px;
line-height:1.2;

}

.discountBlock01 .price img{
margin-left:15px;
margin-right:15px;

}

@media screen and (max-width: 481px) {


.discountArea01 dl{
background-size:auto 100%;
text-align:center;
font-size:16px;
padding-top:10px;
padding-bottom:10px;
border:none;
border:5px solid #f4bb65;

}
.discountArea01 dt{
margin-bottom:8px;

}
.discountArea01 dd{
font-size:18px;
font-weight:bold;

}
.discountBlock01{
background-color:#ffce87;
font-size:16px;
padding:0 8px;
border:5px solid #f4bb65;
border-top:none;

}
.discountBlock01 .leftBlock{
float:none;
width:auto;
margin-top:10px;
margin-bottom:0px;
text-align:center;
display:block;

}
.discountBlock01 .rightBlock{
float:none;
width:auto;
text-align:center;
display:block;
font-size:14px;
padding:10px 0;

}
.discountBlock01 .ttl{
font-weight:bold;
font-size:18px;
margin-bottom:10px;
margin-top:10px;

}
.discountBlock01 .icon{
font-size:12px;
padding:4px 8px;

}
.discountBlock01 .price strong{
font-size:26px;
font-weight:bold;
text-shadow:
4px 4px 6px #FFF,
-4px 4px 6px #FFF,
4px -4px 6px #FFF,
-4px -4px 6px #FFF;

}
.discountBlock01 .price .priceOff{
font-size:13px;
background:url(../images/price_off_bg_001.png) 0 0 no-repeat;
background-size:68px;
font-weight:bold;
display:inline-block;
padding:19px 13px;
color:#FFF;
text-align:center;
margin-left:5px;
line-height:1.2;

}
.discountBlock01 .price img{
margin-left:8px;
margin-right:8px;
width:3%;

}
}

/*=========================================

DAY

=========================================*/


.dayArea01 li{
width:19.1534%;
float:left;
background-color:#FFF;
margin-right:1%;
text-align:center;
margin-bottom:20px;

}
.dayArea01 li:last-child{
margin-right:0px;

}
.dayArea01 li a{
display:block;
border:1px solid #999;
padding:25px 10px;
border-radius:6px;

}
.dayArea01 li a:hover{
opacity:0.7;

}
.dayArea01 li .ttl{
display:block;
margin-bottom:20px;
font-weight:bold;
line-height:1.1;
color:#333;

}
.dayArea01 li .ttl img{
vertical-align:top;
margin-right:5px;

}
.dayArea01 li .ttl strong{
font-size:34px;
margin-right:5px;

}
.dayArea01 li .link{
background:#e7ac55 url(../images/arrow_icon_005.png) 97% 50% no-repeat;
padding:10px;
color:#FFF;
display:block;
border-radius:6px;

}

@media screen and (max-width: 481px) {

.dayArea01 li{
width:32%;
margin-bottom:10px;
margin-right: 1.33453%;

}
.dayArea01 li a{
display:block;
border:1px solid #CCC;
padding:12px 6px;
border-radius:6px;

}
.dayArea01 li .ttl{
font-size:14px;
margin-bottom:8px;

}
.dayArea01 li .ttl strong{
font-size:18px;

}
.dayArea01 li .ttl img{
width:18%;
margin-right:2px;

}
.dayArea01 li .link{
font-size:11px;
background:#e7ac55 url(../images/arrow_icon_005.png) 95% 50% no-repeat;
background-size:10px;
display:block;
padding:7px;
text-align:center;

}
}

.itemList {
margin-top: 0;
margin-bottom:20px;

}

@media screen and (max-width: 481px) {

.itemList {
margin-bottom:0px;

}
}


/*=========================================

PAGE LINK

=========================================*/


.pageLinkArea01 li{
width:178px;
float:left;
margin-right:13px;

}
.pageLinkArea01 li a{
display:block;
padding:18px 0;
text-align:center;
font-weight:bold;
color:#333 !important;
font-size:18px;
border:1px solid #AAA;
border-radius:6px;

}
.pageLinkArea01 li a span{
background:url(../images/arrow_icon_001.png) 100% 50% no-repeat;
background-size:16px;
padding-right:25px;

}
.pageLinkArea01 li a:hover{
opacity:0.7;

}
.pageLinkArea01 li:last-child{
margin-right:0;

}
.recommend h2, .recommend .itemList{
display:none;}


@media screen and (max-width: 481px) {

.pageLinkArea01 li{
width:31%;
margin-right:2%;
margin-bottom:10px;

}
.pageLinkArea01 li a{
display:block;
padding:18px 0;
font-size:14px;

}
.pageLinkArea01 li a span{
background-size:14px;

}

}

.type1 li {
margin-bottom: 11px;
}

.type1 li a {
display: block;
width: 100%;
overflow: hidden;
background: #fff;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
text-align:center;
position:relative;

}
.type1 li a:hover{
opacity:0.7;

}
.type1 .img{
margin-bottom:10px;
display:block;

}
.type1 .ttl{
line-height: 1.2;
font-size: 20px;
font-weight: bold;
text-align: center;
color:#1477ac;
display:block;
height:55px;

}
.type1 .price{
line-height: 1.2;
font-size: 10px;
text-align: center;
color:#666;
display:block;
margin-bottom: 10px;
border: 1px solid #ff782e;
border-top: none;
padding-top:7px;
padding-bottom:5px;

}
.type1 .price strong{
line-height: 1.2;
font-size: 24px;
text-align: center;
color:#ff782e;
font-weight: bold;

}
.type1 .icon{
line-height: 1.2;
font-size: 14px;
text-align: center;
background-color:#ff782e;
font-weight: bold;
color:#FFF;
padding:5px;
display: block;

}
.type1 .icon strong{
font-size: 18px;

}
.type1 .area{
font-size: 12px;
font-weight: bold;
text-align: center;
display:block;
padding:8px 0;
color:#666;
font-weight:normal;
margin-bottom:12px;
padding:4px;
line-height:1.4;
border:1px solid #AAA;

}

@media screen and (max-width: 481px) {
	
.type1 li {
margin-bottom: 23px;
}
.type1 .ttl{
height:auto;
margin-bottom:10px;

}
}

*:first-child + html body .type1 .txt span {
display: inline;
zoom: 1;
}
.type1 .txt br {
height: 0;
line-height: 1px;
}
.type1 .img img {
width: 100%;
height: auto;
}
@media screen and (max-width: 769px) {
.type1 li a {
height: auto;
overflow: hidd
}
}
@media screen and (min-width: 769px) {
.type1 .img img {
width: 100%;
height: auto;
transition: transform .1s linear;
}
.type1 a:hover .img img {
transition: transform .2s linear;
transform: scale(1.03);
}
}

.search-area .container-fluid{margin-bottom:60px;}

@media screen and (max-width: 481px) {
	
.search-area .container-fluid{margin-bottom:30px;}

}

.container-fluid .moreBtn01{
width:450px;
margin:0 auto;
font-size:20px;
text-align:center;
	
}
.container-fluid .moreBtn01 a{
display:block;
padding:15px;
color:#FFF;
background:#e7ac55 url(../images/arrow_icon_005.png) 95% 50% no-repeat;
	
}
.container-fluid .moreBtn01 a:hover{
opacity:0.7;
	
}
@media screen and (max-width: 481px) {

.container-fluid .moreBtn01{
width:auto;
font-size:16px;
	
}
.container-fluid .moreBtn01 a{
padding:15px;
	
}

}


.container-fluid .moreBtn02{
width:80%;
margin:0 auto;
font-size:24px;
text-align:center;
margin-bottom:50px;
	
}
.container-fluid .moreBtn02 a{
display:block;
padding:20px;
color:#ff782e;
background:url(../images/arrow_icon_006.png) 95% 50% no-repeat;
border:1px solid #ff782e;
	
}
.container-fluid .moreBtn02 a:hover{
opacity:0.7;
	
}
@media screen and (max-width: 481px) {

.container-fluid .moreBtn02{
width:auto;
font-size:16px;
	
}
.container-fluid .moreBtn02 a{
padding:15px;
	
}

}


/*=========================================

PAGETOP

=========================================*/


.pageTop{position:fixed;bottom:40px;right:40px;}


@media screen and (max-width: 481px) {

.pageTop{position:fixed;bottom:5px;right:5px;text-align:right}
.pageTop img{width:50%;}

}


/*=========================================

FOOTER

=========================================*/


footer {
padding: 0 0 100px;
}
@media screen and (min-width: 481px) {
footer {
padding: 10px 0 100px;
}
}
@media screen and (min-width: 769px) {
footer {
padding: 20px 0 100px;
}
}
.footer__logo {
margin: 0 auto 10px;
text-align: center;
}
.footer__credit {
line-height: 2;
font-size: 9px;
text-align: center;
}
@media screen and (min-width: 481px) {
.footer__credit {
font-size: 16px;
}
}
@media screen and (min-width: 769px) {
.footer__credit {
font-size: 12px;
}
}
@media screen and (max-width: 320px) {
.wrapper__inner {
width: 320px;
margin: 0 auto;
}
}
@media screen and (min-width: 961px) {
.wrapper__inner {
width: 940px;
margin: 0 auto;
}
}


/*=========================================

20171222

=========================================*/
.banner-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}


.banner-fluid li {
    position: relative;
    zoom: 100%;
    float:left;
    margin: 0 13px 1em 13px;
    width: calc((100% - 100px) / 3.001);
}

.banner-fluid:before, .banner-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}


.banner-fluid .txt .icon {
    position: absolute;
    right: 14px;
    top: 50%;
}

.icon-outer-mid {
    width: 16px;
    height: 13px;
    margin-top: -7px;
    background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}

.icon {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

.banner-fluid li {
overflow: hidden;
  position: relative;
  margin-bottom: 11px;
  /*clear float by parent div tag*/
  zoom: 100%;
}


.banner-fluid li:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}


.banner-fluid li a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}


.banner-fluid li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

 .banner-fluid .txt {
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  width: 100%;
  height: 57px;
  min-height: 57px;
  color: #fff !important;
  line-height: 1.12;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  background: url(../images/theme_bg.png) 0 0 repeat;
}


 .banner-fluid .txt span {
    vertical-align: middle;
    margin-left: -5%;
    
  }

.banner-fluid .txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -1px;
  vertical-align: middle;
}

.banner-fluid .txt span {
  width: 85%;
  display: inline-block;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
    color: #fff !important;
}
*:first-child + html body .container-fluid .txt span {
  display: inline;
  zoom: 1;

  }

.banner-fluid .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .1s linear;
  }
.banner-fluid a:hover .img img {
    transition: transform .2s linear;
    transform: scale(1.03);

}
@media screen and (max-width: 769px) {
  
   .banner-fluid li {
    position: relative;
    margin-bottom: 20px;
    zoom: 100%;
    float:none;
    margin:20px 0 0 0;
    width:100%;
   } 
.banner-fluid .txt {
  font-size: 12px;
 
} 
}


</pre></body></html>