@charset "utf-8";
/*------------------------------------------------

	CSS2.0 & 2.1 & 3 Document
	
	index page styles

------------------------------------------------*/
/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#hoge:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}


/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#indexFeature h2,
#indexFeature p,
#indexFeature dt,
#indexFeature dd,
#platformDetail h2,
#platformDetail p,
#platformDetail dt,
#platformDetail dd
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}




/*------------------------------------------------------------------------------

							#mainVisual
							
------------------------------------------------------------------------------*/
#mainVisual{
	position: absolute;
	top: -500px; left: 0px;
	width: 100%; height: 1200px;
	background: url(../../images/common/main_visual_disable.jpg) no-repeat scroll left top;
}


/*------------------------------------------------------------------------------

							#indexFeature
							
------------------------------------------------------------------------------*/
#indexFeature{
	position: relative;
	top: 20px;
	width: 868px; height: 300px;
	margin: 0px auto 25px auto;
	background: url(../../images/common/index_feature.png?v=2) no-repeat scroll 0px 0px;
}

/*------------------------------------------------------------------------------

							#platformDetail
							
------------------------------------------------------------------------------*/
#platformDetail{
	width: 895px; height: 281px;
	margin: 0px auto -450px auto;
	background: url(../../images/common/platform_detail.png) no-repeat scroll 0px 0px;
}















