@media screen and (min-width: 951px) { 
.framemenu table {width: 900px;}
}
@media screen and (max-width: 950px) { 
.framemenu table td, .framemenu table td.iboxtext, .catelist a {width: 96%;} 
.framemenu table td, .framemenu table td h1 {padding: 10px 2% 10px 2%; text-indent: 0;}
.iboxcate {width: 100%; height: 50px; background-color: #F00; position: fixed; bottom: 0; left: 0; margin: 0; z-index: 11;}
.iboxcatein {top: 0; left: 0;}
.catelist {width: 100%; height: 50%; border-bottom: 1px dashed #FFF; position: fixed; top: auto; left: 0; bottom: 50px;}
.catelist a {padding: 0 2% 0 2%;}
.iboxitemnum {display: none;}
.iboxitemnumsub {display: block;}
.iboxitemprice {font-style: italic;}
}