﻿@charset "utf-8";

body:not(#artist) .list li a::before,
#artist .list li:not(.melo) a::after,
#artist .list li.melo a::before{
	display:block;
	text-align:center;
	background:#000;
	width:6.5em;
	font-size:0.8rem;
	line-height:1.4;
	height:1.4em;
}
body:not(#artist) .list li.full a::before,
#artist .list li.full a::after{
	color:#09f;
	content:"シングル"
}
body:not(#artist) .list li.uta a::before,
#artist .list li.uta a::after{
	color:#f0f;
	content:"着うた\0ae"
}
body:not(#artist) .list li.melo a::before,
#artist .list li.melo a::before{
	color:#ff0;
	content:"着メロ"
}
body:not(#artist) .list li.clip a::before,
#artist .list li.clip a::before{
	color:#33ff00;
	content:"ﾋﾞﾃﾞｵｸﾘｯﾌﾟ"
}