@charset "utf-8";
/* core	================================================	*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Avenir','Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	position: relative;
}

#bg {
	background: url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	min-width: 980px;
	min-height: 860px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}

#bg .bgmain {
	width: 720px;
	height: 860px;
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

#bg .bgmain .left,
#bg .bgmain .right {
	width: 720px;
	height: 860px;
	position: absolute;
	left: 0;
	top: 0;
}

#bg .bgmain .left p,
#bg .bgmain .right p{
	width: 720px;
	height: 10px;
	background-image: url(../img/miku1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#bg .bgmain .left p {
	left: -170px;
}

#bg .bgmain .right p.bottom {
	right: -100px;
}
#bg .bgmain .left p.bottom {
	left: -100px;
}

#bg .bgmain .right p {
	right: -170px;
}

#main {
	width: 980px;
	margin: 0 auto;
	z-index: 10;
	position: relative;

}

.head {
	width: 980px;
	height: 395px;
	position: relative;
	margin: 0 auto;
}


h1 {
	width: 980px;
	height: 0;
	padding-top: 0;
	background: url(../img/catch.png) no-repeat left top;
	overflow: hidden;
	left: 0;
	top: 182px;
	position: absolute;
}

.main {
	width: 980px;
	margin: 0 auto;
}

.head ul.sns {
	position: absolute;
	right: 17px;
	top: 16px;
}

.head ul.sns li{
	display: inline;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 16px;
}

.head ul.sns li a{
	display: block;
	height: 0;
	padding-top:30px;
	overflow: hidden;
	background-position: left top;
}

.head ul.sns li a:hover{
	background-position: left -30px;
	text-decoration: underline;
}

.head ul.sns .link01 a {
	width: 74px;
	background-image: url(../img/sns/piapro.png);
}
.head ul.sns .link02 a {
	width: 19px;
	background-image: url(../img/sns/twitter.png);
}
.head ul.sns .link03 a {
	width: 19px;
	background-image: url(../img/sns/facebook.png);
}
.head ul.sns .link04 a {
	width: 46px;
	background-image: url(../img/sns/youtube.png);
}

.head ul.share {
	position: absolute;
	left: 10px;
	top: 16px;
}


.head ul.share li{
	display: inline;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-right: 5px;
}

#contents {
	width: 980px;
	height: 1416px;/*if youtube:1283px; if nico:1325px*/
	margin: 0 auto;
	overflow: hidden;
}

#contents .left,
#contents .center,
#contents .right {
	width: 313px;
	float: left;
	position: relative;
}

#contents .left {
	margin-right: 20px;
}
#contents .center {
	margin-right: 20px;
}

#contents h3 {
	width: 313px;
	height:0;
	padding-top: 40px;
	overflow: hidden;
}

