@charset "UTF-8";

.contents {
	background: #13d1d6;
	border-color: #06969d;
}
h3 {
	margin-top: 0;
}
table.event_content {
	width: 100%;
}
table.event_content th {
	background-color: #06969d;
	border-color: #06969d;
}
table.event_content td span {
	color: #06969d;
}
table.event_content th, table.event_content td {
	width: 50%;
}

a[href*="member"] {
	position: relative;
	display: inline-block;
	width: 280px;
	padding: 11px 3px;
	color: #555;
	border: 2px solid #777;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-indent: 2px;
	line-height: inherit;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 700;
	transition: opacity 0.3s;
	min-height: 48px;
	box-sizing: border-box;
}
a[href*="member"]:hover {
	opacity: .7;
	text-decoration: none;
}