
/*****TOP****/

#t_visual{
	width:100%;
	height:auto;
	margin:40px 0;
}

#t_contents{
	width:100%;
	height:auto;
	clear:both;
}

#t_contents .inner{
	width:1000px;
	height:auto;
	clear:both;
	margin:0 auto;
}

#t_contents .inner .bnrlist01{
	clear:both;
	margin:0 0 40px 0;
	overflow:hidden;
	clear:both;
}

#t_contents .inner .bnrlist01 li{
	float:left;
}

#t_contents .inner .bnrlist02{
	clear:both;
	margin:0 0 50px 0;
	overflow:hidden;
	clear:both;
}

#t_contents .inner .bnrlist02 li{
	width:250px;
	text-align:center;
	float:left;
}

#t_contents .inner .bnrlist02 li:first-child{
	margin-top:56px;
}

#t_contents .inner .bnrlist01 li a,
#t_contents .inner .bnrlist02 li a{
	display:block;
	background:#FFF;
}

#t_contents .inner .bnrlist01 li a img:hover,
#t_contents .inner .bnrlist02 li a img:hover{
	opacity:0.8;
}


/****SLIDER****/

/* リセット */
* {margin: 0; padding: 0;}
body,html {width: 100%;height: 100%;}

/* 設定 */
.container {width: 100%; height: 100%; overflow-x: hidden;}
.slide_all {width: 1000px; margin: 0 auto; height: 450px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background: #ffffff; color: #333; font-size: 50px; line-height: 450px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}

/* 装飾 */
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #666; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #333; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

/* 追加 */
.slide{transition:all .3s;opacity:.3;}
.slide.active{ opacity:1;}

.drNext{
	position:absolute;
	left:10px;
	top:50%;
	z-index:9999;
}

.drPrev{
	position:absolute;
	right:10px;
	top:50%;
	z-index:9999;
}