/* left */
.release {
	width: 313px;
	height: 1416px;
	background: url(../img/bg_release.png) no-repeat left top;
	position: relative;
	left: 333px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.release_main {
	width: 297px;
	padding-top: 41px;
	margin: 0 8px;
}

.release_main h4{
	margin-bottom: 15px;
}

.release_main .jk{
	margin-bottom: 25px;
}

.release_main .txt{
	width: 250px;
	margin: 0 auto;
	text-align: left;
}

.release_main .txt p{
	margin-bottom: 13px;
}

.release_main .txt span{
	font-weight: bold;
}

.release_main dl {
	margin-bottom: 5px;
}

.release_main dt {
	width: 74px;
	float: left;
}

.release_main dd {
	width: 176px;
	float: left;
}

/* center */

.song {
	width: 313px;
	height: 442px;
	background: url(../img/bg_song.png) no-repeat left top;
	margin-bottom: 20px;
	position: relative;
	left: 0;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.song .playerarea {
	width: 313px;
	height: 90px;
}

.song .playnavi {
	width: 313px;
	height: 58px;
}

.song .prev {
	width: 156px;
	height: 0;
	padding-top: 58px;
	overflow: hidden;
	float: left;
	background-image: url(../img/btn_prev.png);
	background-position: 0 0;
}
.song .next {
	width: 157px;
	height: 0;
	padding-top: 58px;
	overflow: hidden;
	float: left;
	background-image: url(../img/btn_next.png);
	background-position: 0 0;
}

.song .break {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

.song .prev:hover,
.song .next:hover {
	background-position: 0 -58px;
	cursor: pointer;
}

.song .break:hover {
	background-position: 0 0;
	cursor: default;
}


.song .songlist {
	width: 313px;
	height: 246px;
	overflow: auto;
	text-align: left;
}

.song .songlist li{
	padding: 0;
	width: 100%;
	background: url(../img/line_info.png) no-repeat left bottom;
}

.song .songlist li.current{
	padding: 0;
	width: 100%;
	background: url(../img/bg_songlist.png) no-repeat left bottom;
}

.song .songlist li:hover{
	cursor: pointer;
}
.song .songlist li.current:hover,
.song .songlist li.nosound:hover{
	cursor: default;
}

.song .songlist li p.no{
	padding: 0 0 0 17px;
	width: 38px;
	color: #3cbdd0;
	float: left;
	line-height: 40px;
	font-size: 13px;
}

.song .songlist li p.title{
	width: 240px;
	line-height: 40px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.song .songlist li.nosound p.title{
	color: #666666;
}

.song .songlist li.current .no,
.song .songlist li.current .title{
	color: #ffffff;
}


.link {
	width: 313px;
	height: 442px;
	background: url(../img/bg_link.png) no-repeat left top;
	position: relative;
	left: 0;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.link h3 {
	margin-bottom: 30px;
}

.link ul li {
	text-align: center;
	margin-bottom: 15px;
}

.link ul{
	width: 313px;
	height: 364px;
	overflow: auto;
}

.link ul li img.line{
	border: 1px #92dae4 solid;
}

.cs {
	padding-top: 172px;
}

/* right */
.info {
	width: 313px;
	height: 442px;
	background: url(../img/bg_information.png) no-repeat left top;
	margin-bottom: 20px;
	position: relative;
	left: -313px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.info h3 {
	margin-bottom: 10px;
}

.info #infolist {
	width: 313px;
	height: 285px;
	overflow: auto;
	text-align: left;
}

.info #infolist li{
	padding: 15px 0;
	width: 100%;
	background: url(../img/line_info.png) no-repeat left bottom;
}

.info #infolist li p{
	padding: 0 13px 0 17px;
}

.info #infolist li p.date{
	font-size: 11px;
	line-height: 12px;
	color: #3cbdd0;
	margin-bottom: 5px;
}

.info #infolist li p.title:hover{
	cursor: pointer;
	text-decoration: underline;
}

.info #infolist li p.title a{
	font-size: 14px;
	line-height: 18px;
}

.info .blogbanner{
	width: 281px;
	margin: 0 auto;
	padding-top: 31px;
	background: url(../img/title_blog.png) no-repeat right 10px;
}

.info .blogbanner a{
	display: block;
	width: 281px;
	height: 0;
	padding-top: 62px;
	background: url(../img/blog_off.png) no-repeat left top;
	overflow: hidden;
}

.info .blogbanner a:hover{
	background: url(../img/blog_on.png) no-repeat left top;
}

.creator {
	width: 313px;
	height: 442px;
	background: url(../img/bg_creator.png) no-repeat left top;
	position: relative;
	left: -313px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.creator h3 {
	margin-bottom: 30px;
}

.creator ul {
	width: 313px;
	height: 364px;
	overflow: auto;
	text-align: left;
}

.creator li{
	padding: 8px 0;
	width: 100%;
	background: url(../img/line_info.png) no-repeat left bottom;
	line-height: 35px;
}

.creator li p{
	padding: 0 10px 0 15px;
	float: left;
}

.creator li:hover{
	cursor: pointer;
}

.caption{
	width: 646px;
	height: 118px;
	position: relative;
	float: left;
	margin-bottom: 20px;

}

.caption div.box {
	background: url(../img/bg_caption.png);
	padding: 8px;
	position: absolute;
	left: -313px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.caption div.inner{
	padding: 8px;
	text-align: left;
	background: url(../img/bg_inner.png);
}

.youtube1{
	width: 646px;
	height: 239px;/*if youtube:354px*/
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.youtube1 div.box {
	background: url(../img/bg_caption.png);
	padding: 8px;
	position: absolute;
	left: -313px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.youtube1 div.box iframe{
	float: left;
}

.youtube1 div.inner{
	text-align: left;
	background: url(../img/bg_inner.png);
}

.youtube1 div.inner .yttxt{
	padding: 8px;
	float: left;
	width: 217px;
	line-height: 170%;
}

.youtube2 {
	width: 646px;
	height: 354px;/*if youtube:354px*/
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.youtube2 div {
	background: url(../img/bg_caption.png);
	padding: 8px;
	position: absolute;
	left: -313px;
	top: 1416px;/*if youtube:1283px; if nico:1325px*/
}

.youtube1 iframe, .youtube2 iframe {
	margin: 0 auto;
}

#shoplink{
	padding-top: 29px;
}

#shoplink p.topstep img{
	margin: 0 16px 10px 0;
}

#shoplink p.topstep img.end{
	margin: 0 0 10px 0;
}

#shoplink p.bottomstep img{
	margin: 0 16px 0 0;
}

#shoplink p.bottomstep img.end{
	margin: 0;
}

