/**
 * 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
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0  0 0 0px;
	*zoom: 1;

}

.bx-wrapper img {
	max-width: 100%;
	display: inline;
    vertical-align: middle;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
background: #f7f7f7;
}

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

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #ccc;
	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: #ccc;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	background: none;
}

.bx-wrapper .bx-next {
	background: none;
}


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

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

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

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

/* AUTO CONTROLS (START / STOP) */

.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/controls.png) -86px -11px 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/controls.png) -86px -44px 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;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.bx-caption {
position: relative;
text-align:center;
background: #2d2d2d;
color:#fff;
/*background: #333333;
width: 100% ;
padding: 18px 18px;
font-size:20px;
line-height: 1.4;

text-align: left;
*/
}

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

.bx-wrapper .bx-caption span {


margin-bottom: 25px;
}


/*ギャラリーサムネイル

 
ul.bxslider02 li a {
    display:block;
    width:100px;
    height:60px;
}
 
ul.bxslider02 li a img{
    display:block;
    width:100px;
    height:auto;
}
*/

ul.bxslider02{
}
 
div.controlWrap {
    width:100%;
    display:block;
    position:relative;
    margin:0 auto;
}
 
div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    background: url(../img/arrow_prev02.png) no-repeat 0 0;
    top:65px;
    left:2px;
    text-indent:-9999px;
}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    background: url(../img/arrow_next02.png) no-repeat 0 0;

    top:65px;
    right:2px;
    text-indent:-9999px;
}

@media screen and (max-width: 480px) {

.bx-wrapper .bx-viewport {	
}

.bx-wrapper {
	margin: 0 auto 10px;
}

.bx-wrapper .bx-caption {
/*padding: 8px 12px;
font-size:15px;
line-height: 1.4;*/
}

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

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/common/next.png) no-repeat 0 0;s
}

.bx-wrapper {
	padding: 0;
}


.bx-wrapper .bx-pager {
    padding-top: 0px;
}


}