@charset "UTF-8";
/* CSS Document */
.mainArea .inner {
	background-image: url("../img/agent/h1_bg.jpg");
	background-position: top center;
}
.agentArea .inner{
	padding: 40px 0 80px;
}

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

}

@media screen and (max-width: 767px) {
/*	.mainArea .inner h1 {
		text-shadow: #eee 2px 0px 2px, #eee -2px 0px 2px, #eee 0px -2px 2px, #eee -2px 0px 2px, #eee 2px 2px 2px, #eee -2px 2px 2px, #eee 2px -2px 2px, #eee -2px -2px 2px, #eee 1px 2px 2px, #eee -1px 2px 2px, #eee 1px -2px 2px, #eee -1px -2px 2px, #eee 2px 1px 2px, #eee -2px 1px 2px, #eee 2px -1px 2px, #eee -2px -1px 2px, #eee 1px 1px 2px, #eee -1px 1px 2px, #eee 1px -1px 2px, #eee -1px -1px 2px;	
	}*/

	.mainArea .inner {
		background-position: top 7% right 45%;
	}
	.agentArea .inner{
		padding: 40px 5vw 40px;
	}
}











