@charset "utf-8";
/*Image zoom*/
img {
	border: none;
}
.photo {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
}
#main .box3 .shokai1 .box4 {
	float: left;
	height: auto;
	width: 155px;
	margin-right: 25px;
}

.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.photo a.popup,
.photo a.popup:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}
.photo a.popup:hover {
	background-color: #fff;
}
.photo a.popup:hover .large {
	display: block;
	position: absolute;
	width: 300px;
	height: 225px;
	top: 113px;
	left: 0;
}

