/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

@media print, screen and (min-width: 768px) {
.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
*zoom: 1;
}

.bx-wrapper img {
max-width: 100%;
display: block;
}

.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

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

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {left: 10px; background: url(../img/common/controls.png) no-repeat 0 -64px;}
.bx-wrapper .bx-next {right: 10px; background: url(../img/common/controls.png) no-repeat -86px -64px;}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 199;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/common/controls.png) -172px -22px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/common/controls.png) -172px -88px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


div.sld {
    width:100%;
	display:block;
	margin:0px auto 50px auto ;
	clear:both;
}

div.sld .bxwrapper {
	margin:0 auto ;/*メインスライダーとサムネイルの間の余白を変更*/
}

ul.bxslider001 li {
     display:block;
    width:100%;
     height:60%;/*メインスライダーの縦幅*/
}

ul.bxslider001 li img{
	display:block;
    width:100%;
	height:auto;
}

div.controlW {
     width:370px;
     display:block;
     position:relative;
	 margin:0 auto;
	 padding-top:10px;
	 padding-bottom:10px;
}
.bxpager {
	width:370px;
	margin:0 0px !important;
}
ul.bxslider002 li a {
     display:block;
    width:60px;/*サムネイルの横幅*/
     height:60px;/*サムネイルの縦幅*/
	 border:1px solid #fff;
	 margin:0;
	 padding:0;
	 text-align:left;
}
ul.bxslider002 li a:hover{
	background: rgba(0,0,0,.7);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0.5;
}
ul.bxslider002 li a img{
     display:inline;
     width:60px;/*サムネイルの横幅*/
     height:60px;/*サムネイルの縦幅*/
	 margin:0;
	 padding:0;
	 text-align:left;
	 
}

.bx-pager{text-align: center;}

div.controlW p#PrevIcon a,
div.controlW p#PrevIconSp a{
	display: block;
	width: 8px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height: 17px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/arPrv.png);/*オリジナルの矢印アイコンを設定しています*/
	top: 30px;
	left: 10px;
	text-indent: -9999px;
}

div.controlW p#NextIcon a,
div.controlW p#NextIconSp a{
	display: block;
	width: 8px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height: 17px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/arNxt.png);/*オリジナルの矢印アイコンを設定しています*/
	top: 30px;
	right: 10px;
	text-indent: -9999px;
}
}


@media screen and (max-width: 768px) {
div.sld {
max-width: 640px;
width:100% !important;
margin:0px 0px 0px 0%;
}

div.controlW {
max-width:640px;
width:100% !important;
padding:1% 0 1% 0;
height: 70px;
margin:0px 0% 5% 0%;
}
#bxpager {
	width:100%;
	/*width:80%;*/
	margin:0px 10% 0 10%;
	height: 70px;
}
#bxpager img{
	width:auto;
	height:auto;
}
div.controlW p#PrevIcon img,
div.controlW p#NextIcon img,
div.controlW p#PrevIconSp a,
div.controlW p#PrevIcon a,
div.controlW p#PrevIconSp a,
div.controlW p#NextIcon a,
div.controlW p#NextIconSp a{
display:none !important;
top:100px;
}
.bx-wrapper .bx-prev ,
.bx-wrapper .bx-next{display:none !important;;}

/*
div.controlW p#PrevIcon a,
div.controlW p#PrevIconSp a{
	display: block;
	width: 20px;
	height: 71px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../imgSp/common/prev.png);
	background-color:#fff;
	top: 0;
	left: 0;
	margin-left:-1px;
	margin-top:-70px;
	text-indent: -9999px;
	z-index: 940 !important;
}

div.controlW p#NextIcon a,
div.controlW p#NextIconSp a{
	display: block;
	width: 20px;
	height: 71px;
	position:relative;
	float:right;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../imgSp/common/next.png);
	background-color:#fff;
	top: 0;
	right: 0;
	margin-right:-1px;
	margin-top:-71px;
	text-indent: -9999px;
	z-index: 950 !important;
}*/


/**/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 0px;
width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

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

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {left: 10px; background: url(../img/common/controls.png) no-repeat 0 -64px;}
.bx-wrapper .bx-next {right: 15px; background: url(../img/common/controls.png) no-repeat -86px -64px;}

.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: -86px 0;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 185px;
	margin-top: 120px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 49;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/common/controls.png) -172px -22px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/common/controls.png) -172px -88px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


}