/* スマホ対応 */
div#mainContent #topicArea #move1 #tickerA li{
	float:left;
	visibility:visible;
}
#spList {
	display:none;
}
.bx-pager{
	display:none;
}
div#mainContent #topicArea #move1 ul li{
	width:587px;
}

/* アニメーション */
#gallery{
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	max-width:100%;
	width: 680px;
	height: 327px;
	overflow: hidden;
}
#gallery .ad-image-wrapper {
	margin-left:5px;
	background: url(../img/loader.gif) no-repeat center center;
	position: absolute;
	z-index:999;
	top:1px;
	left:0;
}
#gallery .ad-image-wrapper a{
	display:block;
	overflow:hidden;
}

#gallery .ad-nav {
	width:670px;
    position: absolute;
	margin-left:5px;
	margin-right:5px;
	padding-top:1px;
}
#mainBnr li{
	left:-9999px !important;
}
#mainBnr li.pager-active{
	left:0 !important;
}

/* -- slider-banner -- */
#sliderArea{
	width:670px !important;
	height:327px !important;
}
#sliderArea .bnrWrapper,
#sliderArea .bnrWrapper .bx-window,
#sliderArea #mainBnr{
	width:670px !important;
	height:266px !important;
}
#sliderArea .slideWrapper,
#sliderArea .slideWrapper .bx-window{
	width:636px !important;
	height:58px !important;
}
#sliderArea .slideWrapper .bx-window li{
	width:159px !important;
	height:58px !important;
}
#sliderArea{
	width:670px;
	height:327px;
	position:relative;
}
#sliderArea .bnrWrapper{
	width:670px;
	height:266px;
	margin-bottom:2px;
}
#sliderArea #mainBnr{
	overflow:hidden;
	width:670px;
	height:266x;
	display:none;
}
#sliderArea #mainBnr li{
	overflow:hidden;
	width:670px;
	height:266px;
}
/* -- slider-button -- */
#pcList{
	display:block;
	width:670px;
	height:58px;
	position:absolute;
	top:268px;
	left:0;
}
#sliderArea .slideWrapper{
	float:left;
}
#sliderArea #slider{
	height:58px;
	margin:0;
	overflow:hidden;
}

#sliderArea #slider li{
	float:left;
	width:159px;
	height:58px;
	display:block;
}

#sliderArea #scrollBtnLeft,
#sliderArea #scrollBtnRight{
	float:left;
	width:17px;
	height:58px;
}
/* slider hover */
#slider li{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#slider li.pager-active{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}