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

/* レイアウト
----------------------------------------------- */
#ecslide {
	position:relative;
	text-align:center;
	margin:0 auto;
}

/* button(change) */
.btn-change-area{
    position:   relative;
    width:      100%;
}
.btn-change-area div{
    background:     #fff;
    color:          #000;
    cursor:         pointer;
    font-size:      22px;
    padding:        29px 11px;
    position:       absolute;
    top:            80px;
    z-index:        9999;
}
.btn-change-area .btn-prev{
    float:  left;
}
.btn-change-area .btn-next{
    float:  right;
    left:   676px;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; 
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
    display: inline-block; 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}

.cycle-pager &gt; * { cursor: pointer;}

#custom-pager.cycle-pager span {
    font-family: arial; 
	font-size: 14px; 
	display: inline-block; 
	cursor: pointer; 
}

#adv-custom-pager div {
	display:inline;

}

#adv-custom-pager img{
	opacity:0.8
}

#adv-custom-pager .cycle-pager-active img{
	opacity:1
}
</pre></body></html>