@charset "UTF-8";

/**************************************************/
/**       				UFC TRIAL	 		      **/
/**************************************************/

/*** PS3用 ***/
div#area_page_contents{
	/* height: 1827px;	コンテンツの高さ指定。9の倍数でお願いします */
	height: 1899px;
}

/*** 360用 ***/
div#area_page_contents_xbox{
	/*height: 1926px;	 コンテンツの高さ指定。9の倍数でお願いします */
	height: 1998px;
	background: url(../../img/common/contents_side_03.gif) repeat-y;/* contents.cssの54～56行目を流用 */
}

/*** ABOUT ***/

div.trial_detail{
	background: url(../../img/trial/trial_bg.jpg) no-repeat center 5px #000000;
	height: 1027px;
	padding:15px 20px 0 20px;
	width: 670px;
	margin: 0 auto;
}

/* 体験版誘導ページ */

img.{
vertical-align:bottom;}

div.trial_step{
	width: 649px;
	margin-bottom:10px;
	background: url(../../img/trial/bg_trial_step.gif) bottom no-repeat;
	color: #FFFFFF;

	padding-bottom:40px;
}

div.trial_step p{
	margin: 0 40px 7px 40px;

}

/*** PS3用 ***/
div.trial_step6{
	width: 649px;

	margin-bottom:10px;
	background: url(../../img/trial/step6_bg.jpg) bottom no-repeat;
	color: #FFFFFF;
		padding-top:0px;

	height:300px;
}

div.trial_step6 p{
	margin: 0 40px 7px 40px;
}

/*** 360用 ***/
div.trial_step6_360{
	width: 649px;

	margin-bottom:10px;
	background: url(../../img/trial/360_step6_bg.jpg) bottom no-repeat;
	color: #FFFFFF;
		padding-top:0px;

	height:300px;
}

div.trial_step6_360 p{
	margin: 0 40px 7px 40px;
}

