
/* Phone */
@import url("TDwebPTD.css") only screen and (max-width:480px);
/* tablet */
@import url("TDwebPTD2.css") only screen and (min-width:481px) and (max-width:768px);
/* desktop */
@import url("TDwebPTD3.css") only screen and (min-width:769px);
