@charset "utf-8";
/* CSS Document */

/* EMBER テーマのオーバーライト */
h1 {
	font-size: 24px;
}

#intro h2 {
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-size: 90px;
	font-size: 5rem;
	margin: 0 0 10px 0;
	font-family: 'Voltaire', sans-serif;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
	line-height: 120%;
}

h1 {
	font-size: 21px;
}

h1#logo {
	font-size: 20px;
	line-height: 140%;
}

h2 {
	font-size: 18px;
}

.feature {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 140%;
}

ul.events li {
	padding-bottom: 10px;
	border-bottom: dotted 3px #CCCCCC;
	margin-bottom: 10px;
}

.align_right {
	text-align: right;
}