@charset "utf-8";

.contents {
	background: #c7000b;
	}
h3 {
	margin-top: 0;
	color: #dc143c;
	background: #FFDB25;
	}

table.event_content {
	margin-top: 15px;
}

table.event_content th {
	border: 1px solid #1abc9c;
	background: #1abc9c;
}
table.event_content td {
	border: 1px solid #1abc9c;
}
table.event_content td span {
	color: #1abc9c;
}
.innerBox {
	margin-top: 20px;
	padding: 16px 12px;
	border: 2px solid #d5d5d9;
	border-radius: 12px;
	background: #fafafc;
	line-height: 1.65;
	text-align: center;
	font-weight: 700;
}

.innerBox.accent {
	border: 2px solid #f5696c;
	background: #fef0f0;
}
.event_detail span.number {
	background: #c7020b;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	line-height: 18px;
	margin-right: 5px;
}

.due_date {
	width: 70%;
	margin: 20px auto 12px;
	border: 3px solid #1a1a1a;
	background: #ffcc4e;
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
	box-sizing: border-box;
}
.due_date h4 {
	padding: 6px 0;
	font-size: 18px;
	background: #1a1a1a;
	color: #ffcc4e;
}
.due_date time {
	display: block;
	padding: 6px 0;
	font-size: 18px;
	border-bottom: 2px dashed #1a1a1a;
	/* animation: blink 2s infinite; */
}
.due_date .point {
	padding: 4px 0;
	font-size: 15px;
}
.due_date .point span {
	font-size: 20px;
}
.clear_msg {
	width: 70%;
    text-align: center;
    border: 3px solid #1a1a1a;
    margin: auto;
    padding: 8px;
	box-sizing: border-box;
	line-height: 1.55;
	position: relative;
}
.clear_msg::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #1a1a1a;
	border-width: 13px;
	margin-left: -13px;
}
.clear_msg > div {
	font-weight: 700;
	font-size: 18px;
	color: #c60000;
}
@media screen and (max-width: 480px) {
	.due_date {
		width: 95%;
	}
	.due_date h4 {
		font-size: 16px;
	}
	.due_date time {
		font-size: 15px;
	}
	.due_date .point {
		font-size: 12px;
	}
	.due_date .point span {
		font-size: 16px;
	}
	.clear_msg {
		width: 95%;
	}
	.clear_msg > {
		font-size: 16px;
	}
}