@charset "UTF-8";

/*================================================================
tease
================================================================*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #222;
	background: url(../img/bg.jpg);
	background-color: #FFF;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 62.5%;
	line-height: 1.75;
	text-align: center;
}
a         { color: #333; text-decoration: none;}
a:visited { color: #333;}
a:hover   { color: #06C; text-decoration: underline;}

@media screen and (min-width : 768px){
	body {
		min-width: 1024px;
	}
}

/*
01,common
----------------------------------------------------------------*/
h1 {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	font-size: 1.4em;
	text-align: center;
}
section {
	display: none;
	text-align: left;
	background: url(../img/shadow_top.png) no-repeat center top;
}
section .sectionInner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
	background: url(../img/shadow_bottom.png) no-repeat center bottom;
}
section .sectionInner .harfSec {
	width: 480px;
}

#globalNav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 57px;
	background: url(../img/nav_bg.png) repeat-x;
	text-align: left;
	z-index: 1000;
}
#globalNav nav {
	width: 1000px;
	margin: 0 auto;
}
#globalNav nav ul {
}
#globalNav nav ul li {
	display: inline-block;
	*display: inline;
    *zoom: 1;
}
#globalNav nav ul li a {
	display: block;
	padding: 0 30px;
	font-size: 1.2em;
	color: #FFF;
	line-height: 47px;
	border-left: #333 solid 1px;
}
#globalNav nav ul li.play a {
	padding-left: 40px;
	background: url(../img/nav_icon_play.png) no-repeat 0 50%;
	border-left: none;
}
#globalNav nav ul li.share {
	float: right;
}
#globalNav nav ul li.share ul {
	float: right;
	width: 100px;
	text-align: right;
}
#globalNav nav ul li.share ul li {
	display: inline;
}
#globalNav nav ul li.share ul li a {
	display: inline;
	padding: 0 5px 0 0;
	border: none;
}
#globalNav nav ul li.share ul li a img {
	vertical-align: middle;
}
#globalNav nav ul li dfn {
	float: left;
	display: inline;
	padding: 0 20px;
	font-size: 1.2em;
	font-style: normal;
	color: #FFF;
	line-height: 47px;
}

/*
01,header
----------------------------------------------------------------*/
header#globalHeader {
	width: 100%;
	padding: 100px 0 40px;
}

/*
01,cover
----------------------------------------------------------------*/
#coverTop {
	background: url(../img/cover_bg_top.png) repeat-x bottom;
	cursor: pointer;
}
#coverBottom {
	background: url(../img/cover_bg_bottom.png) repeat-x top;
	cursor: pointer;
}
#coverBottom p.btn{
	padding: 40px 0;
}

/*
01,artist
----------------------------------------------------------------*/
#artist {
	padding: 60px 0 0;
	overflow: hidden;
}
#artist .sectionInner {
	padding-bottom: 280px;
}
#artist .artistSec {
	position: relative;
	float: left;
	width: 500px;
	border-bottom: #000 solid 1px;
}
#artist .artistSec p.photo {
	float: left;
	width: 100px;
}
#artist .artistSec p.photo img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#artist .selected p.photo img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#artist .artistSec p.artistName {
	float: right;
	width: 350px;
	height: 90px;
	padding: 0 0 0 40px;
	line-height: 90px;
	background: url(../img/icon_plus.png) no-repeat 360px 50%;
	background-color: #FFF;
	font-size: 1.3em;
	cursor: pointer;
	border: #FFF solid 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#artist .selected p.artistName,
