@charset "utf-8";
/* CSS Document */

h3 {
	margin: 0 10px;
}


/* /////////////////////カテゴリーページの指定//////////////////// */

h4 {
	margin: 0 10px;
}

/* リスト全体を囲むdiv */
#whole_list {
	width: 590px;
	margin: 20px 0 10px 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5b09f;
}





/* カード */
.card1 {
	width: 290px;
	background: url(images/card_side.gif) repeat-y;
	float: left;
	margin: 0 3px 3px 0;
}

.card2 {
	width: 290px;
	background: url(images/card_top.gif) no-repeat top;
}
.card3 {
	width: 290px;
	background: url(images/card_bottom.gif) no-repeat bottom;
	height: 160px;
}
.card3 img.pic {
	padding: 15px 7px 50px 10px ;
	float: left;
}
/* .card3 .title_artist {
	width: 180px;
	float: left;
	border-bottom: 1px solid #ccc;
} */
h5 {
	color: #CC0000;
	line-height: 1.2em;
}
h5 span {
	color: #CC0000;
	font-weight: normal;
	display: block;
	padding-top: 2px;
}
.card3 .title_artist_setsumei {
	width: 185px;
	padding: 15px 5px 5px 0;
	float: left;
	height: 100px;
}


.card3 .title_artist_setsumei h5 {
	
	
}
.card3 .title_artist_setsumei h5 span.small{
	font-size: 10px;
	line-height: 1.2em;
	color: #CC0000;
	font-weight: normal;
}
.card3 p.artist {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.card3 p {
	width: 180px;
	padding: 0;
	float: left;
	font-size: 10px;
	color: #666666;
}

.card3 span.syosai {
	width: 175px;
	display: block;
	float:left;
	padding:0px 10px 0 0px;
}
.card3 span.syosai img {
	float: right;
}
