/* 767px仁E下の甃T靁u甃B------------------------------- */

@media screen and (max-width:767px){
	#gallery {
		width: 100%;
		max-width: 660px;
		padding: 0px;
		background: #000000;
		color:#ffffff;
	}
	.ad-gallery {
		width: 100%;
		max-width: 600px;
		height:auto;
	}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-back {
      left: 0px;
    }
    .ad-gallery .ad-forward {
      right: 0px;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
      }
}