#artist .artistSec p.artistName:hover {
	width: 350px;
	height: 90px;
	border: #000 solid 5px;
}
#artist .selected p.artistName {
	background: url(../img/icon_close.png) no-repeat 360px 50%;
	background-color: #FFF;
}
#artist .artistSec .artistInfo {
	position: absolute;
	width: 400px;
	color: #FFF;
	top: 100px;
	left: 100px;
	font-size: 1.3em;
}
#artist .selected {
	position: relative;
	z-index: 100;
}
#artist .artistSec .artistInfo .artistComment {
	position: relative;
	padding: 20px 40px;
	background: url(../img/bg_black_noise.png);
	z-index: 100;
}
#artist .artistSec .artistInfo .artistComment p a {
	color: #09D;
}
#artist .artistSec .artistInfo .artistTrack {
	position: relative;
	padding: 20px 40px;
	background: url(../img/bg_gray_noise.png);
	z-index: 100;
}
#artist .artistSec .artistInfo .artistTrack p {
	padding: 0 0 0 60px;
}
#artist #artist01 .artistInfo .artistTrack p,
#artist #artist02 .artistInfo .artistTrack p,
#artist #artist03 .artistInfo .artistTrack p,
#artist #artist04 .artistInfo .artistTrack p,
#artist #artist05 .artistInfo .artistTrack p,
#artist #artist06 .artistInfo .artistTrack p,
#artist #artist07 .artistInfo .artistTrack p,
#artist #artist08 .artistInfo .artistTrack p,
#artist #artist09 .artistInfo .artistTrack p,
#artist #artist10 .artistInfo .artistTrack p,
#artist #artist11 .artistInfo .artistTrack p,
#artist #artist12 .artistInfo .artistTrack p {
	background: url(../img/j_ss_1.jpg) no-repeat left center;
}
#artist #artist13 .artistInfo .artistTrack p,
#artist #artist14 .artistInfo .artistTrack p,
#artist #artist15 .artistInfo .artistTrack p,
#artist #artist16 .artistInfo .artistTrack p,
#artist #artist17 .artistInfo .artistTrack p,
#artist #artist18 .artistInfo .artistTrack p,
#artist #artist19 .artistInfo .artistTrack p,
#artist #artist20 .artistInfo .artistTrack p,
#artist #artist21 .artistInfo .artistTrack p,
#artist #artist22 .artistInfo .artistTrack p,
#artist #artist23 .artistInfo .artistTrack p,
#artist #artist24 .artistInfo .artistTrack p {
	background: url(../img/j_ss_2.jpg) no-repeat left center;
}
#artist #artist25 .artistInfo .artistTrack p,
#artist #artist26 .artistInfo .artistTrack p,
#artist #artist27 .artistInfo .artistTrack p,
#artist #artist28 .artistInfo .artistTrack p,
#artist #artist29 .artistInfo .artistTrack p,
#artist #artist30 .artistInfo .artistTrack p,
#artist #artist31 .artistInfo .artistTrack p,
#artist #artist32 .artistInfo .artistTrack p,
#artist #artist33 .artistInfo .artistTrack p,
#artist #artist34 .artistInfo .artistTrack p,
#artist #artist35 .artistInfo .artistTrack p,
#artist #artist36 .artistInfo .artistTrack p,
#artist #artist37 .artistInfo .artistTrack p {
	background: url(../img/j_ss_3.jpg) no-repeat left center;
}
#artist .evenRow p.photo {
	float: right;
}
#artist .evenRow p.artistName {
	float: left;
}
#artist .evenRow .artistInfo {
	left: 0;
}
#artist #artistCover {
	display: none;
	position: absolute;
	z-index: 98;
	background: #000;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0);
	opacity: 0.0;
}


/*
01,information
----------------------------------------------------------------*/
#information h2 {
	text-align: center;
}
#information .sectionInner {
	padding: 60px 0 0;
	overflow: hidden;
}
#information .sectionInner h3 {
	margin-bottom: 40px;
}
#information .sectionInner .harfSec h4 {
	margin-bottom: 20px;
	font-size: 1.4em;
}
#information .sectionInner #outline {
	float: left;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #outline dl {
	font-size: 1.3em;
}
#information .sectionInner #outline dl dt {
	font-weight: normal;
	color: #999;
}
#information .sectionInner #outline dl dd {
	margin-bottom: 20px;
}
#information .sectionInner #outline dl dd ul {
	margin-bottom: 20px;
}
#information .sectionInner #outline dl dd ul li {
}
#information .sectionInner #outline dl dd p.caution {
	font-size: 10px;
}

