/*
商品詳細画像用　flipsnap.css
*/
body{
	margin:0;
	padding:0;
}
.coordinate_slide{
	width:540px;
	height:546px;
	background:url(../images/bg_img.jpg) no-repeat;
	padding-top:60px;
}
#pointmove .viewport {
  width: 100%;
  overflow: hidden;
  margin: 0 0;
  padding: 0 0;
  -webkit-transform: translateZ(0); }

#pointmove .flipsnap{
  padding: 0; }


#pointmove .item {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  float: left;
  color: #666; }

#pointmove .pointer {
  text-align: center; }

.pointer span {
  display: inline-block;
  background-color: #777;
  width: 10px;
  height: 10px;
  margin: 20px 4px 0 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.pointer span.current {
  background: #000; }




  




#controls {
	width: 100%;
	display: table;
}
#content{
	display: table-cell;
}
#navi-left, #navi-right {
	display: block;
}
#navi-left {
	background:url(http://resist.co.jp/images/top/coordinate/arrow_left.png) no-repeat;
	width: 40px;
	height: 54px;
	position:absolute;
	top:278px;
	left:19px;
}
#navi-left[disabled] {
	background:none;
}

#navi-right{
	background:url(http://resist.co.jp/images/top/coordinate/arrow_right.png) no-repeat;
	width: 40px;
	height: 54px;
	position:absolute;
	top:278px;
	left:482px;
}
#navi-right[disabled] {
	background:none;
}