



@media only screen and ( max-width: 960px )
{
	.mfbox01 input[type=text], .mfbox01 input[type=email], .mfbox01 input[type=password], .mfbox01 textarea
	{
		width: calc( 100% - 20px );
		/*width: auto;*/
	}
	
	
	.mfbox01 input[type=text].zcf01
	{
		width: calc( 40% - 20px );
	}
}
