@charset "UTF-8";

/* コンテンツ領域 */
#wrapper	{
		position				: relative;
	}
#webgl {
		margin					: 0;
		padding					: 0;
		border					: 0;
		background-color		: #fff;
		text-align				: left;
	}
#modal	{
		position				: absolute;
		top						: 0;
		left					: 0;
		width					: 100%;
		z-index					: 100;
		background-color		: rgba(224,224,224,0.5);
		text-align				: center;
		font-size				: 0.8em;
	}
#modal img	{
		margin: 100px 0 10px;
	}

/**************************************************************/
/*
	Safariでスクロールバーを表示させるためのハック
*/
/**************************************************************/
::-webkit-scrollbar {
	    -webkit-appearance		: none;
	    width					: 7px;
	}
::-webkit-scrollbar-thumb {
	    border-radius			: 4px;
	    background-color		: rgba(0,0,0,.5);
	    box-shadow				: 0 0 1px rgba(255,255,255,0.5);
	}
