/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
.flex-container a:hover, .flex-slider a:hover {	outline: none;}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
	-moz-user-select: none;
}

/* コントロールボタン */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	display: block;
	padding: 8px;
}
.flex-control-paging li a span:hover {
	background: #ffab47;
	background: rgba(255, 171, 71, 0.9);
}
.flex-control-paging li a span {
	width: 8px;
	height: 8px;
	display: block;
	background: #B3B3B3;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a span.flex-active {
	background: #ffab47;
	background: rgba(255, 171, 71, 0.9);
	cursor: default;
}
.custom-navigation {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}
.flex-control-nav {
	position: relative;
    padding-top: 2px;
	bottom: auto;
}
.custom-navigation > * {display: table-cell;}
.custom-navigation > a {width: 50px;height: 11px;}

