
/* 220826 未読フラグ */
.oubo_message_log_msg_wrap {
	display:	flex;
	width: 100%;
}
.oubo_message_log_msg_wrap .read_flg {
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 13px;
	color: #999;
}
.oubo_message_log_msg_wrap.me {
	align-items: end;
	flex-direction: row-reverse;
}
.oubo_message_log_msg_wrap.he {
	align-items: end;
}
.oubo_message_log_msg_wrap.he .read_flg {
}
.oubo_message_log_me {
	margin-left: 0.5em;
	width: calc(100% - 3.5rem);
}
.oubo_message_log_he {
	margin-right: 0.5em;
	width: calc(100% - 3.5rem);
}
.oubo_message_log_msg_body {
	word-break:break-all;
}


