@charset "UTF-8";

/* -------------------------------------
advertising
------------------------------------- */
#maincontent p {
	font-size:18px;
	margin-bottom:35px;
}



@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1280px) {
	#maincontent p {
		font-size:17px;
		margin-bottom:33px;
	}
}
@media screen and (max-width:1140px) {
	#maincontent p {
		font-size:16px;
		margin-bottom:31px;
	}
}
@media screen and (max-width:980px) {
	#maincontent p {
		font-size:15px;
		margin-bottom:29px;
	}
}
@media screen and (max-width:880px) {
	
}
@media screen and (max-width:768px) {
	#maincontent p {
		font-size:14px;
		margin-bottom:27px;
	}
}
@media screen and (max-width:640px) {
	#maincontent p {
		font-size:13px;
		margin-bottom:25px;
	}
}
@media screen and (max-width:480px) {
	#maincontent p {
		margin-bottom:23px;
	}
}
@media screen and (max-width:400px) {
	
}
@media screen and (max-width:320px) {
	#maincontent p {
		margin-bottom:20px;
	}
}
@media screen and (min-width:769px) {
	
}