
.border {
	padding:0px;
	width:1160px;
}

.artist-list .wrap p.subtitle {
	text-align:center;
	letter-spacing: 10px;
	font-weight: 300;
	padding:10px 0 10px;
	margin:30px 0 0px;
	color:#666666;
	border-top:1px solid #bbbbbb;
}

p.artist-count {
	font-size:12px;
	margin:0px;
	letter-spacing: -1px;
	font-weight: 400;
	color:#888888;
}

p.artist-name {
	font-size:18px;
	color:#000000;
	text-decoration: none;
	margin:0;
	font-weight: 500;
}

p.artist-name a {
	font-size:18px;
	color:#000000;
	text-decoration: none;
	line-height: 140%;
}

p.artist-ename {
	font-size:14px;
	font-weight:300;
	color:#999999;
	text-decoration: none;
	margin:0px 0 0px 0px;
}

p.artist-ename a {
	font-size:14px;
	font-weight:300;
	color:#999999;
	line-height: 100%;
	text-decoration: none;
}

p.artist-detail {
	font-size:12px;
	color:#666666;
	margin:0px 0 0 0px;
	padding:0px;
	line-height: 110%;
	font-weight:300;
}

p.artist-product {
	font-size:13px;
	color:#666666;
	margin:40px 0 0 0px;
	padding:0px;
	line-height: 140%;
	font-weight:300;
}

p.artist-like {
	font-size:12px;
	color:#666666;
	margin:6px 0 0 0px;
	padding:0px;
	line-height: 140%;
	font-weight:300;
}

p.artist-like span {
	color:#333333;
	font-weight:600;
}

p.artist-product span {
	font-weight:500;
	color:#333333;
}

p.cho {
	font-size:28px;
	font-weight:600;
	text-align:center;
	margin:30px 15px 25px 10px;
	color:#0099aa;
}

.masterpiece {
	float:right;
	width:50px;
	height:50px;
	border-radius:0px;
	background-position:center center;
	background-size:cover;
}

.profile {
	display:inline-block;
	width:110px;
	height:110px;
	border-radius:5px;
	background-position:center center;
	background-size:cover;
	vertical-align: top;
}

.anounce {
	display:inline-block;
	margin-left:10px;
}

.artist-list {
	background-color:#fafafa;
}

.artist-list .wrap {
}

.artist-list .wrap ul {
	margin:0px;
	padding:20px 0;
	list-style: none;
}

.artist-list .wrap ul li {
	display:inline-block;
	margin:0 2px 2px 0;
	padding:10px;
	width:calc(25% - 24px);
	height:auto;
	border:0px solid #f4f4f4;
	vertical-align: top;
	text-align: left;
	font-size:18px;
	letter-spacing: -1px;
	cursor: pointer;
}

.artist-list .wrap ul li:hover {
	background-color:#eeeeee;
	cursor: pointer;
}

/*
.artist-list ul li:nth-child(4n) {
	margin-right:0px;
}
*/
.frame {
	background-color:#f4f4f4;
}