/*//////////----- 写メ日記サムネイル：タイトル/作者行の1行強制カット -----//////////*/
/* Diary.tpl / DiaryCast.tpl (diary.css: .diaryrow div.text) */
.diaryrow div.text h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.diaryrow div.text p.author{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Profile.tpl (profile.css: .photodiary article.diaryrow div.text h4) */
.photodiary article.diaryrow div.text h4{
	white-space: nowrap!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
}
