@charset "utf-8";
/* CSS Document */
* {box-sizing: border-box;}

.img-zoom-container {
    position: relative;
    float: right;
}

.img-zoom-lens {
    position: absolute;
    border: 2px groove #CD7841;
    /*set the size of the lens:*/
    width: 80px;
    height: 80px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 600px;
    height: 600px;
}
.img-zoom-resultPlace {
    left: 410px;
    margin-left: 0px;
    display: inline-block;
}
.img-zoom-imageSize {
    max-height: 600px;
    border-color: #F100F0;
    border-width: thick;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.pageContents.img-zoom-thumbnail {
    max-width: 100px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: medium groove #87775E;
    float: right;
    clear: right;
}
.img-zoom_text {
    color: #3A352F;
    float: none;
}
a:link {
	color: #60533D;
    text-decoration: none;
}
a:visited{
	text-decoration: none;
    color: #917D5C;
}
a:hover {
    text-decoration: underline;
    color: #CE7940;
}
a:active {
    text-decoration: none;
    color: #C7631C;
}

.pageContents .img-zoom-imageTitle {
    text-align: center;
}
.pageContents.img-zoom-imageSizeInd {
    max-height: 400px;
    border-color: #F100F0;
    border-width: thick;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

