@charset "utf-8";
/* CSS Document */

.sysImageListSimple li {display: none;}
.bx-viewport .sysImageListSimple li {display: block !important;}	

#loader {
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 360px;
	margin: 25% auto;
	text-align: center;
}

#loader img {
	max-width: 40px;
	height: 40px;
}	

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}
.bx-wrapper img {margin: 0 auto; max-width: 750px; max-height: 750px; overflow: hidden;}
.sysImageDescription {font-size: 14px!important;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -6%;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {background: #CF78B9;}
.bx-wrapper .bx-controls-direction a {z-index: 99;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #ccc;}
.bx-wrapper .bx-controls-direction a {z-index: 99; width: 31px; height: 31px;}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media screen and (min-width:980px) {
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (min-width:768px) and ( max-width:979px) {
	.sysItemImages {width: 100%!important; max-width: 750px!important;}
	.bx-wrapper {margin-bottom: 30px;}
	.bx-wrapper img {max-width: 750px; max-height: 750px;}
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) { 
	.sysItemImages::after {
		clear: both;
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
	.sysItemImages {width: 100%!important; max-width: 750px!important;}
	.bx-wrapper {margin-bottom: 30px;}
	.bx-wrapper img {max-width: 100%; max-height: 100%; margin-bottom: 5px;}
	.bx-wrapper .bx-pager {
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		padding-top: 30px;
		padding: 0 1%;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.bx-wrapper .bx-prev {left: 0;}
	.bx-wrapper .bx-next {right: 0;}
	.sysImageDescription {font-size: 0.5em!important;}
}
/*================================================
 *  
 ================================================*/
#slide {
	display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
	height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9); /*#f2f2f2;*/
    border-top: 1px solid #ccc;
	left: 0;
}
.thumView {
    width: 100%;
    height: 90px;
    margin: 20px auto 0;
    overflow: hidden;
    outline: 1px solid rgba(0, 0, 0, 0);
}	
.thumView ul {
    height: 100px;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 0;
	overflow: scroll;
}	
.thumView li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 5px;
    text-align: center;
}
.thumView img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
    vertical-align: middle;
}

ul.custom-thumb {display: inline-block; max-width: 720px; margin: 0 auto; text-align: center;}
ul.custom-thumb li {float: left; width: 60px; height: 60px; padding: 0.5%;}
ul.custom-thumb li a {display: block;}
ul.custom-thumb li a.active {border: #ff0000 2px solid; box-sizing: border-box;}
ul.custom-thumb li img {width: auto; max-height: 54px;} 
.bx-wrapper {margin-bottom: 20px!important;}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media screen and (min-width:980px) {
	.thumView {max-width: 1000px;}
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (min-width:768px) and ( max-width:979px) {
	.thumView {max-width: 800px;}
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	ul.custom-thumb {display: inline-block; width: 98%; padding: 0 1%; margin: 0 auto; text-align: center;}
	ul.custom-thumb li {width: 14.1%; height: 55px; padding: 0.5%;}
	ul.custom-thumb li img {max-height: 46px;}
	.bx-wrapper {margin-bottom: 10px!important;}
}