#information .sectionInner #banner {
	float: right;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #staff {
	float: right;
	width: 480px;
	margin-bottom: 60px;
}
#information .sectionInner #staff .artistSec {
	width: 480px;
	margin-bottom: 20px;
	overflow: hidden;
}
#information .sectionInner #staff .artistSec p.photo {
	float: left;
	width: 120px;
}
#information .sectionInner #staff .artistSec .artistInfo {
	float: right;
	width: 360px;
	margin-bottom: 20px;
}
#information .sectionInner #staff .artistSec .artistInfo ul {
	width: 360px;
	margin-bottom: 10px;
	overflow: hidden;
}
#information .sectionInner #staff .artistSec .artistInfo ul li {
	display: inline;
	line-height: 1.5;
}
#information .sectionInner #staff .artistSec .artistInfo ul li img {
	vertical-align: text-bottom;
}
#information .sectionInner #staff .artistSec .artistInfo p.artistName {
	font-size: 1.5em;
	font-weight: bold;
}
#information .sectionInner #staff .artistSec .artistInfo .artistComment p {
	font-size: 1.3em;
}

/*
01,download
----------------------------------------------------------------*/
#download .sectionInner {
	padding-top: 60px;
	overflow: hidden;
}
#download .sectionInner ul li {
	float: left;
	width: 333px;
	margin-bottom: 40px;
}
#download .sectionInner #download320 {
	float: left;
	width: 480px;
}
#download .sectionInner #download192 {
	float: right;
	width: 480px;
}
#download .sectionInner .harfSec dl {
	position: relative;
	margin-bottom: 30px;
}
#download .sectionInner .harfSec dl dt {
	margin-bottom: 10px;
}
#download .sectionInner .harfSec dl dt a {
	display: block;
	padding: 10px 40px;
	border: #000 solid 4px;
	border-radius: 2px;
	font-size: 3em;
	font-weight: bold;
	background: url(../img/arrow_01.png) no-repeat 20px 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#download .sectionInner .harfSec dl dt a:hover {
	color: #FFF;
	background-color: #000;
}
#download .sectionInner .harfSec dl dd a {
	font-size: 1.2em;
}
#download .sectionInner .harfSec dl dd a:hover {
	text-decoration: none;
	color: #999;
}
#download .sectionInner .harfSec dl dt span {
	position: absolute;
	display: block;
	padding: 3px 0;
	top: 30px;
	right: 30px;
	width: 120px;
	color: #FFF;
	text-align: center;
	line-break: 1;
	font-size: 10px;
}
#download .sectionInner #download320 dl dt span { background-color: #ae3838;}
#download .sectionInner #download192 dl dt span { background-color: #bb9d32;}

#download .sectionInner .caution {
	clear: both;
	padding: 20px 40px;
	font-size: 10px;
	border: #AAA solid 1px;
}

/*
01,play
----------------------------------------------------------------*/
#play {
	background: url(../img/bg_play.jpg);
}
#play .sectionInner {
	position: relative;
	background: url(../img/shadow_top.png) no-repeat center top;
}
#play .sectionInner img.shadowTop {
	position: absolute;
	top: 180px;
}
#play .sectionInner img.shadowBottom {
	position: absolute;
	bottom: 0;
}

#play .sectionInner ol {
	width: 800px;
	padding-top: 220px;
	z-index: 100;
}
#play ul.moveBtn {
}
#play ul.moveBtn li {
	position: absolute;
	top: 60px;
	left: 50%;
	cursor: pointer;
	z-index: 500;
}
#play ul.moveBtn li.prev {
	margin-left: -66px;
}
#play ul.moveBtn li.next {
	margin-left: 40px;
}
#play ul.playMode li {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 60px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	z-index: 500;
}
#play ul.playMode li.order {
	margin-left: 130px;
}
#play ul.playMode li.shuffle {
	margin-left: 190px;
}
#play ul.playMode li img {
	display: block;
	width: 36px;
	margin: 0 auto;
}

/*
01,link
----------------------------------------------------------------*/
#link .sectionInner {
	padding: 60px 0;
	overflow: hidden;
}
#link .sectionInner h3 {
	margin-bottom: 40px;
}
#link dl {
	width: 1000px;
	margin-bottom: 40px;
	overflow: hidden;
}
#link dl dt {
	float: left;
	width: 468px;
}
#link dl dd {
	float: right;
	width: 500px;
	text-align: center;
}
#link dl dd.title {
	padding-top: 5px;
	font-size: 1.8em;
	font-weight: bold;
}
#link dl.h100 dd.title {
	padding-top: 20px;
}

/*
01,footer
----------------------------------------------------------------*/
footer#globalFooter {
	width: 100%;
	padding: 0 0 60px;
}