@charset "utf-8";


/****************************************

          Slider

*****************************************/

/*--スライダー中央部サイズ--*/
#sliderBox {
	max-width : 1100px;
	margin:0 auto;
}

/*--スライダーウィンドウ中サイズ--*/
.bx-wrapper {
	width: 100% !important;
	overflow: hidden;
	position: relative !important;
}
.bx-wrapper img {
  width:100%;
}

/*--スライダー中央部の背景効果--*/
.bx-viewport {
	max-width: 1100px;
	margin: 0 auto;
	overflow: visible !important;
	max-height: 425px;
  padding-bottom: 25px;
	background: url("../../images/index/main/window-bg.png") no-repeat center bottom;

}

#slider div{
	width: 1100px;
}


/* Navi */

/*--------------------
 pager　　･･･ページ番号：autoControls=true時使用。frame各所の数値要 調整
--------------------*/
.bx-pager{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bx-pager a{
		display: block;
		width: 24px;
		height: 25px;
		float: left;
		background: url(../images/pager/navi-bg1.png) no-repeat 0 0;
		color: #fff !important;
		text-align: center;
		line-height: 24px;
		text-decoration: none;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
		font-family: 'Josefin Sans', sans-serif;
		margin: 0 5px;
	}
	
	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}


/*--------------------
 prev next
--------------------*/
.prev-next{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.prev-next a {
  color:#ff9e00;
  border: none;
}
.prev-next a:hover {
  color: #FF6600;
  border: none;
}
	.bx-prev,
	.bx-next{
		font-family: 'Josefin Sans', sans-serif;
		font-size: 60px;
		line-height: 70px;
		text-align: center;
		vertical-align: baseline;
		padding-bottom: 20px;
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		top:-270px;
		text-decoration: none;
	}

		.bx-prev {left: 35px;}
		.bx-next { right: 35px;}
			.bx-prev:hover,
			.bx-next:hover{
				text-decoration: none;
			}
		*:first-child+html .bx-prev,
		*:first-child+html .bx-next{
			top:-260px;
		}

@media screen and (max-width:900px){
  .prev-next { display: none;}
}

/*--------------------
 frame
--------------------*/
#mainImg,
#sliderBox,
.wrapper{
	position: relative;
}

/*--左右の装飾　start--*/
#slider-frame-left{
	height: 400px;
	position: absolute;
	width: 1100px;/*old 1000px*/
	top:-425px;
	right:1100px;
	background: url("../../images/index/main/frame-bg.png") repeat-x 0 0;

}
#slider-frame-right{
	height: 400px;
	position: absolute;
	width: 1100px;/*old 1000px*/
	top:-425px;
	left:1100px;
	background: url("../../images/index/main/frame-bg.png") repeat-x 0 0;
}
/*--左右の装飾　end--*/

/*--中央の装飾　start--*/
#frame-top,
#frame-bottom{
	position: absolute;	
	width: 1100px;
	height: 50px;
	left:0;
}
	#frame-top{
		top:-425px;
		background: url("../../images/index/main/frame-top.png") repeat-x 0 0;
	}
	#frame-bottom{
		top:-75px;
    background: url("../../images/index/main/frame-bottom.png") repeat-x 0 0;
	}

#frame-left,
#frame-right{
	width: 50px;
	height: 300px;
	position: absolute;
	top:-375px;
}
	#frame-left{
		left:0;
		background: url("../../images/index/main/frame-left.png") repeat-x 0 0;
	}
	#frame-right{
		right: 0;
		background: url("../../images/index/main/frame-right.png") repeat-x 0 0;
	}
/*--中央の装飾　end--*/
