/**
 * FSJP
 * 
 * @create 0804
 */
@import url("__common.css");


/**
 * °ìÍ÷
 */
#scheduleList {
	width: 100%;
}
#scheduleList TH, #scheduleList TD {
	border-bottom: solid 2px #eee;
	padding-top: 15px;
	padding-bottom: 3px;
}
#scheduleList TH {
	width: 5em;
	padding-right: 1em;
	text-align: right;
}
.actionLink {
	margin-bottom: -12px;
	padding-bottom: 0;
}
.actionLink .right {
	margin-bottom: -12px;
}


/**
 * ¾ÜºÙ
 */
#scheduleDetail DL {
	width: 100%;
	margin-top: -25px;
}
#scheduleDetail DT {
	padding: 30px 0 3px 5px;
	border-bottom: solid 2px #EEE;
	font-weight: bold;
}
#scheduleDetail DD {
	padding: 5px 0 0 20px;
	font-size: 0.8em;
}

