/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; height:430px;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


.category-studio #categories {
	margin:0; padding:0; width:956px; overflow: visible;
}
.category-studio #categories .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.category-studio #categories .slides img {max-width: 100%; display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; }
.flexslider ul {
	list-style-type:none;
}
.flexslider .slides  li {position: relative; list-style-type:none; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


.category-studio #categories  { position: relative; }
.category-studio #categories ul {
	list-style-type:none;
}
.category-studio #categories ul.slides  li {
	position: relative;
	list-style-type:none;
	width:224px !important;
	margin-right: 15px; !important;
}


/*.carousel li {margin-right: 5px}*/


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav li {
	height:auto !important; }
.flex-direction-nav a {width: 34px; height: 50px; margin: -35px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 100; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav a:before {display: none!important;}
#categories .flex-direction-nav a {
	background: url(../images/bg_direction_nav2.png) no-repeat 0 0;
	margin: -23px 0 0;
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -34px; }
#categories .flex-direction-nav .flex-next {background-position: 100% 0; right: -19px;text-indent:9999px; }
.flex-direction-nav .flex-prev {left: -34px;}
.flexslider .flex-next { right: 5px;}
.flexslider .flex-prev { left: 5px;}
.flexslider:hover .flex-next { right: 5px;}
.flexslider:hover .flex-prev { left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1!important;}
.flex-direction-nav .flex-disabled {opacity: 1!important; cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #cfcfbe;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #fff; }
.flex-control-paging li a.flex-active { background: #666; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* オススメ物件 */
.flex-direction-nav a:before {
  display: none!important;
}