@charset "utf-8";

/* -------------------------------------------------------------------------

		swip.js styles
		
		swipe.jsのスタイル
		
------------------------------------------------------------------------- */

.swipe_wrap{
  overflow: hidden;
  visibility: hidden;
  position: relative;
	max-width: 722px;
}
.top_main_image{
  overflow: hidden;
  position: relative;
}
.top_main_image > a {
  float:left;
  width:100%;
  position: relative;
	display:block;
}
.top_main_image > a > img {
	width: 100%;
	height: auto;
}
.swipe_num{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}
.swipe_num li{
	display: inline-block;
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	margin-left: 7px;
	border:1px solid rgba(0,0,0,0.2);
}
.swipe_num li.selected{
	background: #e85607;
}