
/* 表格版面  0px 到 1000px */

@media screen and (min-width: 0px) and (max-width: 1000px){

.content {
width:100%;
max-width:980px;
}

.product_list_table td{

background-image:none;

}

.product_list_table .product_unit{
width:48%;
}

}

/* 表格版面  0px 到 480px */

@media screen and (min-width: 0px) and (max-width: 475px){

.list_table td,
.list_table .cat_td{
display:block;
width:98%;
border:0pt solid #0000ff;
}

.list_table .td_33{
width:98%;
}

.list_table .cat_place{
margin:10px 0px 2px 5px;
}

.product_list_table .product_unit{
width:98%;
border:0pt solid #0000ff;
}

}

/* 表格版面 481px 到 786px */

@media screen and (min-width: 476px) and (max-width: 768px){

.list_table .td_33{
width:48%;
}

}

/* 桌面版本 789px 到 1024 */

@media screen and (min-width: 769px) and (max-width: 1000px){

}