// JavaScript Common Config

//Shop Index  Content FadeIn
$(function(){
	$('#direct_kamawanu,#direct_koiki,#direct_mamegui,#direct_banero,#directpage li').hide();
});

var i = 0;
var int=0;

$(window).bind("load", function() {
	var int=setInterval("doFade(i)",10);
});

function doFade() {
	var list = $('#direct_kamawanu,#direct_koiki,#direct_mamegui,#direct_banero,#directpage li').length;
	if (i >= list) {
		clearInterval(int);
	}
	$('#direct_kamawanu,#direct_koiki,#direct_mamegui,#direct_banero,#directpage li').eq(i).fadeIn(400);
		i++;
}

//fancybox_config
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.window').fancybox({
'width':800,
'height':1000,
'type':'iframe',
'autoScale':'false'
});
});

//fancybox_config [yorinuki POPUP]
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.yorinuki380').fancybox({
'width':380,
'height':700,
'type':'iframe',
'autoScale':'false'
});
});

//fancybox_config [yorinuki POPUP]
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.yorinuki430').fancybox({
'width':480,
'height':700,
'type':'iframe',
'autoScale':'false'
});
});

//fancybox_config [yorinuki POPUP]
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.yorinuki870').fancybox({
'width':920,
'height':1000,
'type':'iframe',
'autoScale':'false'
});
});

//fancybox_config [spiral POPUP]
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.spiral_maplink').fancybox({
'width':640,
'height':340,
'type':'image',
'autoScale':'false'
});
$('.koyomi_201107pp').fancybox({
'width':880,
'height':434,
'type':'image',
'autoScale':'false'
});
});

//fancybox_config [tenuguigoyomi POPUP]
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.tenugui_pp').fancybox({
'width':420,
'height':400,
'type':'iframe',
'autoScale':'false'
});
});

//fancybox_config
$(document).ready(function() {
//Activate FancyBox
$('a.fb').fancybox({
'hideOnContentClick': true,
'overlayShow':    true,
'frameWidth' : 670,
'frameHeight' : $(window).height() - 80
});
$('.newcatalog').fancybox({
'width':760,
'height':960,
'type':'iframe',
'autoScale':'false'
});
});
