@charset "utf-8";
/* ===================================
photoSlide
=================================== */
	.photoSlide {
		margin-bottom: 20px;
	}
	.photoSlide .slides {
		margin-bottom: 20px;
	}
	.photoSlide .slides li .cap {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.photoSlide .flex-control-nav li {
		width: 20%;
		height: 100px;
		display: inline-block;
		text-indent: -9999em;
		box-sizing: border-box;
		border-right:1px solid #333;
	}
	.photoSlide .flex-control-nav li:last-child{
		border:none;
	}
	.photoSlide .flex-control-nav li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.photoSlide .flex-control-nav li.num1 a {
		background: transparent url(../../imgs/mr/thumb01.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num2 a {
		background: transparent url(../../imgs/mr/thumb02.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num3 a {
		background: transparent url(../../imgs/mr/thumb03.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num4 a {
		background: transparent url(../../imgs/mr/thumb04.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num5 a {
		background: transparent url(../../imgs/mr/thumb05.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	/*
	.photoSlide .flex-control-nav li.num6 a {
		background: transparent url(https://placehold.jp/24/eeeeee/999999/240x80.png?text=thumbnail06) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num7 a {
		background: transparent url(https://placehold.jp/24/dddddd/999999/240x80.png?text=thumbnail07) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num8 a {
		background: transparent url(https://placehold.jp/24/eeeeee/999999/240x80.png?text=thumbnail08) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	*/
@media only screen and (max-width:480px) {
	.photoSlide .flex-control-nav li {
		width: 50%;
		height: 40px;
	}
}
