/* CSS Document */
.hid_mobile{
}
.show_mobile ,
.show_mobile_560 {
	display:none;
}
@media (max-width:1017px){
.hid_1000{display:none;}
.show_1000{display:block;}

.width-1000-10{ width:10%}
.width-1000-20{ width:20%}
.width-1000-30{ width:30%}
.width-1000-33{ width:33.333%}
.width-1000-40{ width:40%}
.width-1000-45{ width:45%}
.width-1000-47{ width:47%}
.width-1000-50{ width:50%}
.width-1000-60{ width:60%}
.width-1000-70{ width:70%}
.width-1000-75{ width:75%}
.width-1000-80{ width:80%}
.width-1000-90{ width:90%}
.width-1000-95{ width:95%}
.width-1000-97{ width:97%}
.width-1000-100{ width:100%}

}
@media (max-width:837px){
.hid_mobile{
	display:none;
}
.show_mobile{
	display:block;
}
.width-mobile-10{ width:10%}
.width-mobile-20{ width:20%}
.width-mobile-30{ width:30%}
.width-mobile-33{ width:33.333%}
.width-mobile-40{ width:40%}
.width-mobile-45{ width:45%}
.width-mobile-47{ width:47%}
.width-mobile-50{ width:50%}
.width-mobile-60{ width:60%}
.width-mobile-70{ width:70%}
.width-mobile-75{ width:75%}
.width-mobile-80{ width:80%}
.width-mobile-90{ width:90%}
.width-mobile-95{ width:95%}
.width-mobile-97{ width:97%}
.width-mobile-100{ width:100%}
}

@media (max-width:717px){
/*==========================================================================*/
.hid_mobile_700{
	display:none;
}
/*==========================================================================*/
}

@media (max-width:617px){
/*==========================================================================*/
.hid_mobile_600{
	display:none;
}
/*==========================================================================*/
}

@media (max-width:577px){
/*==========================================================================*/
.hid_mobile_560{
	display:none;
}
.show_mobile_560{
	display:block;
}
/*==========================================================================*/
}

@media (max-width:367px){
.width-300-10{ width:10%}
.width-300-20{ width:20%}
.width-300-30{ width:30%}
.width-300-33{ width:33.333%}
.width-300-40{ width:40%}
.width-300-45{ width:45%}
.width-300-47{ width:47%}
.width-300-50{ width:50%}
.width-300-60{ width:60%}
.width-300-70{ width:70%}
.width-300-75{ width:75%}
.width-300-80{ width:80%}
.width-300-90{ width:90%}
.width-300-95{ width:95%}
.width-300-97{ width:97%}
.width-300-100{ width:100%}
/*==========================================================================*/
.hid_mobile_350{
	display:none;
}
/*==========================================================================*/
}
