@charset "Shift_JIS";

#mainContents h3 {
	padding-bottom:15px;
}

/*----- Artist List -------------------------*/
#mainContents .artistList {
	margin-left:12px;
}

#mainContents .artistList li {
	float:left;
	width:200px;
	height:210px;
	text-align:center;
	list-style:none;
	position:relative;
}

#mainContents .artistList img {
	margin-bottom:5px;
}

#mainContents .artistList li.andmore {
	padding-top:80px;
	height:100px;
}

#mainContents .artistList .new {
position: absolute;
top:120px;
right:0px;
}





/*----- artist detail -------------------------*/
#mainContents .submenu {
}

#mainContents .submenu li {
	float:left;
	margin:0;
	list-style:none;
	height:35px;
}

#mainContents .submenu li.li2 {
	height:36px;
}

#mainContents h3.artistname {
	text-align:left;
	padding:35px 0 10px 25px;
	margin:0;
}

#mainContents #artistConts {
	width:581px;
	margin:0 auto 50px;
}

#artistConts .photoConts {
	float:left;
	width:290px;
	text-align:left;
}

#artistConts .textConts {
	float:right;
	width:275px;
	text-align:left;
	line-height:160%;
}
#artistConts .textConts2 {
	clear:both;
	text-align:left;
	line-height:160%;
}
#artistConts .link {
	background:url(../../artist/images_detail/icon_link.gif) no-repeat left center;
	padding:3px 0 3px 15px;
}



.tit-enquete {
	padding-top:20px;
}

.enqueteConts {
	background:url(../../artist/img/enquete_bottom.jpg) no-repeat left bottom;
	padding-bottom:64px;
}

.enqueteContsInner {
	background:url(../../artist/img/enquete_bg.jpg) repeat-y left top;
}

.enqueteConts dl {
	width:491px;
	margin:0 auto;
	line-height:160%;
}


.enqueteConts dt {
	clear:both;
	float:left;
	width:50px;
	padding:15px 0;
	background:url(../../artist/img/dotline.jpg) no-repeat left top;
}

.enqueteConts dd {
	float:left;
	width:440px;
	text-align:left;
	padding:15px 0;
	background:url(../../artist/img/dotline.jpg) no-repeat left top;
}

.enqueteConts .lineNo {
	background:none;
}

.enqueteConts dd span {
	color:#ca4b2a;
	font-weight:bold;
}








