body.lb-disable-scrolling {
  overflow: hidden;
}

/*ライトボックス背景*/
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(252,250,247,1.00);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0px;
  width: calc(100% - 120px);
  margin-left: 60px;
  z-index: 9999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}



.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;

  /* Image border */
  border: 0px solid white;
}



.lightbox a img {
  border: none;
}


.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: transparent;
}


.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 15%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../css/images/loading.gif) no-repeat;
}

@media screen and (max-width: 1280px) {
.lightbox {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-left: 0px;
  z-index: 9999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
}



/*左右のクリックポイント*/
.lb-nav {
  position: absolute;
  top: 0;
  left: -60px;
  height: 100%;
  width: calc(100% + 120px);
  z-index: 10;
}

@media screen and (max-width: 1280px) {
	
	
.lb-nav {
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 10;
}	
}


.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:css/image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
/*左右のクリックポイントここまで*/




/*戻る-クリックポイント*/
.lb-nav a.lb-prev {
  left: 0;
  float: left;
  background: url("") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-prev{
  top: 0; 
  width: 20%;
  height: 100%;
  border: none;
}	
.lb-prev-mark{
	position: absolute;
	top: calc(50% - 35px); left: 0%;
  width: 35px;
  height: 35px;
  border: .5px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 1280px) {
.lb-nav a.lb-prev {
  right: 0;
  float: left;
  width: 25%; height: 100%;
  background: url("") right 0% no-repeat;
}
.lb-prev{
  top: 0; 
  width: 20%;
  height: 100%;
  border: none;
}
.lb-prev-mark{
	display: none;
}
}
/*戻る-クリックポイントここまで*/


.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: .2;
}



/*次へ-クリックポイント*/
.lb-nav a.lb-next {
  right: 0;
  float: right;
  background: url("") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-next{
  top: 0; 
  width: 70%;
  height: 100%;
  border: none;
}

.lb-next-mark{
	position: absolute;
	top: calc(50% - 35px); right: 0%;
  width: 35px;
  height: 35px;
  border: .5px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: .2;
}

@media screen and (max-width: 1280px) {
.lb-nav a.lb-next {
  right: 0;
  float: right;
  width: 65%; height: 100%;
  background: url("") right 0% no-repeat;
}
.lb-next{
  top: 0; 
  width: 70%;
  height: 100%;
  border: none;
}	
.lb-next-mark{
	display: none;
}
}
/*次へ-クリックポイントここまで*/



.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 6px;
  font-weight: normal;
  line-height: 2.4em;
  color: #CCCCCC;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 13px;
  color: #333;
}




/*閉じる-クリックポイント*/
.lb-data .lb-close {
  float: right;
  text-align: right;
  outline: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-closecontainer{
  display: inline-block;
  position: relative;
  margin: 5px 20px 0 7px;
  padding: 0;
  width: 1px;
  height: 46px;
  background: #000;
  transform: rotate(45deg);
}
.lb-close{
display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  background: transparent;
}
.lb-close-mark{
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
  width: 1px;
  height: 46px;
  background: #000;
  transform: rotate(45deg);
}
.lb-close-mark:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  width: 46px;
  height: 1px;
  margin-top: -0.5px;
  background: #000;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: .2;
}

/*スライドショー*/
#lightbox .lb-container { padding: 3px; }