@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------*/
					/*Only Ipad*/
/*---------------------------------------------------------*/
@media only screen and (max-width: 959px) {


}
/*---------------------------------------------------------*/
					/*All Mobile Sizes*/
/*---------------------------------------------------------*/
@media (max-width: 767px){

}
/*---------------------------------------------------------*/
					/*Just Mobile Landscape*/
/*---------------------------------------------------------*/
@media (max-width: 480px) {

}
