@charset "UTF-8";

/* ================================================== */
/* Schedule */
/* ================================================== */

.schedule {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.schedule .scheduleHeader {
	color: #000;
	margin-bottom: 1em;
}
.schedule .scheduleHeader h4 {
	display: inline;
	background: #73533d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	padding: 3px 5px;
}
.schedule .scheduleHeader h4 em {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.schedule .scheduleHeader h3 {
	font-size: 1.4em;
	padding-top: 0.5em;
}
.schedule .scheduleHeader h3 em {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.schedule article {
	margin: 0 0.5em;
}
