
/* 枠 */
.dotbox {
 padding: 10px; margin-bottom: 10px; border: 1px dotted #333333;
}

/* テーブル */
.entry-content .schedule-table {
	border-collapse: collapse; 
	margin-left: 0px; 
	overflow-x: hidden;
}
.entry-content .schedule-table th, .entry-content .schedule-table td {
	padding:0.6em;
        border: solid 1px #ccc;
}
.back-green {
	background: #dff0d8;
}


