@charset "utf-8";

h2 {
	width: 730px;
	height: 40px;
	background: url(../img/h2-event-calendar-detail.png) no-repeat;
	text-indent: -9999em;
}

#event-calendar-detail {
	margin-top: 10px;
	position: relative;
}

#event-calendar-detail h3 {
	width: 730px;
	height: 28px;
	border-bottom: 1px solid #132C85;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: #132C85;
}

#event-calendar-detail .wrapper {
	margin-top: 10px;
}

#event-calendar-detail p {
	font-size: 12px;
	line-height: 1.5;
}

#event-calendar-detail .image {
	float: left;
	width: 320px;
}

#event-calendar-detail .description {
	float: right;
	width: 410px;
}

#event-calendar-detail .description.no-image {
	float: none;
}

#event-calendar-detail table {
	margin-top: 5px;
	width: 730px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#event-calendar-detail th,
#event-calendar-detail td {
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 12px;
}

#event-calendar-detail th {
	background-color: #CFECF8;
	text-align: center;
	width: 200px;
}

#event-calendar-detail .button {
	margin-top: 10px;
	text-align: right;
}

#event-calendar-detail .button img {
	margin: -3px -7px -7px -3px;
}

