
ul.event-item {
	position: relative;
	margin: 10px 0 0 15px;
}

ul.event-item li {
	line-height: 1.6;
	margin-bottom: 16px;
	font-size: 1.2rem;
	font-weight: 400;
	white-space: pre-wrap;
}

ul.event-item li:nth-child(1) > span {
	padding: 5px 15px;
	background-color: #800000;
	border-radius: 15px;
	font-weight: 900;
	color: white;
}
ul.event-item li:nth-child(1) > span.inactive {
	background-color: #707070;
}

ul.event-item li:nth-child(2) {
	font-size: 1.5rem;
	font-weight: 900;
}

ul.event-item li:nth-child(4) {
	font-size: 1.2rem;
	font-weight: 900;
}


.event-detail {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;

	border-top: 2px solid #909090;
	border-bottom: 2px solid #909090;
}

.event-detail .title {
	width: 100%;
	padding: 15px 20px;
	font-size: 1.3rem;
	font-weight: 900;
	border-bottom: 1px solid #909090;
}

.event-detail .contents {
	width: 100%;
	padding: 15px 0;
}

.event-detail img {
	display: block;
	margin: 0;
	padding: 0;
}

