.sub_course{	
	font-size:16px;
    line-height: 40px;
    background-color: #dcdcdc;
    padding-left: 15px;
    font-weight:500;
}


.teacher_name{
    font-size: 20px;
    line-height: 28px; 
    padding-top: 5px;
}
.teacher_txt01{
    font-size: 24px;
    line-height: 30px;    
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
}
.teacher_txt02{
    font-size: 13px;
    line-height: 18px;   
    padding-top: 5px;
}

#sample{
    border: 1px #aaa solid;
    padding : 2 2 2 2;
    font-size: 12px;
    line-height: 24px; 
    cursor: pointer;
    width: 95%;
    background-color: #fff;
}

.sub_menu{
    font-size:14px;
    line-height: 36px;
    border-style:solid;
    border-width: 1px;
    border-color: #aaa;
    text-align: center;
    cursor: pointer;
    background-color: #ddd;
    width: 98%;
    
}
.sub_menu_on{
    font-size:14px;
    line-height: 36px;
    border-style:solid;
    border-width: 1px;
    border-color:red;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color:red;    
    width: 98%;
}

td hr{ 
	border: 0;
    height: 1px;
    background-color: #ccc;
    display: block;
}



.lecture_teacher {	
	font-size:18px;
	line-height:16px;
	collor:#000;
	font-weight:bold;
}
.lecture_contents {	font-size:12px;
	line-height:14px;
}
.lecture_title {	font-size:16px;
	line-height:20px;
	color:#aaaaaa;
}




#link_td{
		cursor:pointer;
}


a{color:#000;text-decoration: none;}
a:hover{color:#fa702c;text-decoration: none;}






.top_link{
    border: solid;
    border-color: #ccc;
    border-width: 1px;
}

#cart{
		cursor:pointer;
		background-size:100%;
		background-color:#7d7d7d;
		line-height:40px;
		text-align:center;
		font-size:15px;
		color:#fff;
}
#order{
		cursor:pointer;
		background-size:100%;
		background-color:#ff000c;
		line-height:40px;
		text-align:center;
		font-size:15px;
		color:#fff;		
}
#more{
		background-color: #0078bd;
		background-size:100%;
		text-align:center;
		line-height:30px;
		color:#FFF;
		font-size:14px;
		cursor:pointer;
}


.icon_complete{
    font-size:10px;
    line-height: 14px;
    color:#fff;
    text-align: center;
    background-color: #7d7d7d;
    font-weight: bold;   
    width: 95%;
}
.icon_new{
    font-size:10px;
    line-height: 14px;
    color:#fff;
    text-align: center;
    background-color:red;
    font-weight: bold;  
    width: 95%;
}