
/* --------------------------------

	* site 固有のJavaScript {


		* last update 09.01/17
		* author : ;
	
	}
	
--------------------------------

	* Contents
	
	1. index.html
	2. 
	
	
--------------------------------- */

//LigntBox
$(document).ready(function() {
	$("div#primaryContent li:nth-child(4n)").addClass("lastChild");
	$("div#primaryContent li a").attr("rel","recentPhoto").colorbox({transition:"elastic"});
});
