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

/* @media メディアタイプ and (条件) { } */
@media screen and (max-width: 766px) {

  img {
	  max-width:100%;
  }
  .cont {
	  background:none;
  }  
  #mainphoto{
  display:none;
  }
}
@media screen and (min-width: 767px) {

  .cont {
	  background:url(index.jpg) top center no-repeat;
	  height:auto;
	  width:auto;
  }
  p.img {
	  
	  display:none;
	  text-align:center;
  }
}

