/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}





/* --------------------------- 拡大表示 ------------------------------------- */


div.zoom_layer {
	width: 298px;
	margin: 0 0 5px 0;
	padding: 0 0 1px 0;
	border:1px solid #ccc;
}
div.zoom_main_ph {
	width: 296px;
	margin: 1px;
}

div.zoom_layer ul.zoom_thumb_range {
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}
div.zoom_layer li.first_thumb {
	width: 74px;
	height: 73px;
	margin: 0 1px 0 0;
	padding: 0;
	display: inilne;
	float: left;
}
div.zoom_layer li.base_thumb {
	width: 73px;
	height: 73px;
	margin: 0 1px 0 0;
	padding: 0;
	display: inilne;
	float: left;
}

div.zoom_about {
	width: 300px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(../images/fashion/business090602/tl03.jpg) left top no-repeat;
}


/*100601追加*/

div.zoom2_layer {
	width: 298px;
	margin:0 0 5px 0;
	border:1px solid #ccc;
}
div.zoom2_main_ph {
	width: 296px;
	margin:1px 1px 0 1px;
}

div.zoom2_layer ul.zoom_thumb_range {
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}
div.zoom2_layer li.base_thumb {
	width: 74px;
	padding: 0;
	display: inilne;
	float: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
div.zoom2_layer li.last_thumb {
	width: 73px;
	margin: 0 0 0 0;
	padding: 0;
	display: inilne;
	float: left;
	border-top: solid 1px #ccc;
}

/*---ここまで100601追加*/
