@charset "UTF-8";
@import "recording.css";

/*	音楽試聴コーナー	*/
div#mainContents div.infoBox{
	width: auto;
	padding: 5px;
	color: #444;
	background-color: #eee;
	border: 1px solid #ccc;
}

div#toc ul{
	margin: 0;
	list-style-type: none;
}

div#toc li{
	margin: 0 0 5px 0;
	padding: 2px 5px;
	color: inherit;
	background-color: #eee;
}

div.opus div.photo{
	/*width: 210px;*/
	width: 90px;
	float: left;
	line-height: 100%;
}

div.opus div.photo p{
	margin: 0;
	padding-bottom: 5px;
	background: url(/s/images/artists/photo_shadow.jpg) no-repeat -120px -520px;
}

div.opus div.wrapper{
	width: 100%;
	overflow: hidden;
}

div.opus div.comment{
	margin: 0;
	width: 340px;
	float: left;
}

div.opus div.comment dl{
	margin: 0;
}

div.opus div.comment dt{
	margin: 0;
	color: #444;
	background-color: #eee;
	border: 1px solid #ccc;
}

div.opus div.comment dd{
	margin: 5px 0 10px 0;
}

div.opus div.comment dd span.credit{
	display: block;
	margin: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.2em;
}

div.opus div.spec{
	/*clear: both;
	margin: 10px 0;
	*/
	width: 465px;
	float: left;
}

div#mainContents div.opus div.spec table{
	width: 99%;
}

div.opus div.spec table tbody th{
	width: 90px;
}

div#mainContents div.infoBox h3{
	border-right: 1px solid ;
}

