.author-name {
	margin-bottom: 8px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 24px;
}

.user-name-twitter{
	color: #9CA2A6;
	padding-left: 4px;
}

.workBlock-inner dl dd a:last-child{
	padding-left: 0px !important;
}

.workBlock-inner dl dd span:first-child,
.illust-comment-name .author-name,
.story-comment-name .author-name,
.artistNameArea .author-name,
#userProfile dl dt .author-name,
.comicCellArea .infoArea .middleArea .nameArea .name{
	margin-bottom: 0px !important;
}

#userProfile dl dt{
	margin-right: 36px;
}

.author-name a:nth-child(2){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 6px;
}

.author-no-link{
	color: #262729;
}

.author-no-link:hover{
	text-decoration: none;
}

.author-name a:not(.commonServiceIconAnchor):first-child{
	width: 16px;
	height: 16px;
	margin-right: 6px;
	display: inline-block;
	background-color: #2BBA0E;
}

.author-name a.commonServiceIconAnchor:first-child{
	height: 12px;
}

.author-name a:not(.commonServiceIconAnchor):first-child img {
	width: 22px;
	height: 16px;
}

.artistLink a:nth-child(2),
.artistLinkApple a:nth-child(2){
	padding-top: 3px;
}

.primeIcon{
	position: absolute;
	height: 18px !important;
	width: auto !important;
	right: -5%;
	top: -5%;
}

.primeLevelIcon {
	display: inline-flex;
	background-color: #d4b75c;
	align-items: center;
	padding-right: 4px;
	min-width: 59px;
	clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
}

.primeLevelIcon:hover {
	text-decoration: none;
}

.primeLevelIcon img {
	height: 9px;
	width: auto;
	margin: 2px;
	border: 1px solid white !important;
	border-radius: 50%;
}

.primeLevelIcon span {
	color: #ffffff !important;
	font-size: 10px;
	margin: 2px 6px 2px 2px;
	font-weight: normal !important;
}

.primeLevelIcon.mobile:not(.comic.subscription) {
	min-width: 59px;
}

.primeLevelIcon.mobile:not(.comic.subscription) span {
	font-size: 11px;
}

.primeLevelIcon.comic.mobile.subscription {
	min-width: 52px;
}

.primeLevelIcon.comic.mobile.subscription span {
	margin: 1px 3px 1px 1px;
}

.primeLevelIcon.comic.mobile.subscription img {
	margin: 1px;
	height: 8px;
}