@charset "UTF-8";

.slider-wrap {
	width: 100%;
	margin:auto;
	position: relative;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 800px;
	height: 320px;
	margin: auto;
	background: #000;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
* html .stripViewer {
	behavior: expression(IEPNGFIX.fix(this));
}
.stripViewer {
	width: 800px;
	height: 340px;
	background: url(/discography/img/bg_main.png) no-repeat;
	position: relative;
	overflow: hidden; 
	margin: auto;
	clear: both;
	margin-bottom:10px;
}
.stripViewer .panelContainer {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

/* 各タイトル */
.stripViewer .panelContainer .panel { 
	width: 800px;
	height: 100%;
	position: relative;
	float:left;
}
.stripViewer .panelContainer .panel .section { 
	padding: 30px;
}
.stripViewer .panelContainer .panel .section:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.stripViewer .panelContainer .panel .section {
	zoom: 1;
}
.discography .panel .section .image {
	width: 260px;
	text-align:center;
	float:left;
}
/* 上部ナビゲーション */
.stripNav {
	width: 800px;
	height:1px;
	margin: auto;
	text-indent:-9999px;
}
.stripNav ul { 
	list-style: none;
	height:1px;
}
.stripNav ul li {
	font-size:0.1em;
	float: left;
	height:1px;
}

.discography h3 {
	width:800px;
	height:19px;
	background: url(../img/contents/title_discography.png) no-repeat;
	text-indent:-9999px;
	margin:auto;
	margin-bottom:10px;
}
.discography .panel .section .text {
	width: 460px;
	float:right;
}
.discography .panel .section .text .line {
	padding:5px 0 5px 0;
}
.discography .panel .section p.lead {
	font-size:1.0em;
	color:#CCC;
	margin-bottom:8px;
}
.discography .panel .section p.list {
	clear:both;
	font-size:0.8em;
	color:#CCC;
}
.discography .panel .section ul{
	list-style:none;
	margin-bottom:8px;
}
.discography .panel .section ul li{
	font-size:0.8em;
	color:#CCC;
	margin-right:10px;
}
.discography #list{
	width:800px;
	margin:auto;
}
.discography #list .section{
	width:145px;
	height:80px;
	float:left;
	margin-right:15px;
}
.discography #list .section .jaket{
	width:50px;
	margin-right:8px;
	float:left;
}
.discography #list .section h4{
	width:87px;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.3em;
	color:#FFF;
	float:left;
	margin-bottom:4px;
}
.discography #list .section h5{
	width:87px;
	font-size:0.8em;
	font-weight:normal;
	color:#CCC;
	float:left;
}






