@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}


/* main_image */

.main_visual {
	height: 5.5rem;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.main_image {
	height: 2rem;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	height: 5.5rem;
}

.main_image ul {
	width: 9999px;
	height: 5rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image li {
	float: left;
	width: 100%;
	height: 100%;
}

.main_image li img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_image li a {
	display: block;
	width: 100%;
	height: 10rem;
}


div.flicking_con {
	position: absolute;
	top: 5rem;
	/*right: 10%;*/
	z-index: 999;
	/*width: 300px;
	height: 21px;*/
	/*margin: 0 0 0 -50px;*/
}

div.flicking_con a {
	float: left;
	width: 0.25rem;
	height: 0.25rem;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -1000px;
	background-color: whitesmoke;
	border-radius: 50%;
	margin-left: 0.3rem;
}

div.flicking_con a.on {
	background-color: #008000;
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 1rem;
	background-size: 2rem;
}

#btn_next {
	background: url(../images/hover_right.png) no-repeat right top;
	right: 1rem;
	background-size: 2rem;
}