@charset "utf-8";

/* lecture */
body #content #mainArea .subLowerArea{
	margin: 11px 0 42px;
	padding:0;
}
body #content #mainArea .subText{
	margin: 0;
	padding:0 0 16px;
}

/* Table Style List*/
#mainArea .lowerArea table.list{
	padding:0;
	margin:0 0 26px;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#mainArea .lowerArea table.list th{
	padding:2px;
	background-color:#fff;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#mainArea .lowerArea table.list td{
	padding:2px 3px;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	text-align: center;
}
#mainArea .lowerArea table.list th.pink{
	background-color:#f7e8ee;
	font-weight:normal;
}
#mainArea .lowerArea table.list th.pink2{
	background-color:#f7e8ee;
}
#mainArea .lowerArea table.list th.red{
	color:#FFFFFF;
	background-color:#a20041;
}
#mainArea .lowerArea table.list .gray{
	background-color:#fbfbfb;
}
#mainArea .lowerArea table.list .date{
	text-align: left;
}
#mainArea .lowerArea table.list .name{
	height: 48px;
	text-align: left;
	vertical-align: middle;
}
#mainArea .lowerArea table.list .name2{
	padding: 9px 0;
	text-align: center;
	vertical-align: middle;
}
#mainArea .lowerArea table.list td em{
	font-style: normal;
	font-size:10px;
	color:#a20041;
}
#mainArea .lowerArea table.list td.cost em{
	color:#666;
}

#mainArea table.shortlist{
	padding:0;
	margin:16px 0;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#mainArea table.shortlist th{
	padding:8px;
	background-color:#fbfbfb;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#mainArea table.shortlist td{
	padding:8px;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}


