<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#netstage {
	display: none;
	opacity: 0;
}
#netstage .description_1 {
	margin-bottom:60px;
}
#netstage a {
	text-decoration: none;
}
#netstage a * {
	border-style: none;
}
a:focus {
	outline: none;
}
.pageMainTitle {
	padding-top:130px;
	margin-bottom:32px;
	text-align: center;
}
a:visited, a:link, a:hover, a:active {
	color:#ffffff;
	
}
#slick {
	height: 460px;
	width: 100%;
	opacity: 1;
}
#slick .bg_gradient_blue {
	display: block;
	height:207px;
	width:100%;
	background-image:linear-gradient(to right, #0081cc, #00b4ed)
}
.artist_carousel_area {
	width:1024px;
	margin: 0 auto;
	margin-top: -207px;
	overflow: auto;
}
.carousel_arrow {
	float:left;
	width: 62px;
	height: 30px;
	top: 90px;
	cursor: pointer;
}
#carousel_back {
	text-align: right;
}
#carousel_next {
	text-align: left;
}
.how_to_vote {
	margin:auto;
	margin-bottom: 60px;
	width:900px;
	
}

#carouselArtistList {
	float:left;
	width:900px;
	height: 460px;
	overflow: auto;
}
#carouselArtistList .artistBlock {
	
	width: 272px !important;
	min-width: 272px !important;
	float:left !important;
	display: block !important;
}

.artistInfo {
	width: 100%;
	overflow: auto;
	height: auto;
}
.artist_list {
	width:900px;
	height: auto;
	overflow: auto;
	margin: auto;
}
.artist_list figure {
	line-height: normal;
}
.artistBlock {
	padding: 14px;
	padding-bottom: 50px;
	width:272px;
	height: 390px;
	text-align: center;
	float:left;
	margin:auto;
	margin-bottom: 0px;
}
.artist_list .artistBlock {
	width:272px;
}
.artist_name {
	padding-top: 0px;
	font-size: 20px;
	margin-bottom: 12px;
	height: auto;
    line-height: 1.1em;
}
.artist_list .artist_name {
	height: auto;
	margin-bottom: 16px;
}
.longName {
	font-size: 14px;
}
.artistImage {
	margin-bottom:14px;
}
#carouselArtistList .artistImage {
	margin-bottom:24px;
}
.artistTitleBar {
	margin-bottom: 12px;
}
.artistTitle {
	font-size: 14px;
	margin-bottom: 10px;
	height: auto;
	line-height: 1.3em;
}
.artist_list .artistTitle {
	height: auto;
	font-size: 16px;
}
.button_to_ongen {
	text-align: center;
}
.button_to_ongen img{
	display: inline-block !important;
}
.button_to_ongen a {
	display: inline-block;
	width: 100%;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
	float:left;
	overflow: hidden;
}
#carousel_next .bx-next {
	display: block;
	opacity: 0;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}
#carousel_back  .bx-prev {
	display: block;
	opacity: 0;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
}</pre></body></html>