@charset "utf-8";

/* ディスコグラフィ情報 */
ul#discographyInformation {
	width:100%;
}
ul#discographyInformation img {
	float:right;
	margin:5px 0 20px 20px;
	border:1px solid #999;
}
ul#discographyInformation li.records {
	background:url(../images/listmarker.png) no-repeat 9px 24px;
	font-size:12px;
	margin:0;
	padding:16px 20px;
	line-height:157%;
	display:block;
	font-weight:normal;
	border-bottom:1px dotted #666666;
}
ul#discographyInformation li.records:last-child  {
	border-bottom:none;
}
ul#discographyInformation li.records ol {
	margin:0.5em 0;
	padding-left:1.8em;
	padding-bottom:1em;
	color:#666;
}
ul#discographyInformation li.records ol li {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:157%;
	background:none;
	border-bottom:none;
	list-style-type:decimal !important;
	list-style-position:outside !important;
}
ul#discographyInformation li.records p {
	padding-left:0.4em;
	color:#666;
}
ul#discographyInformation h4 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:157%;
	display:block;
}
ul#discographyInformation b {
	font-weight:bold;
	display:block;
	margin-top:1em;
}