@media only screen and (max-device-width: 480px)  {
    /*body, p, a, h1 {*/
	html, body, TD, INPUT, SELECT, TEXTAREA  {
		font-size: 12px  !important;
		font-weight: bold;
		font-style: normal;
      	}
  	#menu {
	width: 960px;
	height: 60px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
	font-size: 150%;
	font-family: sans-serif;
	font-weight: bold;
}
	#common {
	width: 960px;
	height: 60px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
	font-size: 150%;
	font-family: sans-serif;
	font-weight: bold;
}
/*@media (min-width: 600px) {
	   /*body, p, a, h1 {
  	#menu {
	width: 960px; 
	height: 60px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
	font-size: 125%;
	font-family: sans-serif;
	font-weight: normal;
	
}
}
@media (min-width: 768px) {
	/*,body, p, a, h1{
    /*font-size: 14px;
}
}
@media (min-width: 1920px) {
	/*,body, p, a, h1*/ {
    /*font-size: 14px;
}
}*/
