@charset "utf-8";
/* CSS Document */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
.main_visual {
	background-color::#fff;
	position:relative;
	height:420px;
	width:100%;
	float:left;
	cursor:pointer;
	overflow:hidden;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-box-shadow:0 0 0 #fff;
	-webkit-box-shadow:0 0 0 #fff;
}
.main_visual div { position:absolute; top:0; width: 100%}
/* tabs (those little circles below slides) */
.slidetabs {
	position:absolute;
	left:48.7%;
	/*margin-left:-500px;*/
	/*top:32%;*/
	top:480px;
	clear:both;
	/*margin:0 auto;*/
	z-index:11;
}

/* single tab */
.slidetabs a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../img/new_img/visual_btn.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	width:12px;
	height:12px;
	background-position:0 -12px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -24px;     
}
