/*-------課程-------*/


#Profile {
	width: 930px;
	margin-right: 65px;
	margin-left: 65px;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}


#Profile .Screenings {
	float: left;
	padding-top: 3px;
	width: 670px;
}
#Profile .Screenings .Baseline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#Profile .Screenings ul {
	width: 630px;
	height: auto;
	margin-bottom: auto;
}

#Profile .Screenings ul li {
	padding-bottom: 3px;
	display: block;
	font-size: 10pt;
	float: left;
	width: 630px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	top: 3px;
	bottom: 3px;
	padding-top: 3px;
}
#Profile .Screenings ul .Time {
	float: left;
	padding: 10px;
	width: 180px;
	
}
#Profile .Screenings ul .Time2 {
	float: left;
	padding: 10px;
	width: 500px;
	
}
#Profile .Screenings ul .item {
	background-color: #EFEFEF;
	padding: 10px;
	width: 90px;
}
#Profile .Screenings ul .Status {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
}
#Profile .subject {
  font-size: 16pt;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}



#Profile .map {
	float: right;
	width: 250px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #CCC;
	overflow: hidden;
}

#Profile .Profile_word {
	background-image: url(../images/lines.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 30px;
	padding-top: 30px;
	float: left;
	width: 100%;
	line-height: 22pt;
}

