@import url('font.css');
.layer1-up
{
	display:inline-block;float:left;height:36px;background-image:url(../img/layer1/bg-up.jpg);
	background-repeat:repeat-x;width:100%;margin:0px auto 0px auto;
	background-position:top;padding:0px;background-size:cover;
}
.layer1
{
	/*1140 1200*/
	display:inline-block;text-align:center;width:95%;margin:0px auto 0px auto;float:left;
}

.layer1left
{
	color:#181314;font-size:30px;font-family: 'Good Sans Regular';float:left;
}

.layer1right
{
	float:right;text-align:right;    align-self: flex-end;

}

.layer1right1
{
	/*280 520 */
	float:right;width:53.8%;margin-top:42px;
}

.layer1right1 img
{
	/*display:inline;vertical-align:baseline;*/
}

@media all and (min-width: 800px) and (max-width: 1000px) 
{
	.layer1left
	{
		font-size:21px;
	}
}
@media all and (min-width: 600px) and (max-width: 800px) 
{
	.layer1left
	{
		font-size:19px;
	}
}
@media all and (min-width: 1px) and (max-width: 600px) 
{
	.layer1left
	{
		font-size:21px;
	}
}
@media all and (min-width: 1px) and (max-width: 990px) 
{
	.layer1left
	{
		float:left;
	}
	
	.layer1right
	{
		float:left;text-align:left;
	}
	
	.layer1right1
	{
		float:left;width:98.8%;margin-top:22px;
	}

}