.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
	position:absolute;
	top:10px;
	/*border: 1px  solid #000;*/
	height: 28px;
	z-index: 5000;
}

/*.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}*/

.iviewer_button {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.iviewer_zoom_in {
	right: 20px;
	background: url(../img/detail/ico_zoom_in_01_pc.png) no-repeat;
}

.iviewer_zoom_out {
	top: 50px;
	right: 20px;
	background: url(../img/detail/ico_zoom_out_01_pc.png) no-repeat;
}
.iviewer_zoom_in:hover,
.iviewer_zoom_out:hover {
	-ms-filter: 'alpha( opacity=70)';
	filter: alpha( opacity=70);
	opacity: 0.7;
	transition: all 0.2s linear;
}

@media screen and (max-width: 768px){
	.iviewer_button {
		width: 22px;
		height: 22px;
		cursor: pointer;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.iviewer_zoom_in {
		right: 10px;
		background: url(../img/detail/sp/ico_zoom_in_01_sp.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.iviewer_zoom_out {
		top: 40px;
		right: 10px;
		background: url(../img/detail/sp/ico_zoom_out_01_sp.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
.iviewer_zoom_zero {
	display: none;
	/*left: 90px;
	background: url(img/iviewer.zoom_zero.gif);*/
}

.iviewer_zoom_fit {
	display: none;
	/*left: 125px;
	background: url(img/iviewer.zoom_fit.gif);*/
}

.iviewer_zoom_status {
	display: none;
	left: 160px;
	font: 1em/28px Sans;
	color: #000;
	background-color: #fff;
	text-align: center;
	width: 60px;
}

.iviewer_rotate_left {
	display: none;
	left: 227px;
	/*background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;*/
}

.iviewer_rotate_right {
	display: none;
	left: 262px;
	/*background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;*/
}
