/* 
    Created on : 2020/05/23, 0:17:49
    Author     : arika
*/

.index .event {
	margin-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1rem;
}
.index .attention .card {
	border: 0;
}
.index .attention .card .card-body {
	padding: 0.25rem;
}
.index .attention .card .card-title {
	margin-bottom: 0;
	background-color: #444;
	color: #fff;
	padding: 0 0.3rem;
}
.index .attention .card .card-text {
	padding: 0 0.3rem;
	font-size: 1.25rem;
}

.ticket section {
	font-size: 1.2rem;
}
.ticket .event dt {
	border-bottom: solid 1px #999;
	
	margin-bottom: 0.3em;
}
.ticket .event dd {
	font-size: 1.5rem;
	margin-bottom: 1em;
}