@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flexslider.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*----------------------------------------------------
	.con_xxx　	コンテンツxxx
----------------------------------------------------*/


.flex-control-nav{
    position: absolute;
    padding: 13% 0 3% 0;
    text-align: center;
    width: 100%;
    background: url(../images/home/bg_flexnav.png) 0 bottom no-repeat;
    background-size: 100%;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}

.flex-control-paging li a {
  background: none repeat scroll 0 0 #7c7c7c;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}


.flex-control-paging li a:hover {
  background: none repeat scroll 0 0 #3b7cbe;
}

.flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #3b7cbe;
  cursor: default;
}
