﻿
.main_visual {
	height:100%;
	/*border-top: 1px solid #d7d7d7;*/
	overflow: hidden;
	position: relative;
}
.main_image {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 100%;
}


div.flicking_con {
	position: absolute;
	top: 120px;
	right:10px;
	z-index: 999;
	width:50px;
	height: 21px;
	margin: 0 0 0 -50px;
}
div.flicking_con a {
	float: left;
	width: 10px;
	height:10px;
	margin: 5px;
	padding: 0;
	border-radius: 50%;
	background:url(../img/Dots/grey_bullet.png) no-repeat;
	display: block;
	text-indent: -1000px
}
div.flicking_con a.on {
	/*background: #fed32f;*/
	
	background:url(../img/Dots/white_bullet.png) no-repeat;
}
