/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    モニターハウス写真ズーム機能                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.highslide-wrapper div {

}
.highslide {
	cursor: url(../../script/ajax/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
   visibility: hidden;
}
.highslide img {
	margin-bottom: 3px;
}
.highslide:hover img {
	border-color: #ccc;
}

.highslide-wrapper, .drop-shadow {
	background: #38394f;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
  /*  border-bottom: 1px solid #abcd03; */
    font-size: 83%;
    padding: 5px;
	background: #38394f;
	color: #fff;
	text-align: left;


}
.highslide-caption span{
 display: block;
 margin-bottom: 3px;
 border-bottom: 1px dotted #dc9436;
 color: #e6ca45;
 font-size: 110%;
 font-weight: bold;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #000;
    background-color: #fff;
    padding-left: 22px;
    background-image: url(../../script/ajax/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


a.highslide-full-expand {
	background: url(../../script/ajax/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../../script/ajax/graphics/close.png) no-repeat 100% 0%;
	/* For IE6, remove background and add filter */
	_background:  url(../../script/ajax/graphics/close.gif) no-repeat 100% 0%;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../script/ajax/graphics/close.png', sizingMethod='scale');
}
*html .closebutton{
 	position: relative;
	top: -2px;
	left: 2px;
	width: 23px;
	height: 23px;
}


