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

/* @personal dir */

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


/* 活動休止中告知 */

div.notice	{
	text-align:	center;
	padding:	24px 0px;
	color:	#bfbfbf;
}

/* メンバープロフィール */

table#kinmokusei th	{
	text-align:	center;
	border-bottom:	solid 1px #dedede;
}

table#kinmokusei td	{
	vertical-align:	middle;
	white-space:	nowrap;
	text-align:	center;
	border-bottom:	dashed 1px #dedede;
}

table#kinmokusei td.names	{
	text-align:	left;
}

/* 経歴リスト 空白イキ指定 */

div.tcareer dl.singles dd	{
	white-space:	pre;
}

