<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#covers{
	clear:both;
	max-height:450px;
}


#cover{
	padding-top:3.45rem;
	margin-bottom:0.875rem;
	background:url(../images/gif-ani01-s.gif) no-repeat right top #fff;
	position:relative;
}

#cover .slick-list{
	border:solid 2px #364047;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}



#cover img {
	width:100%;
    max-width: 960px;
    height: auto;
}

#cover .slick-dots{
    bottom:-3.125rem;
}
#cover .slick-dots li button:before{
    font-size:16px;
}
#cover .slick-dots li.slick-active button:before{
    color: #EDC723 !important;    
}


@media screen and (min-width:480px) {
  #cover:before{
	  content:"";
	  background:url(../images/title-top-i_love_radio_786.png) no-repeat left top;
	  width:167px;
	  height:30px;
	  background-size:contain;
	  position:absolute;
	  top:2rem;
	  left:0;
	  
  }
  #cover .slick-list{
	border-width:3px;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
  }
}
@media screen and (min-width:768px) {
  #cover .slick-list{
	border-width:5px;
  }
}
@media screen and (min-width:830px) {
  #cover{
	padding-top:4.45rem;
	margin-bottom:1.875rem;
	background:url(../images/gif-ani01.gif) no-repeat right top #fff;
	position:relative;
	}
}</pre></body></html>