@charset "UTF-8";

/**************************************************/
/**       				UFC FIGHTER	 		      **/
/**************************************************/


div#area_page_contents{
	height: 657px;	/* 一覧のコンテンツの高さ指定。9の倍数でお願いします */
}

div.area_page_contents-detail{
	height: 855px	!important;
}


/*** fighterlist ***/

table.tbl_list{
	border-collapse: collapse;
	margin: 0 auto;
	width:715px;
}

table.tbl_list td{
	background: url(../../img/fighter/fighter_thum_bg.png) no-repeat left top;
	width: 112px;
	height: 112px;
}

/*** 右セル余白用 ***/
table.tbl_list td.rside{
	padding-right: 8px;
}

/*** サムネール背景なし ***/
table.tbl_list td.bg-no{
	background:none;
}

table.tbl_list td img{
	margin:6px;
}

/*** ファイター名 ***/
table.tbl_list td.name{
	margin:0px;
	padding:0 0 15px 0;
	background:none;
	height:auto;
	text-align:center;
}

table.tbl_list td p.kana{
	font-size:10px;
	margin:0px;
	padding:0px;
}

table.tbl_list td p.en{
	font-size:10px;
	color:#FF0000;
	margin:0px;
	padding:0px;
}


/***** ファイター詳細ページ *****/

div#area_fighter_detail{
	width: 570px;
}

p.headline_fighterdetail{
	background: url(../../img/gallery/png_bg_red.png) repeat;
	margin: 0 65px 5px 65px;
	padding-left: 5px;
	width: 570px;
	text-align: left;
	overflow: hidden;
}


/*** ファイタームービー ***/

div#fighter_movie{
	position: absolute;
	z-index: 1;
	padding-left:370px;
}

/*** 選手名 ***/

h4#fighter_name{
	margin: 0 65px 20px 65px;
	width: 345px;
	height: 127px;
}

h4.name_125 strong{
	display: none;
}

table.fighterinfo{
	margin: 0 65px 20px 65px;
	border-collapse: collapse;
	width: 575px;
}

table.fighterinfo td, table.fighterinfo th{
	padding: 7px 0;
	border-bottom: solid 1px #7c7575;
	text-align: left;
}

table.fighterinfo th{
	width: 135px;
	font-weight: normal;
}

table.fighterinfo td.country img{
	vertical-align: middle;
	margin-right: 2px;
}

p#introduction{
	margin: 0 65px 20px 65px;
}

div.btn_back{
	margin: 70px 65px 20px 65px;
	background: url(../../img/fighter/fighterback_38.gif) no-repeat;
	width: 99px;
	height: 26px;
}
div.btn_back a{
	display: block;
	background: url(../../img/fighter/fighterback_38.gif) no-repeat;
	width: 99px;
	height: 26px;
}

div.btn_back a:hover{
	background: url(../../img/fighter/fighterback_on_38.gif) no-repeat;
	width: 99px;
	height: 26px;
}

div.btn_back a span{
	display: none;
}