/* VIEW SELECT CSS */
@charset "utf-8";
@import url("pc.css") only screen and (min-width:1025px); /* 1024以上 */
@import url("sp.css") only screen and (min-width:768px) and (max-width:1024px); /* 横向き時 */
@import url("sp.css") all and (min-width:768px) and (max-width:1024px) and (orientation:landscape); /* 1023以下、768以上 */
@import url("sp.css") all and (max-width: 767px) and (orientation:landscape); /* 横向き時 */
@import url("sp.css") only screen and (max-width:767px); /* 767以下 */