.mainbox {
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	min-width: 250px;
	max-width: 550px;
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
	/*padding-bottom: 4px;*/
	background-color: rgb(255, 255, 255);
	border-radius: 12px;
	border-width: 1px;
	border-color: rgb(207, 217, 222);
	border-style: solid;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.usermidashi {
	display: flex;
	color: rgb(15, 20, 25);
}
.usermidashi div {
	flex-direction: row;
	padding-right: 10px;
}
.usermidashi img {
	border-radius: 50%;
	width: 50px;
}
.uscreenname {
	font-weight: 700;
	font-size: 15px;
}
#profimage {
	width:50px;
}
.msgframe {
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: stretch;
	border: 0px solid black;
	box-sizing: border-box;
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-shrink: 0;
	margin: 0px;
	min-height: 0px;
	min-width: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	padding-bottom: 10px;
}
.msgbody {
	border: 0px solid black;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow-wrap: break-word;
}
.msgbody span {
	font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.msgbody img {
	margin-top: 10px;
	border: 10px solid #fff;
	box-shadow: 0 0 0 1px #ccc, 1px 3px 8px 0 rgba(40,40,40,0.3);
}
.msgcontents {
	color: rgb(15, 20, 25);
	line-height: 24px;
	font-size: 20px;
	font-weight: 400;
	overflow-wrap: break-word;
    min-width: 0px;
}
.msgcontents img, .msgcontents a, .msgcontents iframe {
	margin-top: 15px;
	display: inline-block;
}
.createat, .hmnjtweet {
	color: rgb(83, 100, 113);
}
.hmnjtweet {
	flex-direction: row;
}
pre, .minitext {
	white-space: pre-wrap ;
	font-size: 16px;
	margin-left: 20px;
}
