@charset "utf-8";
	


@media only screen and (max-width: 1110px) {

	
	#header.company { 
		height: 420px;
		background: #eee url(../images/header_bg_edu.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#scroll a.scroll_link.sub{
		bottom: 10px;
		color: #000;
		background: url(../images/scroll_bg_bk.png) no-repeat;
		background-position-x: 0;
		background-position-y: center;
	}
	
	#header .head_title { 
		width:80%; 
		height: 30px;
		padding:30px 20px; 
		background: rgba(76,65,60,0.85);
		position: absolute;
		font-size: 22px;
		font-weight: bold;
		color: #fff;
		line-height: 30px;
		top: 240px;
		left: 20%;
		margin-left: 0;
		width: calc(80% - 40px);
	}
	.company_box h2 {
		font-size:22px;
		margin-top:80px;
		margin-bottom:20px;
		color:#DE5A28;
		text-align:left;
		padding-left:10%;
	}
		

}
