



// jquery-opacity-rollover.js

(function($) {
	$(function() {
		
		$('a img').opOver(1.0,0.7);
		$('input.roBtn').opOver(1.0,0.7);
		$('#header div.headR a img').opOver(1.0,0.7);
		$('#service a img').opOver(1.0,0.7);
	
	});
})(jQuery);



// _blank link class blank

$(document).ready(function(){
　　$(".blank").click(function(){
　　　　window.open(this.href,'_blank');
　　　　　　return false;
　　　　});
});




// list x3 Uniq class 

$(document).ready(function() {
	$(".serviceBox li:nth-child(3n)").css({"margin-right":"0"});
}); 



