/*@media only screen and (max-width:480px)
{
	body
	{
		background:url(../img_320w/bg.jpg) #000 center top no-repeat;
	}
	.BgTop
	{
		font-family: 'HelveticaNormalRegular';
		background:#FFF;
		width:100%;
		height:20px;
	}
	.TopContent
	{
		width:310px;
		height:100%;
		margin:auto;
		display:table;
	}
	.MiddleContent
	{
		background:rgba(255,255,255, 0.8);
		width:310px;
		height:auto;
		margin:auto;
		margin-top:90px;
		position:relative;
		z-index:99;
		display:table;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	.PageTitle
	{
		display:none;
	}
	.BgFooter
	{
		background:#FFF;
		width:100%;
		height:80px;
		position:relative;
		z-index:999;
		box-shadow:0px 0px 5px #000;
	}
	.FooterContent
	{
		width:310px;
		height:100%;
		margin:auto;
		padding:10px;
		display:table;
	}
	.Address
	{
		width:auto;
		height:60%;
		color:#888888;
		font-size:45%;
		font-weight:bold;
		float:left;
		margin:10px 0px 0px 30px;
	}
	.signature
	{
		display:none;
	}
	.LineVertical
	{
		display:none;
	}
	.FaceIcon
	{
		display:none;
	}
	.FaceIcon:hover
	{
		animation:pingpong 500ms linear infinite;
		-webkit-animation:pingpong 500ms linear infinite;
	}
	.SpeechBalloon
	{
		display:none;
	}
	.TextInsBalloon
	{
		display:none;
	}
}

@media only screen and (max-width:640px)
{
	.BgTop
	{
		font-family: 'HelveticaNormalRegular';
		background:#FFF;
		width:100%;
		height:50px;
	}
	.TopContent
	{
		width:310px;
		height:100%;
		margin:auto;
		display:table;
	}
	.MiddleContent
	{
		background:rgba(255,255,255, 0.8);
		width:310px;
		height:auto;
		margin:auto;
		margin-top:90px;
		position:relative;
		z-index:99;
		display:table;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	.PageTitle
	{
		display:none;
	}
	.BgFooter
	{
		background:#FFF;
		width:100%;
		height:80px;
		position:relative;
		z-index:999;
		box-shadow:0px 0px 5px #000;
	}
	.FooterContent
	{
		width:310px;
		height:100%;
		margin:auto;
		padding:10px;
		display:table;
	}
	.Address
	{
		width:auto;
		height:60%;
		color:#888888;
		font-size:45%;
		font-weight:bold;
		float:left;
		margin:10px 0px 0px 30px;
	}
	.signature
	{
		display:none;
	}
	.LineVertical
	{
		display:none;
	}
	.FaceIcon
	{
		display:none;
	}
	.FaceIcon:hover
	{
		animation:pingpong 500ms linear infinite;
		-webkit-animation:pingpong 500ms linear infinite;
	}
	.SpeechBalloon
	{
		display:none;
	}
	.TextInsBalloon
	{
		display:none;
	}
}*/