.singerList img{
	display: inline-block;
}
.singerList li{
	float: left;
	margin-right: 8px;
	height: 24px;
}
.cvName{
	font-size: 14px;
}
.topContent{
	position: relative;
	background: #000;
	border-bottom: solid 1px #806425;
}
/*スライド中身*/
.topMainslide > div{
	position: relative;
}
.slideMusicInfoBox{
	position: absolute;
    position: absolute;
    top: 30px;
    left: 35px;
    width: 422px;
    height: 310px;
	z-index: 10;
}
.slideStatus.is-new{
	position: absolute;
	top: 34px;
	right: 18px;
	width: 66px;
	height: 20px;
	background: url("../../image/pc/top/new_img01.png") no-repeat;
}
.slideStatus.is-notice{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 95px;
	height: 97px;
	background: url("../../image/pc/top/soon_img01.png") no-repeat;
}
.musicComingsoon{
	width: 236px;
	height: 46px;
	margin: 60px auto 0;
	background: url("../../image/pc/top/soon_img02.png") no-repeat;
}

.slideMusicInfo{
	position: absolute;
  left: 10px;
  top: 142px;
  height: 162px;
	width: 404px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slideMusicInfo.is-old{
	left: 10px;
	top: 120px;
	height: 186px;
	width: 404px;
}



/*スライド生成後*/
.slick-slide{
	position: relative;
	opacity: 0.5;
}
.slick-slide:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 440px;
	-webkit-box-shadow:0 0 50px 20px  #000 inset;
	-moz-box-shadow:0 0 50px 20px  #000 inset;
	box-shadow:0 0 50px 20px  #000 inset;
}
.slick-slide.slick-center{
	opacity: 1;
	outline: 0px
}

.slick-slide.slick-center:before{
	display: none;
}
.slideArrow{
	position: absolute;
	top: -220px;
	width: 56px;
	height: 56px;
	background: #aaa;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	opacity: 0.6;
}
.slideArrow:hover{
	opacity: 1;
}
.slideArrow.is-next{
	right: -20px;
	background: url("../../image/pc/top/arrow_img02.png") no-repeat;
}
.slideArrow.is-prev{
	left: -20px;
	background: url("../../image/pc/top/arrow_img01.png") no-repeat;
}
.slideCpntroller{
	position: relative;
	width: 1150px;
	margin: 0 auto;
}
/*バナー*/
.topBnrBox{
	background: #1b1b1b;
}
.topBnrList img{
	border: solid 1px #ffb331;
}
.topBnrList .comingSoon{
	border: none;
	opacity: 0.4;
}
.topBnrContent{
	width: 1000px;
	padding: 10px 0;
	margin: 0 auto;
}
.topBnrList li{
	float: left;
	margin-right: 30px;
}
.topBnrList li:last-child{
	margin-right: 0;
	float: right;
}
.slick-dots{
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	width: 100%;
}
.slick-dots button{
	opacity: 0;
}
.slick-dots > li{
	display: inline-block;
	background: url("../../image/pc/top/pager_img02.png") no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 6px;
	-webkit-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
}
.slick-dots > li.slick-active{
	background: url("../../image/pc/top/pager_img01.png") no-repeat;
	-webkit-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
}
/*mainContent*/

