/* CSS Document */
/*@import url("common.css") screen and (min-width: 769px),print;*/
@import url("tablet.css") all and (max-width: 768px);
@import url("smart.css") all and (max-width: 640px);
@import url("smartphone.css") all and (max-width: 340px);
