@charset "UTF-8";

/*
Style Name: Infosite Module NEO
Description: Responsive web design
Version: 0.6
*/

#wrapper, #container{
	min-width:250px;
}

input, textarea, table, th, tr, td, inqtab{
}

form{
	display:block;
	float:none !important;
	margin:10px auto 10px auto;
}

form table{
}


/*====================================================
Under 480px for smartphone
====================================================*/

/*====================================================
Over 481px for tablet
====================================================*/
@media only screen and (min-width: 30.0625em){	/*481px*/

input, textarea, table, th, tr, td, inqtab{
}


form{
	float:none;
}

		
}

/*====================================================
Under 800px for pc
====================================================*/
@media only screen and (min-width: 801px){
	
input, textarea, table, th, tr, td, inqtab{
	max-width:800px;
}

}

/*====================================================
Over 1060px for wide screen
====================================================*/
@media only screen and (min-width: 66.3125em){	/*1061px*/

input, textarea, table, th, tr, td, inqtab{
	max-width:800px;
}

}