@charset "UTF-8";

.event {
	width: 100%;
	display: inline-block;
}
.photo {
	width: 100%;
}
.txtarea {
	width: 100%;
	margin-top: 10px;
}
.ev-ttl {
	color: #e5006e;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #F45087;
	padding-bottom: 10px;
	line-height: 20px;
}
.event +.event {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #000000;
}
.ttl {
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.mu {
	padding: 10px;
	width: 90%;
	border: 1px dotted #000000;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
