/************************************************************************************

メインスクリプト

2010-09-08
************************************************************************************/



// JQueryコード ::::::::::::::::::::::::::::::::::::::::
$(function(){

	$('#side #inqery, #pageCorporateTop #inqery').append('<div class="sideinqM"><a href="&#109;ai&#108;&#116;&#111;&#58;&#105;&#110;&#102;o&#64;unit&#101;&#100;&#45;ins&#112;&#101;&#99;&#116;o&#114;s.co&#46;&#106;&#112;"></a></div>');
	$('#side #inqery h4').css('cursor', 'pointer').click(function(){
		location.href = 'https://www.united-inspectors.co.jp/contact/';
	});
	$('#topContents .c1 p, #topContents .c2 p').flatHeights();
	$('#topContents .c3 p, #topContents .c4 p').flatHeights();
	$('#pageCorporateTop .h').flatHeights();


	$('#contents #contactBtn ul li a, #btnSend span a').html('&nbsp;');








});
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::





