#boxer-overlay {
	background: #fff;
}
.boxer-open #boxer-overlay {
	opacity: 0.85;
	z-index: 999;
}

#boxer {
	border: solid 1px #aaa;
	z-index: 9999;
	box-shadow: none;
	padding:20px;
}

#cate_wrap ul.boxer_img {
	font-size: 0;
	padding: 0;
}

#cate_wrap .boxer_img img {
    width: 100%;
}

#cate_wrap ul.boxer_img li {
	font-size: 0;
	padding: 0;
	display: inline-block;
	width: 216px;
	vertical-align: top;
	margin: 0 11px 10px 0;
}

/*
#cate_wrap ul.boxer_img li:nth-child(5)  {
    margin: 0 0 10px 0;
}
#cate_wrap ul.boxer_img li:nth-child(5n), #cate_wrap ul.boxer_img li:last-child {
    margin: 0 0 10px 0;
}
*/

#cate_wrap ul.boxer_img li:nth-child(5), #cate_wrap ul.boxer_img li:nth-child(10), #cate_wrap ul.boxer_img li:nth-child(13), #cate_wrap ul.boxer_img li:last-child {
    margin: 0 0 10px 0;
}

#cate_wrap ul.boxer_img li.img2 {
    display: inline-block;
    width: 330px;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

#cate_wrap ul.boxer_img li.img2.right {
    margin: 0 0 10px 0;
}

#boxer .boxer-position {
	display: none;
}

#boxer .boxer-caption p.caption {
	padding: 0 10px 0;
	font-size: 12px;
	word-wrap: break-word;
}

#boxer .boxer-close { 
	top: 30px;
	right: 30px;
	width: 23px;
	height: 23px;
	border-radius: 0;
}
#boxer .boxer-close:before {
	background-image: url("//www.midori-store.xyz/images/btn_close.png");
	background-repeat: no-repeat; 
	content: "";
}

#boxer .boxer-control {
	background: transparent;
	box-shadow: none;
	width: 30px;
	height: 60px;
	border-radius: 0%;
}
#boxer .boxer-control.disabled {
	opacity: 0;
	pointer-events: none;
}

#boxer .boxer-control.next {
	right: 10px;
}
#boxer .boxer-control.next:before {
	border-top: none; 
	border-bottom: none; 
	border-left: none; 
	margin-right: none;
	background-image: url("//www.midori-store.xyz/images/btn_right.png");
	background-repeat: no-repeat;
	content: "";
	width: 21px;
	height: 60px;
	margin-right: 0px;
}

#boxer .boxer-control.previous {
	left: 10px;
}
#boxer .boxer-control.previous:before {
	border-top: none; 
	border-bottom: none; 
	border-right: none; 
	margin-right: none;
	background-image: url("//www.midori-store.xyz/images/btn_left.png");
	background-repeat: no-repeat;
	content: "";
	width: 21px;
	height: 60px;
	margin-left: 0px;
}












/***** 　smp記述  *****/
#cate_wrap.smp ul.boxer_img li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin: 0 2% 5px 0;
		
}

#cate_wrap.smp ul.boxer_img li:nth-child(5), #cate_wrap.smp ul.boxer_img li:nth-child(10), #cate_wrap.smp ul.boxer_img li:nth-child(13), #cate_wrap.smp ul.boxer_img li:nth-child(16), #cate_wrap.smp ul.boxer_img li:last-child {
	 margin: 0 0 5px 0;
}

#cate_wrap.smp ul.boxer_img li.img2 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin: 0 2% 5px 0;
}

#cate_wrap.smp ul.boxer_img li.img2.right {
	margin: 0 0 5px 0;
}

#boxer.mobile {
	background: #fff;
}

#boxer.mobile .boxer-close, #boxer.mobile .boxer-close:hover {
	background: #fff;
	height: 40px;
	width: 33px;
	top: 0;
	right: 0;
}
#boxer.mobile .boxer-close:before {
	position: absolute;
	top: 10px;
	right: 0;
}

#boxer.mobile .boxer-container {
	background: #fff;
}

#boxer.mobile .boxer-content {
	background-color: #fff;
}

#boxer.mobile .boxer-meta {
	background-color: #fff;
	padding: 15px 15px 50px;
}

#boxer.mobile .boxer-control {
	background: #fff;
	top: auto;
	bottom: 10px;
	height: 40px;
}

#boxer.mobile .boxer-control:before {
	top: auto;
	right: 0;
	bottom: 0px;
}

#boxer.mobile .boxer-control.previous:before {
    background-image: url(//www.midori-store.xyz/images/btn_left_smp.png);
    background-repeat: no-repeat;
    content: "";
    width: 13px;
    height: 23px;
}

#boxer.mobile .boxer-control.next:before {
    background-image: url(//www.midori-store.xyz/images/btn_right_smp.png);
    background-repeat: no-repeat;
    content: "";
    width: 13px;
height: 23px;
    border-left-color: #eeeeee;
    margin-right: 19px;
}

#boxer.mobile .boxer-caption p {
	color: #333;
	font-size: 12px;
}














