html, body {
	font-family: "Sawarabi Gothic";
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: initial;
}

ul {
	padding: 0;
}

ul li.list {
	color: #404040;
	border-bottom: dotted 2px #dadada;	/*下に灰色線*/
	margin-bottom: 5px;					/*下のバーとの余白*/
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;	/*ポチ消す*/
}

ul.attachment {
	width: 90%;
	margin: auto;
	background: #fffcf4;
	border-radius :8px;/*角の丸み*/
	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
	padding: 1.5em;
}

li.attachment {
	border-bottom: dotted 2px #dadada;	/*下に灰色線*/
	margin-bottom: 5px;					/*下のバーとの余白*/
	list-style-type: none!important;	/*ポチ消す*/
}

div.message {
	margin: 10px 0px;
}

div.flex {
	display: flex;
}
div.new {
	min-width: 40px;
	height: 1.5em;
	text-align: center;
	font-weight: bold;
	background: orange;
	padding: 0px 10px;
	margin-right: 10px;
	color: #ffffff;
}
div.date {
	margin-right: 10px;
}

div.box {
	padding: 0;
	margin: 0;
}