@charset "utf-8";

.clear {
	display:block;
	clear:both;
	height:0;
	line-height:0;
}

html, body {
	color:#330;
}

button, input {
	color:#333;
}

.pc html, .pc body {
	background-color:#fff399;
	background-image:url(../img/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-size:100vmin 100vmin;

-ms-interpolation-mode:nearest-neighbor;
image-rendering:-webkit-optimize-contrast;
image-rendering:-moz-crisp-edges;
image-rendering:-o-crisp-edges;
image-rendering:pixelated;
}

.sp body::before {
	background-color:#00ffc0;
	background-image:url(../img/bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

a, ol li h3 {
	color:#2f00cd;
}

a:hover, ol li h3:hover {
	color:#23b0ca;
}

strong {
	color:#c00;
}

em {
	color:#333;
	font-style:normal;
	font-weight:bold;
}

th {font-weight:normal;}
td {font-weight:bold; padding:0.5em 0.25em;}

ul, ol {padding:0;}

input:disabled {
	opacity:0.5;
}


.wrap100 {
	width:100%;
}

.navbar-default{
	background-color:transparent;
	background-image:none;
}



footer {
	text-align:right;
	color:#ccc;
}



article {
	background-color:rgba(255,255,255,0.85);
}

#side .contents_box {
	background-color:rgba(255,255,255,0.85);
}

.container {
	background-image:url(../img/container_bg.png);
	background-repeat:repeat;
}




article li {
	list-style-position:inside;
}

article ul {
	padding-bottom:1em;
}

article ul li {
	list-style:none;
}

article ul li:before {
	content:"◆";
	color:#555;
	speak:none;
	
	padding-right:0.5em;
}

p.attention:before,
span.attention:before,
article ul.attention li:before,
article ul li.attention:before {
	content:"※";
	color:#c00;
	speak:none;
}

.pc .tweet_button {
	width:64%;
	
	margin:0 auto;
	padding:0;
	
	text-align:right;
}


/*
.pc #album_outline {
	float:left;
	
	width:300px;
	padding:10px;
}

.pc #album_contents {
	float:right;
	width:640px;
	padding:10px;
}
*/

#jacket {
	visibility:hidden;
}

#jacket.static {
	visibility:visible;
}

.sp #album_outline_inner h1 {
	display:inline-block;
	text-align:left;
}

.sp #album_outline_inner td {
	text-align:left;
}


.pc article > div:after {
	content:"";
	display:block;
	clear:both;
	
	height:0;
	line-height:0;
}


#album_outline th {
	width:6.4em;
}




ol li {
	list-style:none;
	vertical-align:top;
}

ol li * {
	vertical-align:top;
}

.sp #album_contents ol li {
	
	border-top:1px solid #555;
	border-bottom:1px solid #000;
}

ol li h3 {
	cursor:pointer;
	display:inline-block;
}

.pc ol li h3 {
/*	height:30px;*/
	line-height:30px;
	
	font-size:133%;
}

.sp ol li h3 {
	min-height:2em;
	line-height:2em;
}

h3 span.title_sub {
	font-weight:normal;
	font-size:0.875rem;
}

h2.button_liner_notes {
	cursor:pointer;

	height:30px;
	line-height:30px;
	
	font-size:133%;
}



ol li h3:after {
	content:'';
	display:inline-block;
	
	position:relative;
	
	width:0;
	height:0;
	
	border:5px solid transparent;
	border-top-color:#555;
	
	margin:0 0 0 0.5em;
}

ol li h3.current_open:after {
	
	border:5px solid transparent;
	border-bottom-color:#555;
	
	top:-5px;
}

ol li h3.title_only:after {
	border:none;
}

.pc ol li {
	min-height:30px;
}

.pc .audio_player,
.pc .audio_player img
{
	width:30px;
	height:30px;
}

.sp .audio_player
{
	width:17%;
}

.sp .audio_player img
{
	width:100%;
}

.audio_player {
	cursor:pointer;
	position:relative;
	display:inline-block;
}

.pc .audio_player {
	overflow:hidden;
}


.audio_player img {
	display:block;
	visibility:hidden;
}

.audio_player img.play_current {
	visibility:visible;
}

.audio_player img.play_loading {
	position:relative;
	z-index:5;
}

.audio_player img.play_play {
	position:absolute; top:0; left:0;
	z-index:4;
}

.audio_player img.play_stop {
	position:absolute; top:0; left:0;
	z-index:3;
}

.audio_player img.play_pause {
	position:absolute; top:0; left:0;
	z-index:2;
}

.audio_player img.play_progress {
	position:absolute; top:0; left:0;
	z-index:1;
	
	width:0%;
	visibility:visible;
}


.liner_notes {
	display:none;
	padding-bottom:1em;
}

