@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) {
	#content2 {
		width:100%;
		background-color:#f0393a;
	}
	#content2 #content21 {
		width:1200px;
		margin:0% auto;
		height:inherit;
		color:#FFFFFF;
	}
	#content2 #content21 a {
		color:#FFFFFF;
	}
	#content2 #content21 p {
		margin:0%;
		padding:0%;
	}
	
	#content3 {
		width:100%;
		background-color:#ffffff;
	}
	#content3 #content31 {
		width:1200px;
		margin:1% auto 1%;
		height:inherit;
	}
	#content3 #content31 a {
		color:#000;
	}
	#content3 #content32 {
		width:1200px;
		margin:1% auto 1%;
		height:inherit;
	}
	#content3 #content32 #content32L {
		width:40%;
		float:left;
	}
	#content3 #content32 #content32R {
		width:57%;
		float:left;
		margin-left:3%;
	}
	#content3 #content32 #content32R p {
		margin:1% auto;
	}
	#content3 #content33 {
		width:1200px;
		margin:1% auto 1%;
		height:inherit;
	}
	#content3 #content33 #content33L {
		width:25%;
		float:left;
		height:inherit;
	}
	#content3 #content33 #content33R {
		width:73%;
		margin-left:2%;
		float:left;
		height:inherit;
	}

}

@media (max-width:1199px)
{
	
	#content2 {
		width:100%;
		background-color:#f0393a;
	}
	#content2 #content21 {
		width:95%;
		margin:0% auto;
		height:inherit;
		color:#FFFFFF;
	}
	#content2 #content21 a {
		color:#FFFFFF;
	}
	#content2 #content21 p {
		margin:0%;
		padding:0%;
	}
	
	#content3 {
		width:100%;
		background-color:#ffffff;
	}
	#content3 #content31 {
		width:95%;
		margin:3% auto 1%;
		height:inherit;
	}
	#content3 #content31 a {
		color:#000;
	}
	#content3 #content32 {
		width:95%;
		margin:3% auto 1%;
		height:inherit;
	}
	#content3 #content32 #content32L {
		width:100%;
		float:left;
	}
	#content3 #content32 #content32R {
		width:100%;
		float:left;
	}
	#content3 #content32 #content32R p {
		margin:1.5% auto;
	}
	#content3 #content33 {
		width:95%;
		margin:3% auto 1%;
		height:inherit;
	}
	#content3 #content33 #content33L {
		width:100%;
		float:left;
		height:inherit;
	}
	#content3 #content33 #content33R {
		width:100%;
		float:left;
		height:inherit;
	}

}