/* news scedule */

.body_news #innerContents {
}
.news_title {
	background:#fff;
}
.news_title img {
	padding-bottom:30px;
	margin-top:0px;
	border:none;
}

table.table_scedule {
	width:672px;
	border:none;
	background:#fff;
	border-top:3px solid #e6e6e6;
}

table.table_scedule th,
table.table_scedule td {
	line-height:1.5;
	border-bottom:1px dashed #999;

	padding:13px;
}
table.table_scedule th {
	margin:0px;
	text-align:left;
}
table.table_scedule td {
}
table.table_scedule tr.blue {
	background:#f3f9f6;
}
#edit table.table_scedule th,
#edit table.table_scedule td {
	border-right: solid 1px #eee;
}
.body_news #innerWrap {
}
.body_news #innerContents {
	background-color:#fff;
	background-image: none;
	padding-top: 24px;
}
*:first-child+html .body_news #innerContents {
	padding-top: 0px;
	border-top: solid 24px #fff;
}



