
@media screen and (min-width:480px){

table#manu_table tr{
  height: 40px;
}

table#manu_table tr.menu_tr td:last-child{
  border-right: none;
}
table#manu_table tr.menu_tr td.top a{
	color: #fff;
}
table#manu_table tr td.left,table#manu_table tr td.right{
}
table#manu_table tr td.top{
}
div.menulist{
  display:none;
  position: absolute;
  text-align: left;
  background:none repeat scroll 0 0 #fafafa;
  padding-right: 30px;
}

div.menulist ul{
	font-size:16px;
	line-height: 26px;
}
div.menulist ul li{
    list-style:none;
    padding-left: 10px;
    color:#000;
    font-size: 14px;
}
div.menulist ul li a{
	color:#000;
  font-size: 1em;
  margin: 0 0 0 5px;
}
div.menulist_last{
  display:none;
  position: absolute;
  width: 300px;
  right:15px;
  text-align: left;
  background:none repeat scroll 0 0 #fafafa;
}

div.menulist_last ul{
	font-size:16px;
	line-height: 26px;
}
div.menulist_last ul li{
    list-style:none;
    padding-left: 10px;
    color:#000;
}
div.menulist_last ul li a{
	color:#000;
}
}