.title_Box{
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1;
}
.title_Box h2{
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
}
.title_Box h3{
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 20px;
}
.container{
	width: 1000px;
	margin:0 auto;
	margin-bottom: 38px;
}
.container p{
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 2.1;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.container img{
	margin:0 auto 30px;
}
.container h4{
	font-size: 16px;
	color: #c5a46a;
	margin-bottom: 18px;
	line-height: 1;
	padding-left: 8px;
	border-left:3px solid #c5a46a;
}
@media screen and (max-width: 1000px){
   .top,.partSeven,.footer,.line{
	    width: 1220px;
	}	
	.title_Box,.container{
		width: 1120px;
		margin-left: 50px;
	}
	.navLi:last-child{
		display: none;
	}	
}