
@import url("section-detail.css");


/* -----------------------------------------------
	listing
----------------------------------------------- */

.item {
	padding: 20px 0 20px 20px;
	border-top: 1px solid #323131;
}

.first {
	border: 0;
	padding-top: 0;
}

.date {
	float: left;
	width: 50px;
	padding-top: 5px;
}

.info {
	float: left;
	width: 620px;
}

/* schedule listing */
body.schedule .item { padding: 5px 0 5px 20px; }

body.schedule .date { width: 70px; }

body.schedule .info {
	width: 600px;
	padding-top: 5px;
}