#foot {
	width: 980px;
	height: 120px;
	position: relative;
}

#foot .copy {
	text-align:center;
	padding-top: 60px;
}

#foot .pagetop {
	right: 15px;
	top: 36px;
	width: 108px;
	height: 48px;
	position: absolute;
	overflow: hidden;
}

#foot .pagetop span{
	display: block;
	width: 108px;
	height: 0;
	padding-top: 96px;
	position: relative;
	left: 0;
	top: 0;
	background: url(../img/btn_top.png) no-repeat left top; 
}

#foot .pagetop span:hover{
	cursor: pointer;
	background-position: left -48px;
}

#floatboxWrapper {
	width: 100%;
	min-width: 980px;
	height: 100%;
	position: fixed;
	left:0;
	top: 0;
	z-index: 100;
	display: none;
}

#floatboxWrapper #floatboxBg{
	background: url(../img/floatbox/bg.png);
	width: 100%;
	height: 100%;
	overflow:auto;
	position: absolute;
	left:0;
	top: 0;
}

#message,
#creatorprof {
	width: 600px;
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
}


#message .cont,
#creatorprof .cont{
	width: 600px;
	background: url(../img/floatbox/bg_body.png) repeat-y left top;
}

#message .articlewrap,
#creatorprof .articlewrap{
	width: 584px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}

#message .articlewrap p.title{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 27px 10px 27px;
	margin: 0 0 25px 0;
	background: url(../img/floatbox/line.png) repeat-x left bottom;
}

#message .articlewrap p.date{
	color: #47c0d1;
	padding: 15px 27px 0 27px;
	margin: 0;
}

#message .articlewrap p.text{
	padding: 0 27px;
	margin: 0;
}

#message .articlewrap p.text a {
	color: #3cbdd0;
}

#message #closebox,
#creatorprof #closebox {
	width: 25px;
	height: 25px;
	background: url(../img/floatbox/btn_close_off.png) no-repeat left top;
	position: absolute;
	right: -50px;
	top: 3px;
}

#message #closebox:hover,
#creatorprof #closebox:hover {
	background: url(../img/floatbox/btn_close_on.png) no-repeat left top;
	cursor: pointer;
}

.messagetop, .messagebottom {
	width: 600px;
	height: 20px;
}

.messagetop {
	background: url(../img/floatbox/bg_head.png) no-repeat left top;
}
.messagebottom {
	background: url(../img/floatbox/bg_foot.png) no-repeat left top;
}

#creatorprof .articlewrap .articlehead{
	width: 584px;
	background: url(../img/floatbox/line.png) repeat-x left bottom;
	padding: 15px 0 10px 0;
	margin-bottom: 25px;
}

#creatorprof .articlewrap p.ico_l{
	color: #47c0d1;
	padding: 0 15px 0 27px;
	margin: 0;
	float: left;
}

#creatorprof .articlewrap p.type{
	width: 460px;
	color: #47c0d1;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
}

#creatorprof .articlewrap p.name{
	width: 460px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
}


#creatorprof .articlewrap p.text,
#creatorprof .articlewrap p.media,
#creatorprof .articlewrap p.proflink{
	padding: 0 27px;
	margin: 0 0 20px 0;
}

#creatorprof .articlewrap p.proflink span{
	color:#999999;
	margin: 0 3px;
}

#creatorprof .articlewrap p.proflink a {
	color: #3cbdd0;
}