/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

.ngg-galleryoverview {
    margin-top: 0px;
    margin-right: -1px;
    width: 800px;
}
.ngg-gallery-thumbnail-box {
    margin: 0 1px 1px 0;
}
.ngg-gallery-thumbnail img {
border: none;
margin: 0px;
padding: 0px;
}

.galleria-thumbnails .active {
opacity: .75;
}

#npl_overlay, #npl_overlay2 { background-color: rgba(0,0,0,.75); }
.galleria-container { background: none; }

/*===============================================
Smart Phone 479pxまで
===============================================*/
@media screen and (max-width: 767px) {
.ngg-galleryoverview {
    width: 100%;
}
.ngg-gallery-thumbnail-box {
  width: 33%;
	max-width: 159px;
  height: auto;
	position: relative;
}
}