/*$(window).load(function() {
    $("#div_head_img").tabs( { fx: { opacity: "toggle" } } ).tabs("rotate", 3000);	
});*/

$(function() {

//メイン画像切り替え
//$("#div_head_img").tabs( { fx: { opacity: "toggle" } } ).tabs("rotate", 3000);	

//面画像がふわっと出てくる
		  $('li').hover(
		      function(){
			         $('.div_vi_ad' ,this).fadeIn(300);
		      },
		      function(){
			       $('.div_vi_ad', this).hide();
		      }
	   );


//物件3個目
$(".ul_bukken li:nth-child(3n)")
.addClass("nc3n"); 

//物件高さ統一
$(".ul_bukken li.li_bukken:nth-child(1),.ul_bukken li.li_bukken:nth-child(2),.ul_bukken li.li_bukken:nth-child(3)")
.addClass("heightLine-g1");

$(".ul_bukken li.li_bukken:nth-child(4),.ul_bukken li.li_bukken:nth-child(5),.ul_bukken li.li_bukken:nth-child(6)")
.addClass("heightLine-g2");

$(".ul_bukken li.li_bukken:nth-child(7),.ul_bukken li.li_bukken:nth-child(8),.ul_bukken li.li_bukken:nth-child(9)")
.addClass("heightLine-g3");

$(".ul_bukken li.li_bukken:nth-child(10),.ul_bukken li.li_bukken:nth-child(11),.ul_bukken li.li_bukken:nth-child(12)")
.addClass("heightLine-g4");





//メイン画像のバナー一個目
$("#div_head_img .navi li:first-child")
.addClass("fc");


}); 




