@charset "euc-jp";



/*-----------------------------------------------
 photo_slider
-----------------------------------------------*/


.list_carousel {
	margin: 0 0 0 0;
	width:100%!important;
	overflow:hidden;
	position:relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}

.list_carousel li img {
	margin:auto;
	width:100%!important;
}


.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.next{
	width:46px;
	height:46px;
	line-height:0px;
	padding:0px 0px 0px 0px;
	float:right;	
	margin:0px 0px 0px 0px;	
	background: url(../images/right.png) no-repeat top;
}

.prev{
	width:46px;
	height:46px;
	line-height:0px;
	padding:0px 0px 0px 0px;
	float:left;
	margin:0px 0px 0px 0px;	
	background: url(../images/left.png) no-repeat top;
}

.slide_navi{
	min-width:320px;
	width:100%;
	margin:0px auto;
	position:absolute;
	top:50%;
	left:0px;
}

@media (max-width: 600px) {
	.slide_navi{min-width:320px;width:100%;margin:0px auto;position:absolute;top:40%;}
}
@media (max-width: 320px) {
	.slide_navi{min-width:320px;width:100%;margin:0px auto;position:absolute;top:35%;}
}


.clearfix{
	max-width:940px;
	width:100%;
	margin:auto;
}

.clearfix a{
	text-decoration: none!important;
}

.pager{
	width:130px;
	height:46px;
	margin:0px;
}

.pager span{
	display:block;
	float:left;
	background-color:#FFFFFF!important;
	height:15px!important;
	width:15px!important;
	font-size:10px!important;
	color:#FFFFFF!important;
	overflow:hidden;
	margin:5px;
}
.selected span{	
	display:block;
	float:left;
	background-color:#000000!important;
	height:15px!important;
	width:15px!important;
	font-size:10px!important;
	color:#000000!important;
	overflow:hidden;
	margin:5px;
}


.space_1{
	height:10px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

.space_2{
	height:20px;
	font-size:0px;
	line-height:0px;
	clear:both;
}


