@charset "UTF-8";

div.section{
	margin:0 0 40px 0;
}
div.section p.comment{
	margin:15px 0 0 0;
}
div.section p.comment span{
	color:#B72D3D;
}

/* course */
div.section p.course{
	margin:20px 0 0 0;
}

/* course-section */
dl.course-section{
	width:680px;
	margin:20px 0 0 0;
}
dl.course-section dt{
	padding:7px 7px 7px 7px;
	background:url("../images/bec/course/bg_course_section.gif") repeat-x 0 0;
}
dl.course-section dd{
	margin:15px 5px 0 5px;
}

/* seminar-section */
dl.seminar-section{
	width:680px;
	margin:20px 0 0 0;
	position:relative;
}
dl.seminar-section dt{
	padding:7px 7px 7px 7px;
	background:url("../images/bec/course/bg_seminor_section.gif") repeat-x 0 0;
}
dl.seminar-section dd{
	padding:0 5px 0 5px;
	background:#EBEEF5;
}
dl.seminar-section dd.btn-ec{
	position:absolute;
	top:5px;
	right:0;
	background:none;
}
dl.seminar-section dd.top{
	background:url("../../images/common/line_gray.gif") repeat-x 0 100% #EBEEF5;
}
dl.seminar-section dd dl dt{
	padding:15px 0 15px 0;
	background:none;
}
dl.seminar-section dd span{
	color:#B72D3D;
}
dl.seminar-section dd dl dd{
	padding:0 0 15px 0;
}

/* curriculum */
div.section p.ttl{
	margin:18px 0 10px 0;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#333333;
	background:url("../../images/common/ico_circle_black.gif") no-repeat 0 4px;
}
div.section table{
	width:680px;
}
div.section table th{
	padding:8px 0 8px 0;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	border-right:1px solid #BBC9DA;
	background:#7693B5;
}
div.section table th.lecture{
	width:80px;
}
div.section table th.theme{
	width:240px;
}
div.section table th.curriculum-content{
	border-right:1px solid #7693B5;
}

div.section table td{
	padding:7px 7px 7px 7px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.section table td.lecture{
	text-align:center;
	border-left:1px solid #CCC;
}
div.section table td.bg-gray{
	background:#F6F6F6;
}

div.section table tr td span{
	color:#B72D3D;
}
/* div.section-fee */
div.section-fee{
	margin:0 0 80px 0;
}

/* price */
table.price{
	width:430px;
}
table.price th{
	padding:8px 0 8px 0;
	color:#FFF;
	font-weight:normal;
	border-right:1px solid #BBC9DA;
	background:#7693B5;
}
table.price th.top{
	border-left:1px solid #7693B5;
}
table.price td{
	padding:8px 0 8px 0;
	border-right:1px solid #BBC9DA;
	text-align:center;
	border-bottom:1px solid #BBC9DA;
}
table.price td.top{
	border-left:1px solid #BBC9DA;
}
table.price td.bordertop{
	border-top:1px solid #BBC9DA;
	vertical-align:middle;
}
table.price td.bg-gray{
	background:#F6F6F6;
}
div.section p.text-btn{
	float:left;
	margin:10px 0 0 0;
}