.mainLeft{
	width: 688px;
	padding-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.mainRight{
	width: 302px;
}

.itemBase.is-topics{
	height: 192px;
}

/*mediaBox*/
.mediaBox{
	float: left;
	width: 300px;
	margin-right: 10px;
}
.twitterBox{
	float: left;
	width: 378px;
}
.coBoxMovie.is-01{
	display: block;
	width: 300px;
	height: 194px;
	background: url("../../image/pc/top/btn_movie03.png") no-repeat center center;
	-webkit-background-size: 294px 194px;
	-o-background-size: 294px 194px;
	background-size: 294px 194px;
}



/*rightBox*/
.beginnerGuide{
	display: block;
	width: 302px;
	height: 122px;
	margin-top: 4px;
	background: url("../../image/pc/top/btn_guide01.png") no-repeat;
	-webkit-background-size: 302px 122px;
	-o-background-size: 302px 122px;
	background-size: 302px 122px;

}
.beginnerGuide.is-off{
	background: url("../../image/pc/top/btn_guide02.png") no-repeat;
	-webkit-background-size: 302px 122px;
	-o-background-size: 302px 122px;
	background-size: 302px 122px;
}

.voteResult{
	display: block;
	width: 302px;
	height: 90px;
	background: url("../../image/pc/top/btn_etc02.png") no-repeat;
	-webkit-background-size: 302px 90px;
	-o-background-size: 302px 90px;
	background-size: 302px 90px;

}
.detailInfoBox{
	margin: 10px 0 0 14px;
	width: 280px;

}
.detailInfoList a{
		font-weight: bold;
    color: #f44d81;
    border-bottom: dashed 1px #2f2596;
}
.detailInfoTitle{
	height: 22px;
	background: url("../../image/pc/top/info03/info_ttl01.png") no-repeat;
	-webkit-background-size: 280px 22px;
	-o-background-size: 280px 22px;
	background-size: 280px 22px;
}
.detailInfoList{
	margin: 5px 0;
}
.detailInfoList li{
	display: table-cell;
	font-size: 14px;
	color: #1b1b1b;
}
.detailInfoList > li :first-child {
	width: 68px;
	padding-right: 5px;

}
.slideLinks {
	position: absolute;
	width: 380px;
	bottom: 12px;
	left: 50%;
	margin-left: -550px;
	z-index: 10;
}
.googlePlayLink01{
	width: 186px;
	height: 60px;
	float: left;
	background: url("../../image/pc/top/btn_badge01.png") no-repeat;
	-webkit-background-size: 186px 60px;
	-o-background-size: 186px 60px;
	background-size: 186px 60px;
}
.googlePlayLink02{
	width: 130px;
	height: 44px;
	float: left;
	background: url("//cmn.sega-net.com/image/google-play-badge@400.png") no-repeat;
	-webkit-background-size: 130px 44px;
	-o-background-size: 130px 44px;
	background-size: 130px 44px;
}
.appStoreLink01{
	width: 182px;
	height: 60px;
	float: right;
	background: url("../../image/pc/top/btn_badge02.png") no-repeat;
	-webkit-background-size: 182px 60px;
	-o-background-size: 182px 60px;
	background-size: 182px 60px;
}
.appStoreLink02{
	width: 144px;
	height: 44px;
	float: right;
	background: url("//cmn.sega-net.com/image/app-store-badge.svg") no-repeat;
	-webkit-background-size: 144px 44px;
	-o-background-size: 144px 44px;
	background-size: 144px 44px;
}
.QRLink{
	display: block;
	margin-top: 10px;
	width: 280px;
	height: 25px;
	background: url("../../image/pc/top/btn_badge05.png") no-repeat;
	-webkit-background-size: 280px 25px;
	-o-background-size: 280px 25px;
	background-size: 280px 25px;
}

/*下部バナー*/
.bottomBnrWrap{
	position: relative;
	background: rgba(255,255,255,0.6);
}
.bottomBnrWrap:before{
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
    width: 100%;
    height: 3px;
    background: rgb(219,190,132);
    background: -moz-linear-gradient(top, rgba(219,190,132,1) 33%, rgba(219,190,132,1) 33%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 66%, rgba(112,73,54,1) 66%);
    background: -webkit-linear-gradient(top, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    background: linear-gradient(to bottom, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbe84', endColorstr='#704936',GradientType=0 );

}
.bottomBnrWrap:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
    width: 100%;
    height: 3px;
    background: rgb(219,190,132);
    background: -moz-linear-gradient(top, rgba(219,190,132,1) 33%, rgba(219,190,132,1) 33%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 66%, rgba(112,73,54,1) 66%);
    background: -webkit-linear-gradient(top, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    background: linear-gradient(to bottom, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbe84', endColorstr='#704936',GradientType=0 );

}
.bottomBnrBox{
	padding: 15px 0;
	width: 1000px;
}
.bottomBnrList li{
	float: left;
	padding: 0 33px 0 0;
}
.bottomBnrList li:nth-child(4n){
	padding: 0;
}
.bottomBnrList > .is-on img{
	border: solid 1px #1b1b1b;
}

#qrContent{
	width: 550px;
}


.popUpLink{	position: absolute;
	right: 0;
	bottom: 80px;
	display: block;
	width: 640px;
	height: 160px;
	background: url("../../image/pc/top/music/btn_bgm02.png") no-repeat;
	z-index: 2;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.musicPopBox{
	color: #FFF;
	width: 900px;
	background: rgba(0,0,0,0.6);
	border: solid 1px #b857c3;
	padding: 30px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.musicPopText{
	line-height: 2;
	padding-bottom: 40px;
 		text-align: center;	
}
.popTweetBox{
	text-align: center;
	padding: 10px 0 0;
}
.popCommentTitle{
	font-size: 20px;
	color: #d9d17e;
	font-weight: bold;
}
.twitter-follow-button{
	position: relative !important;
	display: inline-block !important;
	z-index: 100 !important;
}

.playBtn{
	width: 44px;
	padding-right: 5px;
}
.seekBar{
	height: 5px;
	margin-bottom: 10px;
	background: #aaa;
}
.playBar{
	height: 5px;
}

.controllerTitle{
	position: relative;
	font-size: 28px;
	font-weight: bold;
}
.timer{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}
.controllerBtn:hover{
	opacity: 0.9;
}
.songWritingList {
	font-size: 14px;
	padding: 10px 0 0 50px;
}
.songWritingList li {
	float: left;
	margin-right: 10px;
}

.songWritingList .musicDetailname{
	margin-right: 20px;
}

.sampleMusicPlayer{
	width: 600px;
	height: 150px;
	position: relative;
	background: url("../../image/pc/top/music/bg_bgm01.png") no-repeat;
	margin: 0 auto;
	color: #fff;
	padding: 10px 18px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sampleMusicPlayer.is-small{
	height: 120px;
	background: url("../../image/pc/top/music/bg_bgm02.png") no-repeat;

}
.sampleMusicPlayer.is-01{
	border: solid 1px #43a8ff;
}

.musicDetailTitle{
	font-weight: bold;
	color: #D9D17E;
}