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



/* 画像レイアウト
===================================*/

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

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


.bx-wrapper img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

.bx-wrapper img:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}



/* ページャー
===================================*/

.bx-pager {
    text-align: center;
    bottom: -20px;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    outline: 0;
    border-radius: 4px;
}

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