
@charset "UTF-8";


.line-contents{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	flex-direction: column;
	background: #7494c0;
	max-width: 600px;
	padding: 30px 0;
	margin: 20px auto;
}

.chat{
	display: inline-flex;
	box-sizing: border-box;
}


.chat-r{
	justify-content:flex-end;
}

.chat span{
	border-radius: 20px;
	background-color: #fff;
	padding: 5px 10px;
	margin: 10px;
	line-height: 1.5;
}

.chat-r span{
	background-color: #8de055;
}

.pickup{
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #c30;
	line-height: 1.8;
}
