@charset "utf-8";

/**
 *
 * global: サイト共通
 *
 */




/*--------------------------------------------------------------------------
	#Content
---------------------------------------------------------------------------*/
#Content{}


/*--------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------*/
#Footer{}



/*--------------------------------------------------------------------------
	.loading FIXME
--------------------------------------------------------------------------*/
.loading{
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/shared/images/bg_polygon02.png);
	background-size: cover;
}


/*--------------------------------------------------------------------------
	clearfix
---------------------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
