@charset "utf-8";
/* CSS Document */

/*html { 
  background: url(bg-index.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

img {width:100%; height:auto;}
@media screen and (max-width: 500px) {
	.mobile {display:block;}
	.desktop {display:none;}
}
@media screen and (min-width: 500px) {
	.desktop {display:block;}
	.mobile {display:none;}
}