@charset "shift_jis";
/* CSS Document */



/* 全体 */
#outer {
	/*border:1px solid;
	border-color:#0F0;*/
	display: block;
	width:600px;
	height:auto;
	overflow:hidden;
}
#example1 {
	width: 500px;
	height:500px;
	margin-left:50px;
	overflow: hidden;
}
* html #example1 { /* ie6 */
	margin-left:0;
}
*:first-child+html #example1 { /* ie7 */
	margin-left:0;
}
@media screen and (max-width: 767px){
#outer {
	width:100%;
}
#example1 {
	width: 85vw;
	height:85vw;
	max-width:500px;
	max-height:500px;
	margin:0 auto;
}
}

/* メイン画像部 */
#example1 li p {
	/*margin-left: 50px;*/
	/*border:1px solid;
	border-color:#F0F;*/
	display: block;
	width: 500px;
	height:500px;
	overflow: hidden;
	padding:0;
}
@media screen and (max-width: 767px){
#example1 li p {
	width: 100%;
	height:100%;
}
}

/* メイン画像中央配置 */
#example1 li p div.main {
	width: 500px;
	height:500px;
	display: block;	
	text-align: center;
	vertical-align:middle;
	background-color: #FFF;
	overflow: hidden;
	position:relative;
}
#example1 li p div.main img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
@media screen and (max-width: 767px){
#example1 li p div.main {
	width: 85vw;
	height:85vw;
	max-width:500px;
	max-height:500px;
	display: block;	
	position:relative;
}
#example1 li p div.main img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

}



/* /メイン画像中央配置 */

/* サムネイル用 */
ul.thumbs {
	padding-top:10px;
	/*border:1px solid;
	border-color:#00f;*/
	max-width:550px !important;
	margin:0 auto;
}
ul.thumbs li {
	background-color:#FFF;
	display: inline-block;
	margin-left:5px;
	margin-bottom:5px;
}
* html ul.thumbs li {/* ie6 */
	display: inline;
}
*:first-child+html ul.thumbs li {/* IE 7 */
	display: inline;
}
@media screen and (max-width: 767px){
ul.thumbs {
	width:100% !important;
}
}


/* サムネイル画像中央配置 */
ul.thumbs li div {
	height:50px;
	width:50px;
	display:block;
	vertical-align:middle;
	border:1px solid #999;
	overflow:hidden;
	position:relative;
}
ul.thumbs li div img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}


/*　サムネイルコメント */
#imgBox .cmt {
	width:500px;
	margin:0 auto;
	text-align:left;
	margin-bottom:10px;
}
#imgBox .cmt p {
	display:none;
}
@media screen and (max-width: 767px){
#imgBox .cmt {
	width:100%;
}
}

/*　新スライダー-------------------------------------- */

#imgSlider .box {
	width:500px;
	height:500px;
	overflow:hidden;	
}
#imgSlider .box img {
	max-width:500px;
	max-height:500px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager .bx-pager-item img {
	max-width:50px;
	max-height:50px;
}





#imgBox3 {
	background-color:#e6e6e6;
	padding:15px 90px;
	margin:0 0 10px 0;
	border-radius:8px;
}
#imgBox3 .bx-wrapper {
	margin:0 0 10px 0;
}
#example2 a {
	width: 500px !important;
	height:500px !important;
	overflow: hidden;
	margin:0 auto;
	box-sizing:border-box;
	background-color:#FFFFFF;
	position:relative;
	display:block;
}
#example2 a img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin: auto;
}
#imgBox3 .cmt p {
	margin:0 0 10px 0;
	display:none;
}
#imgBox3 #bx-pager {
	text-align:center;
}
#imgBox3 #bx-pager a {
	height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    overflow: hidden;
    position: relative;
	background-color: #FFF;
    margin:1px 1px 5px 1px;
	box-sizing:border-box;
}
#imgBox3 #bx-pager a img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin: auto;
}
#imgBox3 .bx-wrapper .bx-next {
    right: -40px;
}
#imgBox3 .bx-wrapper .bx-prev {
    left: -40px;
}
#imgBox3 .bx-wrapper .bx-controls-direction a {
	top:260px;
    z-index: 10;
}
@media screen and (max-width: 767px){
#imgBox3 {
	background-color:#e6e6e6;
	padding:15px 6.4vw;
	border-radius:0;
}
#example2 a {
	width: 85vw !important;
	height:85vw !important;
	margin:0 auto;
	box-sizing:border-box;
	background-color:#FFFFFF;
	position:relative;
	display:block;
}
#example2 a img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin: auto;
}
#imgBox3 .bx-wrapper .bx-next {
    right: -15px;
}
#imgBox3 .bx-wrapper .bx-prev {
    left: -15px;
}
#imgBox3 .bx-wrapper .bx-controls-direction a {
	top:40vw;
}

}


