#frame {
	width: 600px;
	border: 1px solid #A1D9FF;
	margin-right: auto;
	margin-left: auto;
}
.contact {
	background: #E2F4FF;
	text-align: center;
	border: 1px solid #9CD7FF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.session {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #D40000;
	margin: 15px;
}
.location {
	font-size: 24px;
	text-align: center;
	color: #D40000;
}
.price {
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
}
.detail {
	margin-right: 40px;
	margin-left: 40px;
	font-size: 18px;
	line-height: 1.8em;
}
.check {
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	font-style: italic;
}
.number {
	font-size: 18px;
	font-weight: bold;
}

