  
	.mfp-gallery .mfp-image-holder .mfp-figure {
		width: 700px;
	}
	img.mfp-img {
		width: 100%;
	}
.mfp-title {
	padding-right: 0;
}
.mfp-counter {
	display: none;
}
/*
****     SP     ***
**/
@media (max-width: 767px) {
	.mfp-figure:after {
		background: none;
		box-shadow:none;
	}
		.mfp-gallery .mfp-image-holder .mfp-figure {
		width: 95%;
			margin: auto;
	}
	.mfp-title {
		margin: auto;
		width: 95%;
		line-height: 130%;
		font-size: 12px;
	}
}