.instaBox {
  border-bottom: 1px solid #000;
}
.instaBox h3 {
  margin-top: 15px;
  padding: 0px;
  border-top: 0px solid #fff;
  color: #fff;
  height: auto;
}
body #container .instaBox ul.instaLinkList {
  padding-bottom: 20px;
  padding-left: 10px;
  margin-top: 15px;
}
body #container .instaBox ul.instaLinkList li {
  float: left;
  margin-left: 10px; /* 160223 edit */
}
body #container .instaBox .bx-wrapper{
	width:960px!important;
	height: auto!important;
}
body #container .instaBox .bx-wrapper .bx-viewport {
	width:960px!important;
	height:318px!important;
	overflow:hidden;
	background: #fff;
	border: none;

}
body #container .instaBox .bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 180px;
	height: 288px;
}
body #container .instaBox .bx-controls{
	height: 0px;
}
body #container .instaBox div.bx-pager {
	height: 48px;
	display: none;
}

body #container .instaBox .bx-wrapper .bx-prev {
	left: 0px;
	background: url(https://im.uniqlo.com/images/tw/uq/pc/img/feature/material/pic/150210-arrow-left.jpg) no-repeat 0 0;
}

body #container .instaBox .bx-wrapper .bx-next {
	right: 0px;
	background: url(https://im.uniqlo.com/images/tw/uq/pc/img/feature/material/pic/150210-arrow-right.jpg) no-repeat 0 0;
}

body #container .instaBox .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	z-index: 9999;
}

body #container .instaBox .bx-clone {
	display: inline  !important;
}

body #container .instaBox .instaLinkList li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}