@charset "UTF-8";
@import "/themes/concept/master.css";

/*
 [
----------------------------------------------------------- */



.blogEntry h4 {
	font-weight: bold;
	margin-top: 10px;
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-size: 14px;
}
.blogEntry p {
	margin-top: 0;
}

table.schedule {
	border-collapse: collapse;
	width: 100%;
	border-top: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	margin: 1em 0;
}
table.schedule caption,
table.schedule th {
	text-align: left;
	font-weight: normal;
}
table.schedule caption {
	margin-bottom: 10px !important;
}
table.schedule th,
table.schedule td {
	padding: 3px 6px;
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
}