@charset "utf-8";
/* CSS Document */

/*ここから後で削除*/
*{
	margin:0;
	padding:0;}
	
li{
	list-style:none;}
	
.bg_img3{
	width:990px;
	margin:0px auto;}
	
	
/*ここまで後で削除*/

.bg_img
{
	width: 100%;
        max-width: 990px;
}
.bg_img .bx-wrapper
{
	height: 100%;
}
.bx-window
{
	margin-bottom: 10px;
}

#slider li a
{
	padding: 0 0 0 0;
	font-size: 24px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333333;
}

.slider
{
	width: 100%;
	margin: 0px auto;
}

/* 1.2のスライダー部分 */
/*
.bg_img .slider li
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 300px;

}
.bg_img .slider li.slide1
{
	background-image: url(../sample1.jpg);
}
.bg_img .slider li.slide2
{
	background-image: url(../sample2.jpg);
}

.bg_img .slider li.slide3
{
	background-image: url(../sample3.jpg);
}

.bg_img .slider li.slide4
{
	background-image: url(../sample4.jpg);
}*/
/* ページャー部分 */

.bx-pager
{
	text-align: center;
	width:200px;
	margin:15px auto 0;
}

.bx-pager a
{
	border: 1px solid #dddddd;
        font-size: 12px;
	padding: 1px 10px;
	color: #333333;
	text-decoration: none;
	width:20px;
	display:block;
	float:left;
}

.bx-pager a.pager-active
{
	color: #999999;
	background-color: #F0F0F0;
}

/* 前へ、次へのボタン */

.bx-prev,.bx-next
{
	position: absolute;
	font-size: 24px;
	text-decoration: none !important;
	color: #ffffff !important;
	text-shadow: 1px 1px 2px #333333;
}
.bx-prev
{
	left: 30px;
	top: 40%;
}
.bx-next
{
	right: 35px;
	top: 40%;
}
.bx-pager a.thumb
{
	border: none;
	padding: 20px;
	background-color: none;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
}
.bx-pager a img
{
	border: 1px solid #dddddd;
	padding:0;
	text-decoration: none;
}
.bx-pager a.pager-active img
{
	color: #ffffff;
	border: 1px solid #f00;
}

/* 3.カルーセルスライダー */

.bg_img3 .bx-wrapper
{
	width: 100%;
	margin-bottom: 50px;
}
#slider3 li
{
	/*ここでスライドの幅を変更*/
	width: 990px;
	margin:10px auto 0;
}