@charset "utf-8";

/*--------------OJT Curriculum --------------
  ojt/index.html
  experience/index.html
*/

.course {
	margin-bottom:30px;}

.courseName {
	background-color:#FFD28E;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	margin-bottom:10px;
	line-height:1.2;
}


.course h5 {
	clear:both;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	padding-bottom:5px;
}
.course h5 img {
	margin-right:5px;
	border:0;
	vertical-align:middle;
}
.course .subTitle {
	margin:0 5px 8px 20px;
	padding:3px;
	font-weight:bold;
	line-height:1.2;
	background-color:#E5E5E5;
}
.course .text,.course ul {
	padding:0 0 10px 35px;
}
.course ul li {
	margin-bottom:3px;
}
.course ul.w130 li {
	width:130px;
	float:left;
}
.course ul.w150 li {
	width:150px;
	float:left;
}
.course ul.w220 li {
	width:220px;
	float:left;
}


.outline {
	margin-bottom:10px;
	width:340px;
	float:left;
}
.outline table th, .outline table td {
	padding:5px;
	border:1px #C8C8C8 solid;
	line-height:1.2;}
.outline table th {
	text-align:left;
	font-weight:normal;
	background-color:#FFD28E;
	white-space:nowrap;
	padding:5px 10px;
}
.outline table table th,.outline table table td {
	background-color:#FFF;
	padding:3px 0;
	border:none;
}



.photo {
	margin-bottom:10px;
	float:right;
	width:190px;
	}	

#curriculum .title03 {margin-bottom:10px;}

#curriculum .course {margin:0 10px;}
