@charset "UTF-8";
/*===================================
 senior.css
===================================*/

.senior #main{
	font-size:13px;
	}
	
.paddingLR10{
	padding:0 10px;
	}	

.courseTitle{
	width:710px;
	height:245px;
	margin-bottom:20px;
	background: url(../../images/senior/bg_titleImage.png) no-repeat bottom left;
	}
	
.courseTitle h2{
	width:233px;
	height:110px;
	background:url(../../images/course/bg_h2.png) no-repeat;
	font-size:28px;
	font-weight:bold;
	line-height:90px;
	text-align:center;
	color:#00913A;
	}	
	
.f_colO1{
	font-size:15px;
	font-weight:bold;
	}	
	
.inBox span.tit{
	display:block;
	margin-top:16px;
	font-size:20px;
	line-height:20px;
	color:#6F5A18;
	}
	
.contactBox{
	display:block;
	overflow:hidden;
	}	

.contactBox span.tel{
	display:block;
	width:310px;
	font-size:28px;
	font-weight:bold;
	line-height:61px;
	color:#555555;
	float:left;
	}

.contactBox img{
	float:left;
	}	
	
ul.flow li{
	display:block;
	padding-bottom:32px;
	margin-bottom:16px;
	background:url(../../images/common/arrow01.png) no-repeat center bottom;
	color:#6F5A18;
	}	
	
ul.flow li.last{
	padding-bottom:0px;
	margin-bottom:0px;
	background: none;
	}
	
ul.flow li p{
	display:block;
	padding:13px 15px;
	border:13px solid #DBCB8F;
	overflow:hidden;
	}
	
ul.flow li .flowNumber{
	display:block;
	height:30px;
	font-size:26px;
	line-height:30px;
	overflow:hidden;
	}
	
ul.flow li .flowNumber span{
	display:block;
	width:30px;
	height:30px;
	margin-right:20px;
	background-color:#6F5A18;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	float:left;
	}
	
ul.flow li .txt{
	display:block;
	margin:10px 0 0 50px;
	}
	
ul.flow li .training{
	display:block;
	width:280px;
	height:30px;
	margin:18px 11px 0 11px;
	background-color:#6F5A18;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:#FFF;
	float:left;
	}	