
/**=======================================================================
 TOP topics
==========================================================================*/

#topics{
	margin: 0;
	padding:0;
	position: relative;
	/*clear: both;*/
}

#topics .bx-wrapper{
	width:690px !important;/* 1000px*/
	margin: 0;
	padding:0 0;
}
/*
@media only screen and  (max-width: 1280px) {
#topics .bx-wrapper{
	max-width:850px !important;
	margin: 0 auto 0;
	padding:0 0;
	}
}
*/
#topic .bx-wrapper img {
      width: 100%;
}


#topics .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 18%;
	margin: 0  -60px;
	outline: 0;
	width: 63px;
	height: 63px;
	text-indent: -9999px;
	z-index: 9999;
}
	

#topics .bx-wrapper .bx-pager .bx-pager-item,
#topics .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#topics .bx-wrapper .bx-pager.bx-default-pager a {
	background: #D6E1F1;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding:0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



#topics .bx-wrapper .bx-prev {
	display: block;
	text-indent: -9999px;
	left: 57px;
	background:url(../images/top/prev.png) no-repeat;
	opacity: 0.5;
}

#topics .bx-wrapper .bx-next {
	display: block;
	text-indent: -9999px;
	right:57px;
	background:url(../images/top/next.png) no-repeat;
	opacity: 0.5;
}



#topics ul:after{
	content:"";
	clear:both;
	display:block;
	zoom:1;
}

#topics li{
	width: 215px;
	height: 410px;
	margin: 0 0 0 0;
	padding:0;
	float: left;
}


#topics li:last-of-type{
	margin-right: 0;
}

#topics figure{
	margin:0px;
	padding:0;
}

#topics figure a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}




#topics h3{
	height: auto;
	margin:0 0 5px 0;
	padding: 0px;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro-W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

#topics p{
	font-size:100%;
	line-height: 1.6;
	color:#595959;
}

/*
#topics .btn_bg{
	position:absolute;
	bottom:-35px;
	right:175px;
}


#topics .more{
	position:absolute;
	top:-5px;
	left:96px;
}

#topics .more img{
	display:inline;
}


/* THEME*/

#topics .bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

#topics .bx-wrapper .bx-pager,
#topics .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}







