@charset "UTF-8";
/* CSS Document */

/* @personal dir */

@import	url("/profile/profile.css");

/* ☆マークリスト */

li.starmark	{
	list-style-type:	none!important;
}


li.starmark:before	{
	margin-left:	-1em;
	content:	"☆";
}


