





@media ( max-width: 640px )
{
	body
	{
		width: 480px;
		min-width: 480px;
		-webkit-text-size-adjust: 100%;
	}
	
	
	.pcbr
	{
		display: none;
	}
	
	
	.mbbr
	{
		display: block;
	}
	
	
	.pcbl
	{
		display: none;
	}
	
	
	.mbbl
	{
		display: block;
	}	
	
	
	.pcil
	{
		display: none;
	}
	
	
	.mbil
	{
		display: inline-block;
	}	
	
	
	#bodybox
	{
		width: 480px;
		min-width: 480px;
		overflow-x: hidden;
	}
	
	
	#headerbase
	{
		width: 480px;
		height: auto;
	}
	
	
	header
	{
		width: 480px;
	}
	
	
	.midbox
	{
		width: 480px;
	}
	
	
	#footerbase
	{
		width: 480px;
		height: 240px;
	}
	
	
	
	footer
	{
		width: 480px;
	}
	
	
	#obione
	{
		/*
		position: fixed;
		left: 0px;
		top: 0px;
		width: 480px;
		height: 148px;
		margin: 0px;
		z-index: 1;
		*/
		height: 138px;
	}
	
	
	#headlogo01
	{
		bottom: auto;
		top: 24px;
	}
	
	
	
	
	#footcopy
	{
		left: 0px;
		right: 0px;
		bottom: 64px;
		margin: auto;
		font-size: 16px;
		text-align: center;
	}
	
	
	footer .rtt01
	{
		left: auto;
		right: 8px;
		bottom: 20px;
	}
}






