@media only screen and (max-width: 768px) {
  main .t_spec th {padding-right: 27px;width: 277px!important;}
	main .t_spec tr {border-top: none;}
	main .t_list tr {width: 300px!important;}
	main .t_spec td {padding: 0px 7px;border-right: none;}
}

img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}